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;
  width: ;
  margin: 4em 0 0 10em;
	display:inline; /*wg. IE-double-margin-bug */
	float:left;
}

#onecol img
{
  margin: 1em;
  border: 0;
}

/* 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
{
  background: url(../pics/portrait_h.png) no-repeat;
}

#header a.grafikdesign
{
  width: 230px;
  background: url(../pics/grafikdesign.jpg) no-repeat;
}

#header a.grafikdesign:hover
{
  background: url(../pics/grafikdesign_h.png) no-repeat;
}

#header a.kontakt
{
  width: 145px;
  background: url(../pics/kontakt.jpg) no-repeat;
}

#header a.kontakt:hover
{
  background: url(../pics/kontakt_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;
}

/* TYPO */

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a:visited
{
  color: #0000ee;
}

h2
{
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 0em;
}

.small
{
  font-size: .85em;
  line-height: 1.2em
}
