* {
    margin: 0 auto;
    padding: 0;
}

body {
	font-size: 10pt;
    font-family: verdana;
	background-color:#CCCCCC;
	background-image: url(bilder/kunstkaserne_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
}
#head {
	width: 800px;
	height: 100px;
	text-align:left;
	background-color:#FFFFFF;
	clear: both;
	margin-top: 45px;
	border-top: 1px none #666666;
	border-right: 1px outset #666666;
	border-bottom: 1px outset #666666;
	border-left: 1px none #666666;
}
#banner {
	background-image: url(kunstkaserne.gif);
	background-repeat: no-repeat;
	width: 500px; 
	height: 14px;
	margin-top: 5px;
	margin-left: 15px;
	text-align:right;
	padding-top: 26px;
}
#menu {
	text-align:center;
	margin-top: 29px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#menup1 {
	width: 165px;
	float: left;
	border-right-width: 1px;
	border-right-style: outset;
	border-right-color: #000000;
}
#menup2 {
	width: 185px;
	float: left;
	border-right-width: 1px;
	border-right-style: outset;
	border-right-color: #000000;
}
#menup3 {
	width: 130px;
	float: left;
}
#kontakt {
	width: 80px;
	float: right;
	border-right-width: 1px;
	border-right-style: outset;
	border-right-color: #000000;
}
#impressum {
	width: 110px;
	float: right;

}
#main {
	overflow: auto;
	width: 800px;
	height: 500px;
	text-align:left;
	background-color:#FFFFFF;
	clear: both;
	margin-top: 5px;
	border-top: 1px none #666666;
	border-right: 1px outset #666666;
	border-bottom: 1px outset #666666;
	border-left: 1px none #666666;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #333333;
	text-decoration: none;
}

