@charset "utf-8";
body {
	background:#b6131f;
	margin: 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
/*####  Container Position ####*/

#all {
	width: 955px;
	height: 600px;
	background:#b6131f;
	margin: auto;
	position:static;
	text-align:center;
}
#logo {
	width: 955px;
	height: 127px;
	text-align:left;
}

#left {
	width: 210px;
	height: 473px;
	float:left;
}
#leer {
	width: 210px;
	height: 156px;
	float:left;
}
#nav {
	width: 210px;
	height: 317px;
	float:left;
}

#right {
	width: 745px;
	height: 473px;
	float:left;
}
#toppic {
	width: 729px;
	height: 142px;
	float:left;
}
#rand1 {
	width: 16px;
	height: 142px;
	background:url(../images/hg_rand1.jpg) left no-repeat;
	float:left;
}
#spirale {
	width: 745px;
	height: 30px;
	background:url(../images/hg_spirale.jpg) left no-repeat;
	float:left;
}
#content {
	width: 729px;
	height: 287px;
	background:#fff;
	float:left;
	overflow: auto;
}
#rand2 {
	width: 16px;
	height: 285px;
	background:url(../images/hg_rand2.jpg) left no-repeat;
	float:left;
}
#rand3 {
	width: 745px;
	height: 14px;
	background:url(../images/hg_rand3.jpg) left no-repeat;
	float:left;
}

/*#### Content ####*/
#text {
	/*margin:0 0 14px 14px;*/
	width:370px;
	text-align:left;
	font-size:11pt;
	float:left;
}
#text table {
	margin:0 0 0 10px;
}
#termin td {
	width:420px;
	height:271px;
	font-size:10pt;
	margin:0;
	padding:0;
}

#pic {
	/*margin: 0 11px 11px 0;*/
	text-align:left;
	float:right;
}
#pic table {
	margin:0 10px 0 0;
}
#pic td {
	height:271px;
	font-size:10pt;
	margin:0;
	padding:0;
}
.right {
	text-align:right;
}
.vtitel {
	font-size:12pt;
}

#text h1 {
	font-size:14pt;
}
#text h2 {
	font-size:12pt;
	margin:6px 0 2px 0;
}
#text a {
	color:#000;
}
#text a:link {
	color:#000;
}
#text a:hover {
	color:#b6131f;
}
#text a:visited {
	color:#000;
}


/*#### Navigation ####*/

#nav #link {
	height:55px;
	margin:0 15px 0 0;
}

#nav #link p {
	height:16px;
	margin:0;
	overflow:hidden;
}
#nav #link p:hover {
	height:16px;
	margin:0;
	overflow:visible;
}
#nav #link p.mit {
	height:16px;
	margin:0;
	overflow:visible;
}

