/* ----------------------------------------------
   Basic Style Sheet
   Kongresstitel:    86. Jahrestagung Vereinigung der Bayerischen Chirurgen e.V.
   Version:          1.2
   letzte Aenderung: 25.06.2008
------------------------------------------------- */

/* ---------- Allgemeine Einstellungen ---------- */

* {
    margin: 0;
	padding: 0;
} 

html {
	height: 101%;
}

body {
    margin: 0;
	padding: 0;
	color: #333;
	background-color: #E2E2CC; /* dunkelgelb */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ---------- Wrapper fuer Seite ---------- */

#seite {
	margin: 20px auto;
	padding: 10px;
	width: 770px;
	background: #eee;
	border: 1px solid #aaa;
}

/* ---------- Kopfzeile ---------- */

#header {
	background: #66c url(bilder/headerbg.gif) no-repeat;
	height: 90px;
	width: 770px;
}

/* ---------- Menueleiste oben / Kongressthema ---------- */

#linkleiste {
	margin: 10px auto;
	padding: 5px;
	background: #137398; /* dunkelblau */
	color: #f4f4de; /* blassgelb */
	text-align: center;
	font-weight: bold;
}

#linkleiste a {
	color: #fff;
	text-decoration: none;
}

/* ---------- Wrapper fuer Mittelteil ---------- */

#zentrum {
	margin: 0;
	padding: 0;
}

/* ---------- Menueleiste links ---------- */

#navigation { 
	width: 170px;
	float: left;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navigation a {
	display: block;
	padding: 4px 4px 5px 18px;
	width: 170px;
	background-color: #B9E0EE; /* hellblau */
	color: #104053; /* dunkelblau */
	text-decoration: none;
	background-image: url(bilder/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#navigation a:hover {
	background-image: url(bilder/bullet-over.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #73B1C8; /* mittelblau */
	color: #fff;
}

.ueberschrift {
	font-weight: bold;
	background-color: #137398; /* dunkelblau */
	color: #fff;
	padding: 4px 4px 5px 18px;
	width: 170px;
}

/* ---------- Inhaltsbereich --------- */

#content {
	margin: 0 0 0 200px;
	padding: 10px;
	height: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
}

#content a {
	text-decoration: none;
	color: #900; /* rot */
}

#content a:hover {
	color: #00f; /* blau */
}

h1 {	
	padding: 5px 0 5px 0;
	color: #900; /* rot */
	font-size: 11px;
	font-weight: bold;
}

h2 {
	padding: 5px 0 5px 0;
	color: #000; /* schwarz */
	font-size: 11px;
	font-weight: bold;
}

h3 {
	padding: 5px 0 5px 0;
	color: #66c; /* lila */
	font-size: 11px;
	font-weight: bold;
}

hr {
	color: #137398; /* dunkelblau */
	background-color: #137398; /* dunkelblau */
	height: 1px;
	border: 0px;
	margin: 10px 0 10px 0;
}

.box {
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
	text-align: center;
	background-color: #BF6317; /* braun */
	font-weight: bold;
	color: #fc0; /* gold */
}

#content p {
	padding: 3px 0 3px 0;
}

#content ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#content ul li {
	list-style-type: square;
	padding: 2px;
}

table {
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td {
	margin: 0;
	padding: 3px;
}

/* --------- Menueleiste unten --------- */

#impressum {
	clear: both;
	margin: 10px auto;
	padding: 5px;
	background: #137398; /* dunkelblau */
	color: #fff; 
	text-align: center;
}

#impressum a {
	color: #fff;
	text-decoration: none;
}

#impressum a:hover {
	text-decoration: underline;
}

/* ---------- MCN Zeile ---------- */

#footer {
	margin: 0;
	padding-top: 10px;
	text-align: center;
	border-top: 1px dotted #aaa;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #900;
	text-decoration: none;
}

/* ---------- Formular ---------- */

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	line-height: 18px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border: 1px solid #fc6; /* orange */
	background-color: #F5F5F5;
	padding: 2px 2px 2px 5px;
	width: 520px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border: 1px solid #fc6; /* orange */
	background-color: #F5F5F5;
	padding: 2px 2px 2px 5px;
	width: 520px;
	height: 100px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fc6; /* orange */
	border: 1px solid #666;
	width: 100px;
}

.Stil1 {
	color: #990000; /* dunkelrot */
	font-weight: bold;
}

.Stil2 {
	color: #137398; /* dunkelblau */
	font-weight: bold;
}

.Stil3 {
	color: #006600;
}
