@CHARSET "UTF-8";

/* base settings */
html { margin:0px; padding:0px }
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width:90%;
}

div, p, h1, h2, h3, img, table, tr, td, form, input, textarea {
	margin: 0px;
	padding: 0px;
}

/* right overlay "absolut gähnfrei" */
span.overlay {
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/right.gif);
	top: 94px;
	left: 542px;					
	width: 240px;
	height: 370px;
}

/* wurbala (R) */
sup.r {
	color:#ED1C24;
}

/* nav menu */
div#menu {
	width:170px;
	margin-top:163px;
	
	font-size:10.5pt;
	line-height:26px;
	text-align:right;
}

div#menu a {
	text-decoration:none;
	color:#FFF;
}

div#menu a:hover {
	color:#ce3017;
}

/* header and topmenu */
div#header {	
	height:145px;	
	width:760px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	background-position:118px 22px;
}
			
/* content */ 	
div#contentcontainer {
	width:519px;
	margin-bottom:10px;
	padding-top:16px;
	padding-left:20px;
	padding-bottom:10px;
	padding-right:220px;
	border: solid 1px #ce3017;
	background-image:url(../images/bisenz-klein.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

div#content {
	float:left; 
	width:515px;
}

div#minheight {
	height:500px;
	width:0px;
	overflow:hidden;
}

div#content h1 {
	margin-bottom:5px;
	margin-right:20px;
	font-size:20pt;
	font-weight:normal;
	color:#ce3017;
}

div#content h2 {
	margin-top:12px;
	margin-bottom:5px;
	font-size:11pt;
	font-weight:bold;
}

div#content p {
	margin-bottom:5px;
	font-size:10.5pt;
	line-height:14pt;
}

div#content input {
	margin-bottom:5px;
	font-size:10.5pt;
	line-height:14pt;
}

div#content textarea {
	margin-bottom:5px;
	font-size:10.5pt;
	line-height:14pt;
}

/* links */
div#content a {
	text-decoration:underline;
	color:#FFF;
}

div#content a:hover {
	color:#ce3017;
}

/* right float */
div#content .right {
	float:right;
	margin-left: 15px;
	margin-bottom: 10px;
}

/* left float */
div#content .left {
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
}

/* Images */
div#content img {
	border: none;
}

div#content img.border {
	/*border: 1px #FFF200 solid;*/
	border: 1px #ce3017 solid;
}

/* Image, subtitle and subtext */
div#content div.img h1 {
	margin: 0px;
	width: 150px;
	margin-bottom:2px;
	font-size:10pt;
	font-weight:normal;
}
div#content div.img p {
	width: 150px;
	margin-bottom:0px;
	font-size:9pt;
	line-height:12pt;
}

/* tables */
div#content table {
	font-size:10.5pt;
	line-height:14pt;
}

div#content tr {
	vertical-align: top;								
}

div#content td {
	padding-bottom: 5px;
}
