/* ----------------------L O G O-------------------------*/

#LogoLeiste {
	width:650px;
	height: 115px;
	text-align:left;
	margin:auto;
	overflow: hidden;
}

.Logo {
	text-align:right;
	padding: 25px 18px 0px 0px;
	background-color: #ffffff;
	float: right;
	
}

/* ----------------------M E N U E-------------------------*/

#MenueLeiste {
	width:650px;
	text-align:left;
	color: 000000;
	text-transform: uppercase;
	margin:auto;
	overflow: hidden;	
}


.Menue {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	padding: 14px 0px 0px 0px;
}

.MenueSelected {
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 0px;
}

.Ketten {
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	float: right;
	padding: 0px 15px 0px 0px;	
}

/* -------------------M A I N----------*/

#mainContent {
	width:650px;
	text-align:left; 
	margin:auto;
	background-color: #ffffff;	
}


.Content {
	color: #000000;
	width: 600px;
	padding: 35px 0px 0px 0px;	
}

.ContentTeaser {
	color: #000000;
	width: 600px;
	padding: 0px 0px 0px 0px;	
}

.ContentAbschluss {
	clear: right;
	color: #000000;
	width: 500px;
	padding: 0px 0px 0px 0px;	
}

.Teaser {
	float: left;
	width: 180px;
	padding: 0px 10px 0px 0px;	
}

.Bild {
	margin: 0px 18px 0px 0px;
}

.BildRechts {
	visibility: hidden;
	
}

#mainContent a:link { 
	color: #000000;	
	background-color: transparent;
	text-decoration: none;
}

#mainContent a:visited { 
	color: #000000;	
	background-color: transparent;
	text-decoration: none;
}

#mainContent a:hover { 
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

#popUp a:link { 
	color: #000000;	
	background-color: transparent;
	text-decoration: none;
}

#popUp {
	text-align: center;
}

#popUp a:visited { 
	color: #000000;	
	background-color: transparent;
	text-decoration: none;
}

#popUp a:hover { 
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

/* -------------------A D R E S S E----------*/


#AdressLeiste {
	width:630px;
	text-align: right;
	margin: auto;
	
}

.Adresse{
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000000;
	padding: 0px 18px 13px 0px;
	#padding: 0px 9px 13px 0px;	
}

/*----------------------------------------------*/

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clear {
	clear: both;
}

.clearRight {
	clear:right;
}

.clearLeft {
	clear: left;
}

.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* -------------------H T M L - T A G S----------*/

body {
	width: 100%;
	background-color: #ffffff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	
}


body, h1, h2, h3, h4, h5, h6, div, span, p, ul, dl, ol, li, dd, dt, table, tr, th, td, textarea, select, option, input, label {
	font-family: Tahoma, Verdana, Arial,  Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px; 

}

table {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 60%;
}

p {
	margin: 0px 0px 5px 0px;
}


h1 { 
	font-weight: bold; 
	font-size: 13px; 
	line-height: 20px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {  
	font-size: 11px; 
	line-height: 16px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}

h3 { 
	font-weight: regular;
	font-size: 10px; 
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4 { 
	font-weight: regular;
	font-size: 10px; 
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.textversalien {
	color: #D1D3D4;
	font-size: 10px;
	text-transform: uppercase;
}


/* - - - - - - - - - -Links - - - - - - - - - */

a:link { 
	color: #000000;	
	background-color: transparent;
	text-decoration: none;
}

a:visited { 
	color: #000000;	
	background-color: transparent;
	text-decoration: none;
}

a:hover { 
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

/* - - - - - - - - - -Aufzaehlung- - - - - - - - - */

ul { 
	list-style-image: url(../listitem.gif); 
	margin-bottom: 1px; 
	margin-top: 1px;
	}

li { 
	margin-left: -18px;
	margin-right: 20px;
	margin-bottom: 2px;
	}
