html{
	width: 100%;
	font-family: Tahoma;
	height: 100%
}

body{
	margin: 0;
	height: 100%;
	background-color: #CA2840;
	background-image: url(images/hg_schatten.gif);
	background-position: center;
	background-repeat: repeat-y;
}
a img{
	border: none;
}
#center{
	width: 810px;
	height: 100%;
	margin: 0px auto;
	background-color: #D4D4D4;
}
#head{
	width: 810px;
}
#head .csc-textpic, #head .csc-textpic-center, #head .csc-textpic-below, #head .csc-textpic-imagewrap, #head .csc-textpic-image, #head .csc-textpic-lastcol {
	margin: 0;
	padding: 0;
}
#menu{
	width: 770px;
	background-color: #A9A8A9;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#menu a:link, #menu a:visited, #menu a:active, #menu a:hover{
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	margin-right: 20px;
}
#menu .akt a:link, #menu .akt a:visited, #menu .akt a:active, #menu .akt a:hover{
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 20px;
}

/*BEGINN special definitions for start page*/
#start{
	width: 810px;
	height: 576px;
	margin: 0px auto;
	background-image: url(images/hg_startseite.jpg);
	background-repeat: no-repeat;
}
#content_start{
	padding-top: 510px;
	padding-left: 326px;
	font-size: 80%;
	font-weight: bold;
}
#content_start a:link, #content_start a:visited, #content_start a:active, #content_start a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.link{
	margin-left: 10px;
}
/*END*/
#content{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 30px;
	background-color: #FFFFFF;
	font-size: 80%;
}
#content table{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#left{
	width: 210px;
	vertical-align: top;
	padding-right: 20px;
}
#right{
	width: 530px;
	vertical-align: top;
}
#content p{
	padding: 0px;
	margin-top: 5px;
	margin-left: 10px;
}
#content a:link, #content a:visited, #content a:active, #content a:hover{
	text-decoration: underline;
	color: #000000;
}
#foot{
	height: 80px;
	background-image: url(images/logo.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 100px;
	padding-top: 8px;
	text-align: right;
}
#foot a:link, #foot a:visited, #foot a:active, #foot a:hover{
	font-size: 70%;
	color: #000000;
	margin-right: 20px;
}
#foot .akt a:link, #foot .akt a:visited, #foot .akt a:active, #foot .akt a:hover{
	font-size: 70%;
	color: #FFFFFF;
	margin-right: 20px;
}