﻿/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Versionierung und Beschreibung                                                                         */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*						                                                                                   */
/*	Datum       Version  Kürzel  Beschreibung (Änderung/Ergänzung/Erweiterung)                             */
/*						                                                                                   */
/*	04.10.2007	1.0.0	 PD      erste Version                          */

/*						                                                                                   */
/*						                                                                                   */
/*						                                                                                   */
/*						                                                                                   */


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Inhaltsverzeichnis                                                                                     */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*						                                                                                   */
/*	1.  Formatierung Standardtags                                                                          */
/*	2.  Formatierung seitenübergreifene Klassen und/oder Formatierungen                                    */
/*	3.  Formatierung usability Elemente am Inhaltsende                                                     */
/*	4.  Formatierung Hauptrahmen                                                                           */
/*		x.x. Formatierung Rahmen 1 oder ... etc.                                                           */




/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  1. Formatierung Standardtags, Formatierung seitenübergreifene Klassen und/oder Formatierungen          */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


*
{
	margin: 0;
	padding: 0;
	border: none;
	color: #665ebd;
}


html
{
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #9ea3ba url("/images/stb-hilfe/hg.gif") repeat-x top;	
}



body 
{
	text-align: center;
	width: 100%;
	hheight: 100%;
	margin: 0 auto;
	background: url("/images/stb-hilfe/linie.gif") repeat-y center;	
}

a
{
	color: #bc0f30;
}

a.teaser
{
	color: #ffd400;
}

.strong
{
	font-weight: bold;
}

.center
{
	text-align: center;
}

.clearer
{
	clear: both;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix 
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  2. Kopfbereich und Wrapper                                                                             */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#wrapper
{
	margin: 0 auto;
	background: url("/images/stb-hilfe/kopf.gif") no-repeat top center;	
}


#header
{
	margin: 0 auto 1px auto;
	height: 275px;
	padding-top: 140px;
	padding-left: 1px;
	bbackground: url("/images/stb-hilfe/bild.jpg") no-repeat top center;		
}

#wrapper2
{
	margin: 0 auto;	
	width: 1001px;	
}

#content
{
	margin: 20px 40px;
}

#maincontent
{
	 clear: left;
	 text-align: left;
}

#maincontent #links
{
	float: left;
	width: 630px;
	bbackground: fuchsia;
}

#maincontent #rechts
{
	float: right;
	width: 250px;
	bbackground: aqua;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  3. Menü                                                                                                */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#menu
{
	margin-left: 1px;
	font-size: 85%;
	font-weight: bold;
	text-align: left;
}

#menu ul
{
	float: left;
	background: #665ebd;
	list-style: none;
	width: 100%;

}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	padding: 0.75em 3em;	
	text-decoration: none;
	color: white;
	border-right: 1px solid #fff;	
	background: #665ebd;
	float: left;	
}

#menu ul li a:hover, #menu ul .selected
{
	background: #9ea3ba;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  4. Maincontent                                                                                         */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#maincontent h1, #maincontent #rechts h1.start
{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1em;
}


#maincontent #links h2
{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.3em;
}

#maincontent #links p
{
	font-size: 90%;
	margin-bottom: 1em;
	line-height: 1.4em;
}

#maincontent #links strong
{
	display: block;
	margin-bottom: 1em;
}

#maincontent #links ul
{
	margin-left: 20px;
	font-size: 80%;
	margin-bottom: 1em;	
}

#maincontent #links ul li
{
	margin-bottom: 0.5em;	
}


#maincontent #rechts p
{
	font-size: 90%;
	margin-bottom: 1em;
	line-height: 1.4em;
}

#maincontent #rechts p strong
{
	display: block;
}


#maincontent #rechts dl
{
	margin-bottom: 10px;
}

#maincontent #rechts dt
{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}


#maincontent #rechts .zeile
{
	float: left;
	width: 260px;
	margin: 2px 0;
}


#maincontent #rechts .zeile .left
{
	float: left;
	width: 50px;
}

#maincontent #rechts .zeile .right
{
	float: right;
	width: 200px;
	text-align: left;
}





#teaser
{
	background: #665ebd;

}

#teaser .oben
{
	background: url(/images/stb-hilfe/t_oben.jpg) top left repeat-x;
}

#teaser .unten
{
	background: url(/images/stb-hilfe/t_unten.jpg) bottom left repeat-x;
}

#teaser .eol
{
	background: url(/images/stb-hilfe/t_eol.jpg) top left no-repeat;
}

#teaser .eor
{
	background: url(/images/stb-hilfe/t_eor.jpg) top right no-repeat;
}

#teaser .eul
{
	background: url(/images/stb-hilfe/t_eul.jpg) bottom left no-repeat;
}

#teaser .eur
{
	background: url(/images/stb-hilfe/t_eur.jpg) bottom right no-repeat;
}

#teaser .text
{
	padding: 10px 15px;
	text-align: center;
}

#teaser .text p, #teaser .text h1, #teaser .text h2, #teaser .text ul li
{
	color: #fff;	
	text-align: left;	
}


#teaser .text h1
{
	font-size: 100%;
	margin-bottom: 1em;
}


#teaser .text h2
{
	font-size: 9%;
	margin-bottom: 1em;
}


#teaser .text ul
{
	margin-left: 1.4em;
	font-size: 90%;
}


#teaser .text li, #teaser .text p
{
	margin-bottom: 1em;
}


#teaser .text a
{

	margin-bottom: 1em;
}

/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  kontakt                                                    */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#kontaktformular 
{
	width: 600px;
	margin: 0 auto;
}

#kontaktformular fieldset
{
	padding-bottom: 20px;
	border: 1px solid #665ebd;	
	margin-bottom: 20px;
}

#kontaktformular legend
{
	padding: 0 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

#kontaktformular label
{
	float: left;
	width: 200px;
	text-align: right;
}

#kontaktformular .zeile
{
	float: left;
	margin: 5px 0;
	display: inline;
}


#kontaktformular .mussfeld
{
	float: left;
	width: 300px;
	border: 1px solid #665ebd;
	margin-left: 10px;
	background-color: #e2c8c5;
}

#kontaktformular .kannfeld
{
	float: left;
	width: 300px;
	border: 1px solid #665ebd;
	margin-left: 10px;
}


#kontaktformular .textfeld
{
	float: left;
	width: 300px;
	height: 200px;
	border: 1px solid #665ebd;
	margin-left: 10px;
}

#kontaktformular .textfeld2
{
	float: left;
	width: 300px;
	height: 100px;
	border: 1px solid #665ebd;
	margin-left: 10px;
}

#kontaktformular .senden
{
	float: left;
	margin-left: 10px;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Partnerseite                                                                                                */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


#partner
{
	text-align: center;
}

#partner h1
{
	text-align: left;
}




/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  5. Fussbereich                                                                                                */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#footer
{
	border-top: 1px solid #665ebd;
	padding: 10px 0 5px 0;
	font-size: 80%;
}
