body {
	background-color:#bac5d7;
}



.contentBox {
	border:1px solid #2C4D82;
	width:400px;
	margin: 0 0 0 5px 0;
	padding: 0 0 5px 0;

}

.scrollWrap {

	height:238px;
	margin:0;
	overflow-y:auto;
	overflow-x:hidden;
}

.news {

	width:200px;
/*
	height:258px;
*/
	margin-top:1em;
}

.news p {
	font-size:11px;		
	
	margin:0;
	padding: 0 6px 0.85em;
	border-bottom:1px dashed #2C4D82;
	
	/*
	outline:1px cyan dotted;
	*/
}

.news h4{
/*
	outline:1px magenta dotted;
*/	
	margin:0.25em 6px 0;
	font-size:0.85em;
	font-weight:bold;
}

form input.inputBtn {
	margin:5px 5px 0 5px;
}

.picPage {
	background-color:#2c4d82;
}

.error {
	/*font-size:1em;*/
	font-weight:bold;
	color:red;
}

form ul, form table {
	width:100%;
	margin:0;
	padding: 10px 0 0 0;
}

form ul li, form table tr td {
	margin:0;
	padding:0;
}

form table tr td {
	padding:1px;
	padding-left:10px;
}

form ul li {
	padding-left:10px;
}

.contentBox h3 {
	margin:0;
	font-size:12px;
	text-align:center;
	/*display:block;*/
	background:#2C4D82;
	color:white;
	width:100%;
	padding-left:1px;
}

.contentBox div.footer {
	margin-top:1em;
	text-align:left;	
	background:white;
	color:black;
	
	padding-left:1px;
	font-size:0.75em;
}

.fileList ul {
	list-style-position: inside;
}


.deepBlue {
	background-color:#2C4D82;
}

.lightBlue {
background-color:#BAC5D7;
}

div#news {
	width:200px;
	height:500px;
	background: magenta;
}

div#login {
	width:200px;
	height:250px;
	background: cyan;
}

div#sidebar {
/*
	position:absolute; 
	top:139px; 
	left:50%;
*/

	width:200px; 
	height:auto; 

	border:0px solid #2C4D82; 
	border-top:0px solid white; 
	background: white; 
}

div#headerBg {
	position:absolute; z-index:-1; width:100%; top:0px; left:0px;
}

div#headerBg div#stripe1 { 
	background-color:#2C4D82; height:93px; width:100%;
}

div#headerBg div#stripe2 {
	background-color:#bac5d7; height:23px; width:100%;
}

div#headerBg div#stripe3 {
	background-color:#2C4D82; height:23px; width:100%;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
a:link {
	color: 2C4D82;
	text-decoration: none;
}
a:visited {
	color: 2C4D82;
	text-decoration: none;
}
a:hover {
	color: 2C4D82;
	text-decoration: none;
}
a:active {
	color: 2C4D82;
	text-decoration: none;
}

.punktlista {
	margin:0;
	padding:0;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul.punktlista {
	margin:0 0 0em 0;
	padding:0;

	list-style-position: inside;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

ul.punktlista li {
	line-height: 16px;
}

ul.nomarker {
	list-style-type:none;
}

#mainContentBox {
	margin: 0 auto;
}

.blueBorder2 {
	border-left: 1px solid #2C4D82;
	margin-left:1px;
}

img {
	vertical-align: bottom;
}

td#mainHorizontalStrut {
	width:10px;
}

div#mainVerticalStrut {
	height:10px;
}

/* --- */

td.menuLabel {
	width:186px;
	background-image:url('../images/top.jpg');
}

div.menuLabel {
	font-family: "Arial Narrow", Arial;
	font-weight:bold;
	height:22px;
	line-height:22px;

	font-size:11px;
	
	text-transform:uppercase;
	color:#2c4d82;
	
	
	padding-left:23px;
	padding-top:1px;
}

a.mainMenu, a.mainMenu:visited, a.mainMenu:active   {
	/*width:68px;*/
	padding: 0px 5px;
	height: 23px;
	
	display:block;
	outline: none;
	
	font-family: "Arial Narrow", Arial;
	font-weight:bold;
	font-size:11px;
	line-height:23px;
	
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	
	color:#ffffff;
	background:#2c4d82;
}

a.mainMenu:hover, a.mainMenu:focus {
	color:#2c4d82;
	background:#ffffff;
	
	text-decoration:none;
	outline: none;
}