* {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}

body {
	background:url(../images/layout/bg.jpg);
	background-position:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center; /* Zentrierung im Internet Explorer */
}

h1,h2,h3,h4,h5,h6 {
	clear:both;
}

h1 {
	font-size:18px;
	margin-bottom:15px;
	line-height:30px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
}



#container {
	margin-top:10px;
	margin-bottom:10px;
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	width:826px;
	left: 50%;
	right: 50%;
}

#header {
	width:822px;
	height:155px;
	background:#EBEBEB;
	border-style:solid;
	border-color:#adc4d9;
	border-width:2px;
}

#navi {
	margin-top:2px;
	width:822px;
	height:24px;
	background:url(../images/layout/nav.jpg) #EBEBEB;
	text-align:center;
	line-height:24px;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
	border-style:solid;
	border-color:#adc4d9;
	border-width:2px;
}
#header2 {	
	margin-top:2px;
	width:822px;
	height:266px;
	background:#EBEBEB;
	border-style:solid;
	border-color:#adc4d9;
	border-width:2px;
}

#content {
	margin-top:2px;
	width:822px;
	background:url(../images/layout/inline_bg.jpg) #e6eaf2;
	border-style:solid;
	border-color:#adc4d9;
	border-width:2px;
	text-align:left; /* Zentrierung im Internet Explorer */
}

#content p {
	font-size:14px;
	margin-top:15px;
	margin-bottom:15px;
	line-height:20px;
}

#main {
	margin-top:15px;
	margin-bottom:15px;
	width:780px;
}


#bookmarks {
	margin-top:2px;
	width:822px;
	height:68px;
	background:url(../images/layout/inline_bg.jpg) #EBEBEB;
	border-style:solid;
	border-color:#adc4d9;
	border-width:2px;
}

#ads {
	margin-top:2px;
	width:822px;
	height:68px;
	line-height:4px;
	text-align:center;
	background:url(../images/layout/inline_bg.jpg) #EBEBEB;
	border-style:solid;
	border-color:#adc4d9;
	border-width:2px;
}

#footer {
	margin-top:2px;
	width:822px;
	height:24px;
	text-align:center;
	line-height:24px;
	font-size: 16px;
	color: #003399;
	background:url(../images/layout/inline_bg.jpg) #EBEBEB;
	border-style:solid;
	border-color:#adc4d9;
	border-width:2px;
}

.bookmarks li {
	list-style-type: none;
	float: left;
	width: 25px;
	height: 25px;
	margin: 2px;
	padding: 2px;
}

.pressethumb {
	border-style:solid;
	border-color:#adc4d9;
	border-width:2px;
	margin-right:10px;
	margin-bottom:20px;
	float:left;
}

.aktionenthumb {
	border-style:solid;
	border-color:#adc4d9;
	border-width:2px;
	margin-right:10px;
	margin-bottom:20px;
}
.clear {
	clear:both;
}

.location {
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-weight:bold;     
}

.input {
	vertical-align:center;
}

form {
 	background:#E3E3E3;
    padding: 20px;
    border: 1px solid silver;
}

input {
	height:20px;
}

legend {
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:8px;
    width: 10em;
    display: block;
	float:left;
}