/* --------------------------------------------------------------
   Basic Style Sheet
   BDOC Bundesverband Deutscher Ophthalmochirurgen
   Version: 1.0
   letzte Aenderung: 19.03.2010
-------------------------------------------------------------- */

/* --------------------------------------------------------------
   Allgemeine Einstellungen
-------------------------------------------------------------- */

html {
	height: 101%;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

/* --------------------------------------------------------------
   Header Grafik
-------------------------------------------------------------- */

#header {

}

#header-img-home {
	background: url(bilder/header-home.jpg) no-repeat;
	height: 212px;
}

#header-img-verband {
	background: url(bilder/header-verband.jpg) no-repeat;
	height: 212px;	
}

#header-img-service {
	background: url(bilder/header-service.jpg) no-repeat;
	height: 212px;	
}

#header-img-mitglieder {
	background: url(bilder/header-mitglieder.jpg) no-repeat;
	height: 212px;	
}

#header-img-patienteninfo {
	background: url(bilder/header-patienteninfo.jpg) no-repeat;
	height: 212px;	
}

#header-img-kontakt {
	background: url(bilder/header-kontakt.jpg) no-repeat;
	height: 212px;	
}

/* --------------------------------------------------------------
   Container fuer die ganze Seite
-------------------------------------------------------------- */

#container {
	width: 1000px;
	background: url(bilder/bgr-menue.gif) repeat-y;
}

/* --------------------------------------------------------------
   3-Spalten Layout
-------------------------------------------------------------- */

#wrapper {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------
   linke Spalte
-------------------------------------------------------------- */

#linke-spalte {
	float: left;
	padding-left: 92px;
	margin-bottom: 50px;
}

/* --------------------------------------------------------------
	Menue links
-------------------------------------------------------------- */

#menue-links {
	margin: 0;
	padding: 0;
	width: 180px;
}

#menue-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menue-links li {
	margin: 0;
	padding: 0;
}

#menue-links a {
	margin: 0;
	padding: 14px 0 14px 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2a6bb7;
	width: 138px;
	height: 100%;
	line-height: 100%;
	display: block;
	text-align: left;
	text-decoration: none;
}

#menue-links a.aktuell-gross {
	background-image: url(bilder/menue-marker-gross.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
}

#menue-links a:hover {

}

#menue-links a:active {

}

#menue-links ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menue-links ul li ul li {
	margin: 0;
	padding: 0;
}

#menue-links ul li ul li a {
	margin: 0;
	padding: 6px 0 6px 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a6bb7;
	width: 138px;
	height: 100%;
	line-height: 100%;
	display: block;
	text-align: left;
	text-decoration: none;
}

#menue-links a.aktuell-klein {
	background-image: url(bilder/menue-marker-klein.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
}

#menue-links ul li ul li a:hover {

}

#menue-links ul li ul li a:active {

}

/* --------------------------------------------------------------
   rechte Spalte
-------------------------------------------------------------- */

#rechte-spalte {
	float: right;
}

/* --------------------------------------------------------------
	Menue rechts
-------------------------------------------------------------- */

#menue-rechts {
	margin: 53px 0 0 0;
	padding: 0;
	width: 130px;
}

#menue-rechts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menue-rechts li {
	margin: 0;
	padding: 0;
}

#menue-rechts a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9aa0a1;
	display: block;
	padding: 6px 0px 6px 0;
	width: 130px;
	text-decoration: none;
	font-weight: bold;
}

#menue-rechts a.aktuell {
	color: #dee1e2;
}

#menue-rechts a:hover {

}

#menue-rechts a:active {

}

/* --------------------------------------------------------------
   mittlere Spalte
-------------------------------------------------------------- */

#mittlere-spalte {
	padding: 10px 150px 0 315px;
}

/* --------------------------------------------------------------
   Content Bereich
-------------------------------------------------------------- */

#content {
	line-height: 1.5;
}

#content .headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2a6bb7;	
}

#content p {
	padding: 10px 0 10px 0;
}

#content a:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #9aa0a1;
}

#content a:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #9aa0a1;
}

#content a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #9aa0a1;
}

#content a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #9aa0a1;
}

/* --------------------------------------------------------------
   Top Leiste
-------------------------------------------------------------- */

#topgrafik {
	text-align: right;
	padding: 0 0 10px 0;
}

/* --------------------------------------------------------------
   Footer
-------------------------------------------------------------- */

#footer {
	clear: both;
}

/* --------------------------------------------------------------
	Menue unten
-------------------------------------------------------------- */

#menue-unten {
	padding: 10px 0 10px 300px;
}

#menue-unten ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menue-unten li {
	display: inline;
}

#menue-unten a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366cc;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px 0 4px;
	border-right: 2px solid #3366cc;
}

#menue-unten a.aktuell {
	color: #9aa0a1;
}

#menue-unten a.ende {
	border-right: 2px solid #fff;
}

#menue-unten a:hover {

}

#menue-unten a:active {

}

/* --------------------------------------------------------------
	Tabelle Resorts
-------------------------------------------------------------- */

.ressorts table {
	border-collapse: collapse;
	margin: 24px 0 10px 0;
}

.ressorts th {
	text-align: left;
	font-weight: bold;
	color: #2a6bb7;
	background: #eff1f1;
	border: 1px solid #a6b7db;
	padding-left: 7px;
}

.ressorts td {
	border: 1px solid #a6b7db;
	padding-left: 7px;
}

/* --------------------------------------------------------------
	HTML Tags
-------------------------------------------------------------- */

hr {
	color: #dee1e1;
	background-color: #dee1e1;
	height: 1px;
	border: 0px;
	margin: 10px 0 10px 0;
}

/* --------------------------------------------------------------
	Anmeldeformular
-------------------------------------------------------------- */

.input-anmeldung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	border: 1px solid #fff;
	background: url(bilder/anmeldung-feld-bgr.gif) no-repeat;
	width: 215px;
	height: 30px;
	padding: 0 10px 0 10px;
	margin: 5px 0 5px 0;
}

.button {
	background: url(bilder/anmeldung-button.gif) no-repeat;
	width: 215px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;	
}