/*  ====================================================
Stylesheet mit Reset, Restaurierung und grundlegender Formatierung
Datei:  formats.css
Datum: 2008-04-07
Autor: Marco Becker (BrainStation Software) 
========================================================== */

@media screen { 

body {
	background-color: green;
}	
#wrapper { 
	margin: 0 auto;
	margin-top: 0px;
	width: 1003px;
	background-color: #4B63A7;
}

#header {
	height: 99px;
	padding: 0px;
	border-bottom: 2px solid #000;
	background: #fff;
	vertical-align: middle;
}

#leftcolumn {
	float: left; 
	color: #333;
	background: transparent;
	margin: 0px;
	width: 241px;
}

#hightHolder {
	float: right;
	background-color: transparent; 
	width:1px; 
	height:605px; 
	font-size:1px;
}

#rightcolumn { 
	margin-left: 241px;
	border-left: 2px solid #000;	
	height: auto;
	overflow: auto;
	background-color:#fff;
}


#siteLogo {
	float:left;
	background: url(img/logo.png);
	width: 240px;
	height: 89px;
}

#headerPictures {
	float:right;
	background: #ffffff url(img/bildleiste_oben.png);
	width: 548px;
	height: 99px;	
}

#siteContent {
	padding: 75px 10px 10px 170px;
	background: url(img/radfahrer_klein.png) no-repeat left top;
	overflow: auto;
	height:500px;
}

#siteContentStart {
	padding: 75px 0px 10px 39px;
	background: url(img/radfahrer_gross.png) no-repeat left top;
}

	
#leftcolumn ul {
   	margin-bottom: 0;
}
#leftcolumn li {
   	list-style-type: none;
   	list-style-image: url(img/icons/marker.png);
   	margin: 0;
}
#leftcolumn li ul li {
   	margin: 0;
}
#leftcolumn a {
	text-decoration: none;
   	color: #fff;
   	font-weight: normal;
	font-family: verdana, arial;
   	font-size:18px;
   	padding: 4px 0px;
}  
#leftcolumn a.small {
	text-decoration: none;
   	color: #fff;
   	font-weight: normal;
   	font-size:20px;
   	padding: 4px 4px;
}  

#leftcolumn li ul li a {
   	font-size:14px;
   	padding: 4px 8px;
}  

#navigation {
	margin-top: 10px;
	margin-left: 4px;	
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}

.tableTab1 {
	height: 40px;
}

.tableTab2 {
	height: 25px;
}

a.smallLink {
	font-size:11px;
}


.menuPointer {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	width: 25px;
	height: 28px;
	background: url(img/icons/mark.png) no-repeat top left;	
}

.menuPointer_small {
	margin: 0px;
	padding: 0px;
	width: 4px;
	height: 4px;
	background: #fff;
}

.showIt {
	visibility: visible;
}

.hideIt {
	visibility: hidden;
}

.clearer {
	clear: both;
}

h1 {
	font-family: verdana,arial;
	font-size: 26px;
	font-weight: normal;
}

#headline1 {
	font-family: verdana,arial;
	font-size: 28px;
	margin-top: 68px;
	margin-left: 130px;
}

#headline2 {
	font-family: verdana,arial;
	font-size: 28px;
	margin-top: 0px;
	margin-left: 186px;
}

#mainImage {
	margin-top: 0px;
	text-align: center;	
}

#startseite {
	width: 100%;
	height: 450px;
	background: url(../../ecm_admin/ecmeditor/fckdata/image/bild_apotheke.png) no-repeat top right;
}


} /* Ende @media - nicht l�schen! */

/* ======================================
   E N D E formats.css
   ====================================== */