@charset "utf-8";
/* CSS Document */
#bigred{
	font-size:20px;
	color:#840000;
	margin-left:35px;
	margin-right:0px;
}
#img{
	height:161px;
	width:320px;
	display:block;
	float:left;
	margin-left:20px;
	margin-right:20px;
}
#cont{
	float:right;
	width:400px;
	height:350px;
	background:url(images/codimat.png) left bottom no-repeat;
}
#text1{
	margin:10px 0px 5px 0px;
	font-size:13px;
}
#text2{

	font-size:13px;
	color:#000099;
}
#text3{
	margin:5px 0px 5px 0px;
	font-size:13px;
}
text4{
	font-size:18px;
	float:right;
}
#untertitel{
	float:left;
	font-size:14px;
	margin-left:30px;
}
#menu{
	float:left;
	margin:30px 0px 0px 30px;
}
#menu a{
	background: url(images/button.png) no-repeat;
    display:block;
	height:30px;
	width:160px;
	font-size:16px;
	padding-top:5px;
	text-align:center;
	color:#CCCCCC;
}
#menu a:hover{
	background: url(images/button_on.png) no-repeat;
}
#logo{
	float:left;
	background:url(images/logo.png) no-repeat;
	margin:40px 0px 0px 40px;
	height:53px;
	width:250px;
}
