* {
	font-family:Verdana;
	border:0;
	padding:0;
	margin:0;
	outline:0;
}

p.center {
	text-align:center;
}

a, strong, b, i, u {
	font-size:inherit;
	color:inherit;
}

.clear {
	clear:both;
}

body {
	min-width:518px;
}

#header {
	width:100%;
	height:157px;
	background:url("../imgs/tbg.png");
	min-width:518px;
	overflow:hidden;
}

#header2 {
	position:absolute;
	top:0;
	left:0;
	width:719px;
	height:157px;
	background:url("../imgs/topleft.png") no-repeat;
}

#menut {
	position:absolute;
	left:240px;
	top:67px;
	color:#fff;
}

#menut a {
	color:#fff;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

#menut a:hover {
	text-decoration:underline;
}

#menu {
	width:200px;
	position:absolute;
	top:157px;
	left:0px;
}

#menu .box {
	background:url("../imgs/boxbg.png");
	width:196px;
	font-size:10px;
	margin-top:-3px;
}

#menu .box a {
	color:#f00;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
}

#menu .box a:hover {
	text-decoration:underline;
}

#menur {
	width:185px;
	top:157px;
	right:0px;
	position:absolute;
}

#menur .box {
	background:url("../imgs/boxbgr.png");
	width:181px;
	font-size:10px;
	padding-left:4px;
	margin-top:-3px;
}

#menur .box a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#menur .box a:hover {
	color:#00f;
	text-decoration:underline;
}

#content {
	margin-left:200px;
	margin-right:195px;
	font-size:10px;
}

#content .box .ueberschrift .num {
	height:27px;
	background:url("../imgs/cboxlbg.png");
	color:#fff;
	font-size:10px;
	font-weight:bold;
	float:left;
}

#content .box .ueberschrift .num div {
	background:url("../imgs/cboxl.png") no-repeat top left;
	height:20px;
	padding-left:7px;
	padding-top:7px;
	float:left;
}

#content .box .ueberschrift {
	background:url("../imgs/cboxm.png");
	height:27px;
}

#content .box .ueberschrift .tex {
	height:27px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	background:url("../imgs/cboxr.png") top right no-repeat;
}

#content .box .bottom .left {
	background:url("../imgs/cboxbl.png");
	width:12px;
	height:12px;
	float:left;
}

#content .box .bottom .right {
	background:url("../imgs/cboxbr.png");
	width:12px;
	height:12px;
	float:right;
}
#content .ueberschrift a {
 color:#fff;
}


#content .box .bottom {
	background:url("../imgs/cboxbrm.png");
	height:12px;
}

#content .box .inner {
	border-right:1px solid #445476;
	border-left:1px solid #445476;
	padding:0 5px;
	font-size:12px;
}

input {
	border:1px solid #c0c0c0;
	padding:2px;
	font-size:10px;
}
