@charset "utf-8";

/* --------------------------------------------------------------
   Basic Style Sheet
   127. Kongresses der Deutschen Gesellschaft für Chirurgie
   Version:         1.3
   letzte Änderung: 22.04.2009
-------------------------------------------------------------- */

/* --------------------------------------------------------------
   Allgemeine Einstellungen
-------------------------------------------------------------- */

* {
    margin: 0;
	padding: 0;
} 

html {
	height: 101%;
}

body {
    margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* --------------------------------------------------------------
   Header
-------------------------------------------------------------- */

#header {
	background: #c6e4e2;
	width: 100%;
	border-bottom: 1px solid #00306e;
}

/* --------------------------------------------------------------
   Wrapper für die 3 Spalten
-------------------------------------------------------------- */

#wrapper {
	margin: 0;
	padding: 0;
	background: url(bilder/spalten-bgr.gif) repeat-y;
}

/* --------------------------------------------------------------
   linke Spalte
-------------------------------------------------------------- */

#linkespalte {
	float: left;
}

/* --------------------------------------------------------------
   Menue
-------------------------------------------------------------- */

#navigation {

}

#menue {
	width: 200px;
	padding: 0;
}

#menue li {
	display: inline;
}

#menue a {
	margin: 0;
	padding: 3px 0 3px 6px;
	width: 100%;
	display: block;
	background-color: #F2F2FF;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #00306e;
	border-left: 1px solid #ccc;
	text-align: left;
	text-decoration: none;
	color: #333;
}

#menue a:hover { 
	background-color: #fff;
	color: #900;
}

#menue a.menuetitel {
	margin: 0;
	padding: 3px 0 3px 6px;
	width: 100%;
	display: block;
	background-color: #c7d7eb;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #00306e;
	border-left: 1px solid #ccc;
	text-align: left;
	text-decoration: none;
	color: #00306a;
}

#menue a.menuetitel:hover { 
	background-color: #e2edf8;
	color: #900;
}

/* --------------------------------------------------------------
   Sponsorenlogos
-------------------------------------------------------------- */

#sponsoren {
	width: 207px;
	border-right: 1px solid #00306e;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* --------------------------------------------------------------
   rechte Spalte
-------------------------------------------------------------- */

#rechtespalte {
	float: right;
	width: 180px;
	padding-right: 10px;
}

/* --------------------------------------------------------------
   Links
-------------------------------------------------------------- */

#links {
	margin: 0 0 20px 0;
}

.link {
	background: url(bilder/link.gif) no-repeat;
	padding-left: 13px;
	margin-top: 10px;
}

.link a {
	color: #00539a;
	text-decoration: none;
}

.link a:hover {
	color: #900;
}

/* --------------------------------------------------------------
   Teasers
-------------------------------------------------------------- */

#teasers {

}

.teaser {
	width: 180px;
	border: 1px solid #7f7f7f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
}

.teaser-header {
	text-align: center;
	font-weight: bold;
	padding: 5px 0 5px 0;
	background-color: #7f7f7f;
	color: #fff;
}

.teaser-text {
	font-weight: normal;
	padding: 5px;
	background-color: #eee;
	color: #666;
}

.teaser-link {
	border-top: 1px dotted #7f7f7f;
	padding: 5px;
	font-weight: normal;
	background: #eee url(bilder/teaser-link.gif) no-repeat;
	padding-left: 25px;
}

.teaser a:link {
	font-weight: normal; 
	text-decoration: none; 
	color: #666;
}

.teaser a:visited {
	font-weight: normal; 
	text-decoration: none; 
	color: #666;
}

.teaser a:hover {
	font-weight: normal; 
	text-decoration: underline; 
	color: #666;
}

.teaser a:active {
	font-weight: normal; 
	text-decoration: none; 
	color: #666;
}

/* --------------------------------------------------------------
   Mittlere Spalte - Textbereich
-------------------------------------------------------------- */

#mittelspalte {
	margin: 0 200px 0 220px;
	height: 1%;
	padding: 10px 0 10px 0;
}

.ueberschrift {
	color: #00306e;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
}

.rahmen {
	border: 1px solid #666;
	padding: 1px;
	margin-right: 10px;
}

#mittelspalte ul {
	padding-left: 15px;
}

#mittelspalte li {
	padding: 2px 0 2px 0;
}

.gruen {
	font-weight: bold;
	color: #6ca793;
}

.rot {
	font-weight: bold;
	color: #900;
}

/* --------------------------------------------------------------
   normale Links im Textbereich
-------------------------------------------------------------- */

#mittelspalte a:link {
	font-weight: normal; 
	text-decoration: none; 
	color: #f00;
}

#mittelspalte a:visited {
	font-weight: normal; 
	text-decoration: none; 
	color: #903;
}

#mittelspalte a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #090;
}

#mittelspalte a:active {
	font-weight: normal; 
	text-decoration: none; 
	color: #f90;
}

/* --------------------------------------------------------------
   HTML Tags
-------------------------------------------------------------- */

h1 {
	color: #900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
}

h2 {
	color: #336;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
}

h3 {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
}

hr {
	color: #bebebe;
	background-color: #bebebe;
	height: 1px;
	border: 0px;
	margin: 10px 0 10px 0;
}

p {
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
}

table {
	padding: 5px 0 5px 0;
	border-collapse: collapse;
}

td {
	padding: 4px;
}

/* --------------------------------------------------------------
   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: #333;
	border: 1px solid #c0cad9;
	background-color: #F5F5F5;
	padding: 2px 2px 2px 5px;
	width: 460px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	border: 1px solid #c0cad9;
	background-color: #F5F5F5;
	padding: 2px 2px 2px 5px;
	width: 460px;
	height: 100px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #369;
	background-color: #cddaee;
	border: 1px solid #369;
	width: 100px;
}
*/
/* --------------------------------------------------------------
   Footer
-------------------------------------------------------------- */

#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #036;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #00306e;
}

#footer a {
	text-decoration: none;
	color: #036;
}

#footer a:hover {
	color: #900;
}
