* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;

	text-align: center;

	width: 100%;

	font-size: 14px;
	font-family: "Tempus Sans ITC", "Times New Roman", "Times";

	abackground: url('../static_images/body_bg.png') repeat-x;
	background-color: #020202;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 28px;
	margin: 10px 0;
}

h2 {
	font-size: 20px;
	margin: 10px 0;
}

.error {
	color: red;
}

input[type=submit] {
	padding: 2px 5px;
}

#wrap {
	width: 1152px;
	margin: 0 auto;

	text-align: left;

	position: relative;

	height:auto !important; /* real browsers */
	height: 100%; /* IE6 */
	min-height: 100%; /* real browsers */
}

#header {
	height: 290px;
	background: url('../static_images/header.png') no-repeat;

	position: relative;
}

#languages {
	position: absolute;

	bottom: 10px;
	right: 110px;
}
 
#page {
	padding: 6px 0 15px 88px;
	background: url('../static_images/page.png') no-repeat;
}

#menu {
	float: left;
	width: 210px;

	padding: 10px 0 15px 15px;

	border: 1px solid black;
	background: url('../static_images/content_bg.png') repeat-x;
}

#menu a {
	display: block;

	position: relative;
	font-size: 20px;
}


#menu a.level1, #menu a.level1_selected {
	color: white;

	margin-top: 10px;
}

#menu a.level1:hover, #menu a.level1_selected {
	acolor: #A97B0A;
}

#menu a.level2, #menu a.level2_selected {
	font-size: 15px;
	color: white;

	margin: 5px 0;
	padding-left: 20px;
}

#menu a.level2:hover, #menu a.level2_selected {
	color: #131437;
}

#content {
	float: left;

	margin-left: 25px;

	width: 685px;
	min-height: 345px;
	_height: 345px;

	padding: 15px;

	font-size: 18px;

	text-align: left;
	line-height: 22px;

	border: 1px solid black;
	background: url('../static_images/content_bg.png') repeat-x;

	color: white;
/*
	overflow: auto;

	height: 630px;
*/
}

#content a {
	color: white;
	text-decoration: underline;
}

#content a {

}

p {
	margin-bottom: 10px;
}

img.links {
	float: left;
	margin: 5px 20px 5px 0;
}

img.rechts {
	float: right;
	margin: 5px 0 5px 20px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;

	text-align: center;

	padding: 5px 0;

	zoom: 1;
}

.columns #footer {
	left: 260px;
	width: 527px;
}

#footer a:hover {
	text-decoration: underline;
}

/* Thumbnails */
.dia {
	float: left;

	width: 117px;
	height: 138px;

	margin: 0 10px 15px 0;
}

.dia .imagewrap {
	display: block;

	width: 115px;
	height: 115px;

	border: 1px solid #694C0C;

	line-height: 115px;

	text-align: center;
}

.dia .imagewrap img {
	vertical-align: middle;
}

*+html .dia .imagewrap img { /* IE7 */
	margin-top: -1px;
}

.dia .imagewrap>img { /* FF3 */
	margin-top: -3px;
}

.dia .description {
	padding: 3px 2px 5px 2px;

	color: white;

	font-size: 11px;
}

.dia .description img {
	height: 16px;
	width: 16px;

	float: right;
}

a.picturegroup {
	float: left;
	
	width: 200px;
	
	text-align: center;
		
	margin: 15px;
}

a.picturegroup div.image {
	height: 115px;
}

a.picturegroup div.image img {
	margin: auto 0;
}

ul {
	padding-left: 20px;
}

