/* Basis-CSS Gleis Nord  */




* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}


body, html {
	height: 100%;
}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*
	font-size: 0.75em;
	line-height: 1.4em;
	*/
	
	font-size: 100%;
	font-size: 0.7em;
	line-height: 1.2em;
	line-height: 1.4em;	
	
	
	color: #000;
	background-color: #B7B8B8;
	background-color: #ECE8C5;
	
	
	background-image: url(../bilder/kopf_hint.gif);
	background-repeat: repeat-x;
}


* html td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*
	font-size: small;
	font-size: 0.75em;
	line-height: 1.5em;
	*/
	
	font-size: 100%;
	font-size: 0.7em;
	line-height: 1.2em;
	
	
}


.floatleft {float: left;}

.floatright {float: right;}

.hidden {display: none;}

.fett {font-weight: bold;}

.kursiv {font-style: italic;}


.clear {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	height: 1px;
	display: block;
	overflow: hidden;
	
}

/*************************************************************************/
/*                     TYPOGRAFIE ALLGEMEIN                           */
/*************************************************************************/


p {
	margin-bottom: 1em;
}

a:link, a:visited  {
	color: #006699;
}

a:hover, a:active  {
	color: #9395A9;
	color: #818181;
}

h1 {
	font-size: 1.25em;
	
	font-size: 1em;
	font-size: 1.1em;
	
	/*line-height: 2em;*/
	margin-bottom: 10px;
}



#linke_spalte h1,
#linke_spalte p {
	margin-left: 10px;
	width: 367px;

}


/* Bullet-Listen im Inhalt */

div.EAG_beitrag ul {
	margin-left: 15px;
	/*padding:0;*/
	list-style: bullet;
}









/*************************************************************************/
/*                              E B E N E N                              */
/*************************************************************************/

#container {
	position: relative;
	
	float: left;
	display: block;
	clear: both;
	
	width: 960px;

	min-height: 100%;
	height: auto !important;
	height: 100%;

	background-image: url(../bilder/cont_hint.gif);
	background-repeat: repeat-y;

	text-align: left;
}


#kopflogo {
	position: relative;
	float: left;
	/*clear: both;*/
	display: inline;
	width: 200px;
	height: 165px;
}


#kopfclaim {
	position: relative;
	float: left;
	/*clear: both;*/
	display: inline;
	left: 11px;
	width: 400px;
	height: 165px;
}




#navigation {
	position: relative;
	float: left;
	clear: both;
	width: 162px;
	left: 25px;
	top: 0px;
	overflow: visible;
}


#linke_spalte {
	position: relative;
	float: left;
	width: 385px;
	left: 49px;
	top: 0px;
}


* html #linke_spalte {
	left: 42px;
}



#rechte_spalte {
	position: relative;
	float: left;
	width: 385px;
	left: 61px;
	top: 0px;
	
}

/* "Layout 5 - Titel in der rechten Spalte sollen nur Abstand bewirken */

#rechte_spalte h5.csc-firstHeader {
	color: #ECE8C5;
	font-size: 1em;
	
	/*line-height: 2em;*/
	margin-bottom: 10px;
}



/* ein DIV mit dier Klasse EAG_beitrag wird um jeden Beitrag gewrappt */

.EAG_beitrag { 
	display: block;
	clear: both;
	margin-bottom: 10px;
}


#kopfclaim div.EAG_beitrag { 
	display: inline;
	clear: none;
	margin-bottom: 0px;
}





