@charset "utf-8";

/* --------------------------------------------------------------
   Basic Style Sheet
   128. Kongresses der Deutschen Gesellschaft für Chirurgie
   Version:         1.1
   letzte Änderung: 10.05.2010
-------------------------------------------------------------- */

/* --------------------------------------------------------------
   Allgemeine Einstellungen
-------------------------------------------------------------- */

* {
    margin: 0;
	padding: 0;
} 

html {
	height: 101%;
}

#rand {
	border-right: 1px solid #1b6da5;
	width: 1000px;
}

body {
    margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* --------------------------------------------------------------
   Header
-------------------------------------------------------------- */

#header {
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #1b6da5;
}

/* --------------------------------------------------------------
   Wrapper für die 3 Spalten
-------------------------------------------------------------- */

#wrapper {
	margin: 0;
	padding: 0;
	background: url(bilder/spalten-bgr.gif) repeat-y;
	width: 990px;		
}

/* --------------------------------------------------------------
   linke Spalte
-------------------------------------------------------------- */

#linkespalte {
	float: left;
}

/* --------------------------------------------------------------
   Menue
-------------------------------------------------------------- */

#navigation {

}

#menue {
	width: 180px;
	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 #1b6da5; */
	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 #1b6da5;
	border-left: 1px solid #ccc;
	text-align: left;
	text-decoration: none;
	color: #00306a;
}

#menue a.menuetitel:hover { 
	background-color: #e2edf8;
	color: #900;
}

/* --------------------------------------------------------------
   rechte Spalte
-------------------------------------------------------------- */

#rechtespalte {
	float: right;
	width: 180px;
}

/* --------------------------------------------------------------
   Sponsorenlogos
-------------------------------------------------------------- */

#sponsoren {
	width: 180px;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* --------------------------------------------------------------
   Mittlere Spalte - Textbereich
-------------------------------------------------------------- */

#mittelspalte {
	margin: 0 195px 0 200px;
	height: 1%;
	padding: 10px 0 10px 0;
}

.ueberschrift {
	color: #1b6da5;
	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;
}

.blau {
	font-weight: bold;
	color: #369;
}

.weiss {
	font-weight: bold;
	color: #ffffff;
}

.infobox {
	font-weight: bold;
	color: #ffffff;
	background: #6a95c8;
}

/* --------------------------------------------------------------
   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;
}

/* --------------------------------------------------------------
   externe Links
-------------------------------------------------------------- */

.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;
}

/* --------------------------------------------------------------
   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;
}

/* --------------------------------------------------------------
   Footer
-------------------------------------------------------------- */

#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #036;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #1b6da5;
}

#footer a {
	text-decoration: none;
	color: #036;
}

#footer a:hover {
	color: #900;
}

/* --------------------------------------------------------------
   Teasers
-------------------------------------------------------------- */

#teasers {

}

.teaser {
	width: 170px;
	border: 1px solid #7f7f7f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 7px;
}

.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;
}

.balken {
	margin: 10px 0 10px 0;
	padding: 5px;
	background-color: #6a95c8;
	color: #ffffff;
	font-weight: bold;
}

/* --------------------------------------------------------------
   Box
-------------------------------------------------------------- */

#box {

}

.box {
	width: 170px;
	border: 1px solid #ff0b10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 7px;
}

.box-text {
	font-weight: bold;
	padding: 5px;
	background-color: #ff0b10;
	color: #ffffff;
}
