/* css by spaceranger.de */
body
{
	font-family: arial, helvetica, sans-serif;
	background-color: white;
	color: black;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
}

/*Link-Regeln gesamte Seite*/
a
{
    text-decoration: none;
	color: #262626;
	font-weight: bold;
}

a:hover, #aktiv 
{ 
	color: #FF0000; 
}


/*Container gesamte Seite*/
div#container
{
	position: relative;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
	font-size: 11px;
}


div#mainText
{
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 475px;
}



#pageHeader
{
	height: 100px;
	background-image: url(/img/st-logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}

/* ausgeblendete Texte*/

#pageHeader h1, #naviContainer h2, h3{
	display: none;
}

  .minHeight {
    height:400px;
    float:right;
    width:1px;
  }
  
  .minHeightFirst {
    height:408px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

/* mainText = normale Seiten */

#mainText
{
	position: relative;
	margin-left: 200px;
	border-left: black;
	border-width: 0px 0px 0px 1px;
	border-style: none none none dotted;
	background-repeat: no-repeat;
}

/* mainTextAll, Left, Right = Startseite */

#mainTextAll
{
margin-left: 0px;
margin-top: 20px;

}


#mainTextLeft
{
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
	width: 320px;
	border-color: #FFF black #FFF #FFF;
	border-width: 1px;
	border-style: solid dotted solid solid;
}


#mainTextRight
{
	margin-left: 355px;
	margin-top: -20px;
	padding: 0px 10px 0px 10px;
	width: 320;
	
	border-color: #FFF #FFF #FFF #FFF;
	border-width: 1px;
	border-style: solid solid solid solid;
	
}

 .p0
{

	font-weight: bold;
	margin-bottom: -8px;
}

 .p0a
{

	font-weight: bold;
	margin-bottom: -10px;
}


.quote
{

	font-style: italic;
}




/*h3 Regeln*/
div#linkList h3 span
{
	font-size: 12px;
	font-weight: bold;
	color: #262626;
	margin-left: 5px;
	margin-bottom: 0;
	padding: 3px 3px 3px 5px;
	width: 167px;
	display: block;
	background-color: #ccc;
	height: 18px;
}

#mainText h3 span{
	/*font-family: arial, helvetica, sans-serif;*/
	/*color: #000;*/
	font-size: 12px;
	letter-spacing: -1px;
}


/*Navigation Hauptseiten*/

#naviContainer
{
	/*font-family: arial, helvetica, sans-serif;*/
	position: absolute;
	top: 65px;
	width: 100%;
	margin: 0 0px 0 -8px;
}

 #naviContainer ul
{
padding-left: 0;
margin-left: 4px;
background: #D9D9D9;
color: White;
float: left;
width: 100%;
}

#naviContainer ul li { display: inline; }

#naviContainer ul li a
{
	font-size: 12px;
	display: block;

	float: left;
	border-right: #FFF;
	border-width: 0px 1px 0px 0px;
	border-style: none dotted none dotted;
	padding: 8px 20px 8px 20px;
	background-image: url(/img/navisq-out.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	text-transform: uppercase;
}

#naviContainer ul li a:hover
{
	background-image: url(/img/navisq-over.gif);
}

#naviContainer #aktiv
{
	background-image: url(/img/navisq-over.gif);
}


/*Navigation Unterseiten*/

#linkList
{
	width: 180px;
	position: absolute;
	top: 116px;
	margin-left: -5px;
}


#linkList ul
{
	list-style: none;
	margin: -0px 5px 5px 5px;
	padding: 0px;
	background: #D9D9D9;
}

#linkList li
{
	border-bottom: 1px dotted #fff;
	padding: 0.2em 10px 0.2em 15px;
	line-height: 15px;
}

	
#linkList li a
	{
	font-size: 11px;
	display: block;

}


div#naviBottom { text-align: center; }

#naviBottom a { font-weight: bold; }


/*Fu§zeile*/

#bottomText{
	position: relative;
	margin-left: 20px;
	margin-top: 20px;
      clear: both;
}


#footer
{
	padding: 3px 12px 3px 3px;
	text-align: right;
	border-color: #000;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	font-size: 12px;
	clear: both;
}


/*Ende*/
