/*  INHALT:

	Farben-Übersicht
	Global
	Klassen
	Typographie
	Header Layout
	Feld links Layout
	Inhalt Layout
	Footer Layout
	
*/

/* Farben-Übersicht
---------------------------------------------------------------------------------------

	gebrochenes weiß (BG) 	#fafafa
	dunkelgrau (TXT) 		#333333
	rot						#cc3300
	schwarz					#000
	weiß					#fff

*/

/* Global
---------------------------------------------------------------------------------------
*/

html 
{
	font-size: 100.01%;
}

body 
{
	background: #fafafa;
	border: 0;
	color: #333333;
	font: 62.5%/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;    /*  ( size/height  weight  style  variant  family )  size: 62.5% --> 1em = ca. 10px  */
	margin: 0;
	padding: 0; 	
}

.box
{
	background-color: #fff;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	margin: 0px auto;
	text-align: left;
	width: 1015px;		
}

.introbox
{
	background-color: #fff;
	margin: 0px auto;
	text-align: left;
	width: 1015px;		
}

#header, #links, #inhalt
{
	
}

a 
{
	color: #333;
	text-decoration: none;
	border: 0px;
}

img 
{ 
	border:0; 
}

td img {display: block;}	/* Vermeiden einer Lücke zwischen Tabellenzeilen (Anfahrt) */

ul 
{
	margin: 0;
	padding: 0; 
}

li
{
	list-style-type: none;
}

table
{
	border: 0;
}

td
{
	vertical-align: top;
}


/* Klassen
--------------------------------------------------------------------------------------- 
*/

.rot
{
	color: #cc3300;
	padding-top: 4px;
}

.bildref
{
	padding-left: 4em;
	width: 680px;	
}

.bildref2
{
	font-size: 1.1em;
	padding-left: 4em;
	width: 500px;	
}

.center
{
	text-align: center;
}

.oben
{
	color: #003399;
	text-align: right;
	font-weight: bold;
}

.pad_top
{
	padding-top: 2em;
}

.pad_left
{
	padding-left: 4em;
}

.td 
{
	font-size: 1.1em;
	padding-left: 4em;
}

.link
{
	font-size: 1.2em;
	text-decoration: underline;	
}


/* Typographie
--------------------------------------------------------------------------------------- 
*/

h1
{
	color: #cc3300;
	font-size: 1.1em;
	padding-left: 4em;
}

h2
{
	font-size: 1.1em;
	padding: 1.5em 0 0 4em;
	width: 500px;
}

#current
{
	color: #cc3300;
	text-decoration: underline;
}

#links ul
{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2.2em;
	padding-left: 20px;
}

#inhalt p, #inhalt2 p, #inhalt3 p
{
	font-size: 1.1em;
	padding-left: 4em;
	width: 500px;
}


/* Header Layout
--------------------------------------------------------------------------------------- 
*/

#header 
{
	height: 309px;
	margin-top: ;	
}


/* Linke Spalte Layout
--------------------------------------------------------------------------------------- 
*/

#links 
{

	float: left;	
	height: 400px;
	width: 255px;	
}


/* Inhalt Layout
--------------------------------------------------------------------------------------- 
*/

#inhalt 
{
	border-left: 1px solid #cc3300;
	float: right;
	height: 400px;	
}

#inhalt2
{	
	border-left: 1px solid #cc3300;
	float: right;
	height: 100%;
	padding-bottom: 1em;
}

#inhalt3
{
	border-left: 1px solid #cc3300;
	float: right;
	height: 500px;	
}

/* Footer Layout
--------------------------------------------------------------------------------------- 
*/


#footer
{
	clear: both;
	border-top: 2px solid #000;

}

