/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color: #070707;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	text-align: center;
}
/* ----------container zentriert das layout-------------- */
#Container {
	position: relative;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-image: url(../img/interface/backgr_container.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#Container2 {
	position: relative;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/interface/backgr_container2.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: left;
}
#faenchen {
	position: absolute;
	z-index: 3;
	width: 39px;
	right: 0px;	
	padding-top: 48px;
}
#faenchen img {
	margin-top: 6px;
}
/* ----------banner for logo-------------- */
#Head {
	height: 90px;
	width: 925px;
	background-image: url(../img/interface/backgr_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#TopNavi {
	position: relative;
	margin-top: 54px;
	float: right;
}
#TopNavi a {
	margin: 0 15px 0 15px;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
}
#TopNavi .aktiv {
	color: #818181;
}

/* -----------------Inhalt--------------------- */
#Content {
	position: relative;
	margin: 0;
	width: 925px;
}
#Content1 {
	position: relative;
	margin: 0 0 0 370px;
	padding: 30px 0 0 0;
	width: 500px;
}
#ContentVis {
	position: relative;
	float: left;
	width: 350px;
	margin: 20px 0 0 0;
	padding: 0px;
}

/* -----------footer--------------------------- */
#Footer {
	position: relative;
	width: 1010px;
	height: 40px;
	text-align: right;
	background-image: url(../img/interface/backgr_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#BottomNavi {
	margin-top: 15px;
	margin-right: 60px;
}

#BottomNavi a {
	margin: 0 5px 0 5px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#BottomNavi .aktiv {
	color: #818181;
}

/* -----------classes--------------------------- */

.clear {
	clear: both;
}

p, pre{
	padding: 0px;
	margin: 0 0 10px 0;
	text-align: justify;
}
a {color: #FFFFFF; text-decoration: underline;}
#Content a {color: #FFFFFF; text-decoration: underline;}
a:visited {color:#FFFFFF;}
a:hover {color: #FFFFFF;}
a:active { color:#FFFFFF;}

a.rot {color: #DE2827; text-decoration: underline;}
#Content a.rot {color: #DE2827; text-decoration: underline;}
a.rot:visited {color:#DE2827;}
a.rot:hover {color: #DE2827;}
a.rot:active { color:#DE2827;}
ul {
	position: relative;
	margin: 0 0 0 0px;
	padding: 0px 0 10px 0px;
	list-style-position: inside;
	list-style-type: square;
}
li {
	position: relative;
	padding: 2px 0 0 0px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	padding: 0px;
}

h1 {
	font-size:23px;
	margin: 10px 0 20px 0;
}

h2 {
	font-size:23px;
	margin: 10px 0 20px 0;
}

h3 {
	font-size:14px;
	margin: 14px 0 0px 0;
}

h4 {
	font-size:13px;
	margin: 9px 0 9px 0;
}

input, select, textarea {
	background-color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 0px;
	padding: 2px;
}
td {
	vertical-align: top;
	padding: 5px;
}
/* Null Promille Cup */
.rezept .smalerheadline {
	font-size: 80%
}
.rezept td {
	padding: 0 0 0 10px;
}
.rezept p {
	margin:  7px 0 7px 0;
}

