@charset "utf-8";

/* --------------------------------------------------------------
	Basic Style Sheet
	Deutscher Interdisziplinaerer Notfallmedizin-Kongress 2010
	Version: 1.2
	letzte Aenderung: 08.04.2009
-------------------------------------------------------------- */

/* --------------------------------------------------------------
	Allgemeine Einstellungen
-------------------------------------------------------------- */

html {
	height: 101%;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* --------------------------------------------------------------
	Wrapper fuer die gesamte Seite
-------------------------------------------------------------- */

#seitenwrapper {
	background: #fff;
	width: 980px;
	margin: 10px auto;
}

/* --------------------------------------------------------------
	Oberes Menue
-------------------------------------------------------------- */

#menu-oben {
	width: 980px;
	background: #b0474e;
	margin-bottom: 5px;
}

#menu-oben ul {
	list-style: none;
	margin: 0;
	padding: 2px 8px 2px 0;
	text-align: right;
}

#menu-oben ul li {
	display: inline;
	padding: 0;
}

#menu-oben ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu-oben ul li a:hover {
	text-decoration: none;
	color: #fc0;
	font-weight: bold;
}

/* --------------------------------------------------------------
	Header Grafik
-------------------------------------------------------------- */

#header {
	margin: 0 0 10px 0;
	padding: 0;
}

/* --------------------------------------------------------------
	Positionierung 3-Spalten
-------------------------------------------------------------- */

#content-wrapper {
	clear: both;
	margin: 0;
	padding: 0;
	background-image: url(bilder/content-bgr.gif);
	height: 100%;
}

#linke-spalte {
	float: left;
	width: 200px;
	background: #fff;
	margin-bottom: 100px;
}

#rechte-spalte {
	float: right;
	width: 200px;
	background: #fff;
}

#mittlere-spalte {
	margin: 0 210px 0 220px;
	height: 1%;
	background: #fff;
}

/* --------------------------------------------------------------
	Linke Spalte
-------------------------------------------------------------- */

/* --------------------------------------------------------------
	Linkes Menue
-------------------------------------------------------------- */

#menu-links {
	background: #fff;
	padding: 5px 0 0 0;
	width: 200px;
}

#menu-links ul {
	margin: 0;
	padding: 0;
}

#menu-links li {
	list-style: none;
	margin-bottom: 3px;
}

#menu-links .bereich {
	padding: 4px 0 4px 8px;
	width: 200px;
	display: block;
	background: #eee url(bilder/bereich-bgr.gif);
	text-align: left;
	text-decoration: none;
	color: #818181;
	font-weight: bold;
	border: 1px solid #ccc;
}

#menu-links ul ul {
	margin: 3px 0 0 0;
	padding: 0;
}

#menu-links ul li ul li {
	list-style: none;
	margin-bottom: 3px;
}

#menu-links ul li ul li a {
	padding: 2px 0 2px 8px;
	width: 200px;
	display: block;
	background-color: #eee;
	text-align: left;
	text-decoration	: none;
	color: #369;
	font-weight: normal;
	border: 1px solid #eee;
}

#menu-links ul li ul li a:hover {
	background-color: #ffeda7;
	color: #900;
	border: 1px solid #ffeda7;
	font-weight: normal;
}

/* --------------------------------------------------------------
	Rechte Spalte
-------------------------------------------------------------- */

/* --------------------------------------------------------------
	Teasers
-------------------------------------------------------------- */

#teasers {
	margin: 5px 0 10px 0;
}

.teaser {
	color: #b0474e;
	margin: 0 0 10px 0;
	padding: 0;
}

.teaser a {
	color: #b0474e;
	text-decoration: none;
}

.teaser a:hover {
	color: #c60;
}

.teaserpadding {
	padding: 3px 7px 3px 7px;
	background: #eddfe0;	
}

/* --------------------------------------------------------------
	Links
-------------------------------------------------------------- */

#links {
	padding-top: 10px;
}

.link {
	background: url(bilder/link.gif) no-repeat;
	padding-left: 19px;
	margin-bottom: 10px;
}

.link a {
	color: #00539a;
	text-decoration: none;
}

.link a:hover {
	color: #900;
}

/* --------------------------------------------------------------
	Mittlere Spalte
-------------------------------------------------------------- */

/* --------------------------------------------------------------
	Seitentitel
-------------------------------------------------------------- */

#seitentitel {
	font-size: 12px;
	color: #369;
	font-weight: bold;
	margin: 0;
	text-align: left;
	padding: 0 0 5px 0;
}

/* --------------------------------------------------------------
	Content Bereich
-------------------------------------------------------------- */

#content-border-top {
	margin-left: 220px;
}

#content {
	padding: 0 10px 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content-border-bottom {
	margin-left: 220px;
}

/* --------------------------------------------------------------
	Links im Textbereich
-------------------------------------------------------------- */

#content a:link {
	font-weight: normal; 
	text-decoration: none;
	color: #f00;
}

#content a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #903;
}

#content a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #090;
}

#content a:active {
	font-weight: normal;
	text-decoration: none; 
	color: #f90;
}

/* --------------------------------------------------------------
	HTML-Tags
-------------------------------------------------------------- */

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0px;
	margin: 7px 0 7px 0;
}

p {
	margin: 0;
	padding: 5px 0 5px 0;
}

table {
	padding: 5px 0 5px 0;
	margin: 0;
}

td {
	padding: 3px;
	margin: 0;
}

/* --------------------------------------------------------------
   Formular
-------------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
	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 #fc6;
	background-color: #f5f5f5;
	padding: 2px 2px 2px 5px;
	width: 450px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	border: 1px solid #fc6;
	background-color: #f5f5f5;
	padding: 2px 2px 2px 5px;
	width: 450px;
	height: 100px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #369;
	background-color: #c5dae7;
	border: 1px solid #698eb3;
	width: 100px;
}

/* --------------------------------------------------------------
	Eigene Formatierungen im Textbereich
-------------------------------------------------------------- */

.warnung {
	color: #339623;
	font-weight: bold;
}

.auszeichnung {
	color: #b0474e;
	font-weight: bold;
}

.ueberschrift {
	color: #666;
	font-weight: bold;
}

.weisstext {
	color: #ffffff;
	font-weight: bold;
}

.gruentext {
	color: #1e6114;
	font-weight: bold;
}

/* --------------------------------------------------------------
	Impressum
-------------------------------------------------------------- */

#footer {
	clear: both;
	text-align: center;
	padding: 5px  0 5px 0;
	background: #fff;
	color: #878787;
	margin: 5px 0 5px 0;
}

#footer a {
	text-decoration: none;
	color: #878787;
}

#footer a:hover {
	text-decoration: underline;
	color: #878787;
}

/* --------------------------------------------------------------
	MCN Zeile
-------------------------------------------------------------- */

#mcn {
	clear: both;
	text-align: center;
	padding: 5px;
	background: url(bilder/mcn-bgr.gif) repeat-x; 
	color: #369;
	font-weight: bold;
}

#mcn a {
	text-decoration: none;
	color: #369;
}

#mcn a:hover {
	text-decoration: none;
	color: #369;
}