@CHARSET "UTF-8";

body, div#wrapper, div#content-wrapper, html {
	height: 100%;
	font-size: 9px;
	font-family: arial;
}

div#wrapper {
	width: 900px;
	background-image: url(../images/hintergrund.jpg);
}

div#pgMenu {
	margin-left: 372px;
	padding-top: 50px;
	color: white;
	font-weight: bold;
}

div.menugroup div.heading {
	font-size: 130%;
	margin-bottom: 12px;
}

div.menugroup {
	display: table-cell;
	width: 117px;
}

div.mEntry a {
	color: white;
	text-decoration: none;
}

div#pgHeader {
	height: 140px;
	background-image: url(../images/header.png);
}

div#pgMain {
	background-image: url(../images/subheader.png);
	max-width: 900px;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 600px;
	
}

.success {
	font-weight: bold;
	font-size: 1.1em;
	color: darkgreen;
	margin: 5px;	
}

div#caption {
	font-size: 150%;
	color: #003399;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 160px;
	padding-top: 10px;
}

div#caption span.dot {
	width: 12px;
	height: 12px;
	background-color: #ea4300;
	display: inline-block;
	margin-left: 2px;
	margin-right: 22px;
}

div#pgContent {
	max-width: 460px;
	margin-top: 23px;
	margin-left: 200px;
}

div#pgContent.noImage {
	margin-top: 50px;
}

div#pgDynamicImage {
	
}

div.form {
	text-align: left;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	padding: 3px;
}

div.form input, div.form textarea {
	width: 300px;
}

.success {
	font-weight: bold;
	font-size: 1.1em;
	color: darkgreen;
	margin: 5px;	
}

div.form input.submit {
	width: 150px;
}

div.form div.bFormEntry.bigger {
	display: table-cell;
	vertical-align: top;
	height: 100px;
	line-height: 20px;
}

div.form label {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}