/* Für später mal
@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansItalic';
    src: url('fonts/PTS56F-webfont.eot');
    src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS56F-webfont.woff') format('woff'),
         url('fonts/PTS56F-webfont.ttf') format('truetype'),
         url('fonts/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/



html,body {
	background:	#d1d2d3;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height:100%;
}

#content {
	min-height: 100%;
	height: auto !important;  /* für moderne Browser */
	height: 100%;  /*für den IE */
  position: absolute;
  right: 0px;
  top: 0px;
	width:905px;
	background: #fff url(../pics/grau.gif) right repeat-y;
}

#header {
  width: 100%;
  height: 200px;
  position:relative;
}

#main {
  width: 825px;
  height: 650px;
  font-size: .82em;
  line-height: 1.4em;
  margin: 1em 0 0 0;
}

#leftcol {
  float:left;
  display:inline; /*wg. IE-double-margin-bug */
}

#rightcol
{
  float:left;
}

#onecol
{
  text-align: center;
  margin: 4em 0 0 10em;
	display:inline; /*wg. IE-double-margin-bug */
	float:left;
}

#onecol img
{
  margin: 1em;
  border: 0;
}

.cl {
  clear: both;
  height: 0px;
}

/* NAVIGATION */

#header ul
{
  margin: 0;
  padding: 1.5em 0 0 0em;
  list-style-type: none;
}

#header li
{
  margin: 0 12px;
  float: left;
}

#header a
{
  display: block;
  height: 32px;
  line-height: 32px;
}

#header a.start
{
  width: 106px;
  background: url(../pics/start.jpg) no-repeat;
}

#header a.start:hover
{
  background: url(../pics/start_h.png) no-repeat;
}

#header a.portrait
{
  width: 152px;
  background: url(../pics/portrait.jpg) no-repeat;
}

#header a.portrait:hover, #header a.portraitaktiv
{
  width: 152px;
  background: url(../pics/portrait_h.png) no-repeat;
}

#header a.grafikdesign
{
  width: 230px;
  background: url(../pics/grafikdesign.jpg) no-repeat;
}

#header a.grafikdesign:hover, #header a.grafikdesignaktiv
{
  width: 230px;
  background: url(../pics/grafikdesign_h.png) no-repeat;
}

#header a.kontakt
{
  width: 145px;
  background: url(../pics/kontakt.jpg) no-repeat;
}

#header a.kontakt:hover, #header a.kontaktaktiv
{
  width: 145px;
  background: url(../pics/kontakt_h.png) no-repeat;
}

#header a.buch
{
  width: 89px;
  background: url(../pics/buch.png) no-repeat;
}

#header a.buch:hover, #header a.buchaktiv
{
  width: 89px;
  background: url(../pics/buch_h.png) no-repeat;
}


a.sportrait
{
  display: block;
  background: url(../pics/start_portrait.jpg) no-repeat;
  width: 269px;
  height:49px;
  position: absolute;
  top: 75px;
  left: 450px;
}
a.sportrait:hover
{
  background: url(../pics/start_portrait_h.png) no-repeat;
}
a.sgrafikdesign
{
  display: block;
  background: url(../pics/start_grafikdesign.jpg) no-repeat;
  width: 511px;
  height:98px;
  position: absolute;
  top: 188px;
  left: 125px;
}
a.sgrafikdesign:hover
{
  background: url(../pics/start_grafikdesign_h.png) no-repeat;
}
a.skontakt
{
  display: block;
  background: url(../pics/start_kontakt.jpg) no-repeat;
  width: 212px;
  height:82px;
  position: absolute;
  top: 325px;
  left: 550px;
}
a.skontakt:hover
{
  background: url(../pics/start_kontakt_h.png) no-repeat;
}

a.sbuch
{
  display: block;
  background: url(../pics/start_buch.png) no-repeat;
  width: 159px;
  height:49px;
  position: absolute;
  top: 320px;
  left: 50px;
}
a.sbuch:hover
{
  background: url(../pics/start_buch_h.png) no-repeat;
}




/* TYPO */

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a:visited
{
  color: #0000ee;
}

h1 {
  font-size: 1.5em;
  color: #666;
}



h2
{
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0em;
}

p {
  margin: 0 0 1em 0;
}

.small
{
  font-size: .85em;
  line-height: 1.2em
}


/* Icon & Links */

.icon {
  padding-left: 20px;
}

.pdf {
  background: url(../pics/icon_pdf.png) no-repeat;
}

.view {
  background: url(../pics/icon_view.png) no-repeat;
}

.kaufen {
  background: url(../pics/icon_kaufen.gif) no-repeat;
  font-weight: bold;
}

.popup {
  background: url(../pics/icon_popup.gif) no-repeat;
}

.info {
  background: url(../pics/icon_info.png) no-repeat;
}

.info-s {
  background: url(../pics/icon_info.gif) no-repeat;
  padding-left: 15px;
}

/* Formulare */

#order {
  width: 450px;
}

fieldset {
  padding: 10px;
  border: 1px solid #ccc;
  background: #f9f9f9;
}

input.txt, textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF7ED;
}

input.txt:focus, textarea:focus, .fehler input.txt:focus, input.fehler:focus {
  background: #fff;
}

legend {
  color: #666;
}

.fehler {
  color: red;
}

.fehler input.txt, input.fehler {
  border-color: red;
  background: #FFE4E1;
  color: #000;
}

input.kraeftig {
  font-weight: bold;
}

input.light {
  border-color: #eee;
  background: #efefef;
}

/* Inline-Content in Lightwindow */

.inlinecontent {
  font-size: .9em; 
  line-height: 1.2em;
  background: none;
  padding: 5px;
}



