@charset "UTF-8";
/* CSS Document */

html, body {
	position: center;
	font-family: Arial;	
	text-align: center;
}
#name {
	margin-right:10px;
	font-size:50px;
	font-weight:bold;
	float:left;
}
#anschrift {
	margin-top:4px;
	margin-bottom:12px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	line-height:18px;
}

#container { 
    width: 545px; 
    background-color:none;
    margin: auto;
    padding-top: 20px;
	text-align: left;
}

#indexcontent { 
    width: 545px;
	height:545px;
    background-color:none;
    margin: 0 auto;	
	font-size:72px;
	line-height:72px;
	background-image:url(img/gxy.gif);
}

#img { 
    width: 545px;
	height:435px;
    background-color:F34607;
    padding-top:110px;	

}

#selectbox {
	margin-left:250px;
	margin-bottom:100px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.actuell {
	color: #000000;
}