@charset "utf-8";

body {
	background-color:#202021;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	
	/*color:#333333;*/
	color: black;
	
	line-height:1.42;
	
}

img {
	border:none;
}

a {
	color:#000080;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#666666;
}

h1 {
	font-size:2em;
	font-weight:bold;
	color:#000000;
}

h2 {
	font-size:1.5em;
	font-weight:bold;
	color:#000000;
}

#container {
	position:absolute;
	width:958px;
	left:50%;
	margin:0px 0px 0px -479px;
}

#head {
	position:absolute;
	width:100%;
	height:223px;
	background-image:url(../img/headerBG.jpg);
}

#nav  {
	position:absolute;
	float:left;
	top:198px;
	
	margin: 0px;
	margin-left:15px;
	padding: 0px;
	/*display:block;*/
	height:28px;
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	
	z-index:3;
}

.headline {
	float:left;
	padding:0px;
	padding:0px 15px 5px 15px;
	
	display:block;
}

.trennstr {
	position:absolute;
	margin:-3px 0px 0px 15px;
}

#nav li a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:0.9em;
}/**/


#nav .submenu {
	position:absolute;
	/*margin:5px 0px 0px -7px !important;*/
	margin:5px 0px 0px -26px !important;
	
	background-image:url(../img/popupmenuBG.png);
	background-position:bottom;
	background-repeat:no-repeat;
	
	z-index:5;
	
	width:140px;
	padding:10px;
	padding-bottom:20px;
	
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	
	line-height:1.8;
	
	font-size:.87em;
	font-weight:normal;
}
#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	
	margin:0px;
	padding:0px;
}

.submenu a  {
	color:#FFFFFF !important;
	text-decoration:none !important;
}


.submenu a:hover  {
	text-decoration:underline !important;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*top: auto;
	left: auto;*/
}
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}
/*#content {
	clear: left;
}*/

#content {
	position:absolute;
	top:223px;
	width:100%;

	background-image: url(../img/contentBG_repeat.jpg);
/*	background-repeat: no-repeat;*/
	background-color:#FFFFFF;
}

#loginbox {
	background-image:url(../img/loginbox.jpg);
	height:72px;
	width:156px;
	position:absolute;
	margin-left:799px;
	margin-top:6px;
	
	text-align:center;
}

#loginbox p {
	margin:5px 0px 0px 0px;
	padding:0;
	
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.78em;
}

#loginbox form {
	margin:0;
	padding:0;
}

#loginbox input{
	width:120px;
	height:16px;
	
	text-align:center;
	
	margin-top:3px;
	
	background-image:url(../img/input_bg.jpg);
	border:none;
	
	color:#666666;
	font-weight:bold;
	font-size:0.75em;
}

#newsbox1{
	background-image:url(../img/newsbox1.jpg);
	height:73px;
	width:157px;
	
	position:absolute;
	margin-left:799px;
	margin-top:80px;	
}

#newsbox2, #newsbox3{
	background-image:url(../img/newsbox.jpg);
	height:72px;
	width:155px;
	
	position:absolute;
	margin-left:800px;	
}
#newsbox2 {
	margin-top:152px;
}
#newsbox3 {
	margin-top:221px;
}

#showAllNews {
	width:155px;
	height:30px;
	
	position:absolute;
	margin-left:800px;	
	margin-top:304px;
	text-align:center;
	
	font-size:0.7em;
}

#newsbox1 p,#newsbox2 p, #newsbox3 p{
	margin:0;
	padding:17px 20px 0px 15px;
	
	font-size:0.72em;
	color:#FFFFFF;
	
	line-height:1;
}

#newsbox1 a,#newsbox2 a, #newsbox3 a{
	color:#FFFFFF;
	font-weight:normal;
}


#newsbox1 a:hover,#newsbox2 a:hover, #newsbox3 a:hover{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

#showAllNews a {
	font-weight:normal;
}

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


#contentArea {
	padding:25px;
	width:650px;
}
#foot {
	width:100%;
	padding:0;
	width:100%;
	height:45px;
	background-image:url(../img/foot.jpg);
	background-repeat:no-repeat;
}

#rounded_bottom_left {
	position:absolute;
	vertical-align:bottom; 
	text-align:left; 
}


/*interner bereich*/
#menuBar {
	margin:0;
	padding:0;
	
	margin-bottom:20px;
	
	padding-right:15px;
	float:left;
	
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	
}

#menuBar li {
	display:block;
	float:left;
	padding-right:15px;
	margin-bottom:30px;
}

.iconImage {
	position:absolute;
	margin-top: 3px;
	
	border:none;
}

.menuItemIntern {
	padding-left: 20px;
	text-decoration:underline;
	
	font-weight:normal;
	color:#333333;
}

.tableP {
	/*padding:7px;*/
}

.tableP td {
	padding:4px;
}


/*
EDIT MSG
*/


#editMSGContainer, #viewMSGContainer {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-image:url(../img/bgt.png);
	
	z-index:100;
	
}

#editMSGBox, #viewMSGBox {
	position:fixed;
	top:50%;
	left:50%;
	height:460px;
	width:600px;
	
	margin:-260px 0px 0px -310px;
	
	background-color:#ffffff;
	
	padding:20px;
	
	z-index:101;
}

#editMSGBox #messageEditHeadline,#viewMSGBox #vheadline  {
	width:100%;
	margin-bottom:10px;
	font-size:1.5em;
}

#editMSGBox #messageEditText, #viewMSGBox #vtext {
	width:100%;
	height:265px;
}

#editMSGBox p, #viewMSGBox p {
	font-size:0.8em;
}

#viewMSGBox{
	height:420px !important;
	margin-top:-210px !important;
}

#viewMSGBox #ok{
	margin-top:10px;
	width:60px;
}

/*************
************/
#editFilesContainer {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	
	background-image:url(../img/bgt.png);
		
	z-index:20;
}

#editFilesBox {
	position:fixed;
	top:50%;
	left:50%;
/*	height:340px; */
	overflow: hidden;
	width:400px;
	
	margin:-138px 0px 0px -200px;
	
	font-size:0.8em;
	
	background-color:#ffffff;
	
	padding:20px;
}

#editFilesBox #headline {
	width:100%;
	margin-bottom:10px;
	font-size:1.5em;
}

#editFilesBox #datei, #editFilesBox #description {
	width:350px;
}

/* Kontaktformular */
div.frmcontact {
	overflow: hidden;	
}
div.frmcontact div.body {
	overflow: hidden;	
}
div.frmcontact div.head {
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 10px;
}
div.frmcontact div.row {
	display: table-row;
	clear: both;
}
div.frmcontact div.left {
	display: table-cell;
	float: left;
	margin-bottom: 10px;
}
div.frmcontact div.right {
	display: table-cell;
	float: right;
	margin-bottom: 10px;
}

div.simpleform div.left {
	float: left;
	clear: both;
	width: 300px;
	margin-bottom: 15px;
}
div.simpleform div.right {
	float: left;
	margin-bottom: 15px;
}

div.error {
	color: red;
	margin-bottom: 15px;
}

