﻿@import url("layout.css");
/* Vorlage für Bild-PopUp */
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	background-color: #2C353C;	
}
#container {
}

a {
	color:#2C353C;
	text-decoration:none
} 
a:hover {
	color:#66FF33;
	text-decoration:underline:none
}
a:active {
	color:orange;
	text-decoration:none
}

#header {
	text-align: center;
	color: #C0C0C0;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 800px;
}
#header a {
	color: #C0C0C0;
}
#page_content {
	position: relative;
	width: 800px;
	height: 800px;
}
#content {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 800px;
	height: 750px;
	overflow: auto;
}
#content_descr {
	overflow: auto;
	text-align: center;
	font-weight: bold;
	color: #C0C0C0;
	height: 40px;
	position: absolute;
	bottom: 70px;
	left: 0px;
	width: 800px;
}
#content_image {
	vertical-align: middle;
	position: absolute;
	width: 800px;
	left: 0px;
	bottom: 120px;
}