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

body {
    background:#DEDEDE;
    margin:0;
    font-family:Verdana, Tahoma, Arial, sans-serif;
    font-size:11px;
    color:#232323;
}

#wrap {
	width: 606px;
	margin: 0 auto;
	margin-top: 25px;
}

#oben {
	background-image: url(oben.png);
	width: 606px;
	height: 128px;
}

#unten {
	background-image: url(unten.png);
	width: 606px;
	height: 127px;
}

#header {
	background-color: #000000;
	width: 606px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}

#inhalt {
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	background-color: #cdcdcd;
}


/* Standarddefinitionen */
a:link, a:visited, a:active, a:focus {
    text-decoration:underline;
    color:#FF0000;
}
a:hover { 
    text-decoration:none;
}

.left {
    float:left;
}

.right {
    float:right;
}

.clear {
    clear:both;
    height:1px;
    font-size:1px;
    line-height:1px;
}