@charset "utf-8";

html { 
        overflow: -moz-scrollbars-vertical; 
}
 
body {
	background-image: url(img/bglarge.gif);
	background-repeat: repeat-x;
	background-position: left 39px;;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #646464;
}

hr {
  border:dotted #ccc;
  border-width:0 0 1px 0;
}


.stage {
	min-height: 100%;
	background-image: url(img/bgcontext.jpg);
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	left: 45%;
	width: 743px;
	margin-left: -351px;
}

.mininav {
	position:relative;
	height: 2px;
	padding-top: 15px;
	padding-left: 239px;
	width: 463px;
	z-index: 10;
}

#loginNav a:link,
.mininav a:link {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #6893ca;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
}

#loginNav a:visited,
.mininav a:visited {

	padding-left: 12px;
	padding-right: 12px;
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #6893ca;
	text-decoration: none;	
}

#loginNav a:hover,
.mininav a:hover {

	padding-left: 12px;
	padding-right: 12px;
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #6893ca;
	text-decoration: underline;
	
}

#loginNav a.aktiv:link,
.mininav a.aktiv:link {

	padding-left: 12px;
	padding-right: 12px;
	font-family: Arial, Helvetica;
	font-size: 14px;
	background-color: #5C98CC;
	color: #ffffff;
	text-decoration: none;	
}

#loginNav a.aktiv:visited,
.mininav a.aktiv:visited {

	padding-left: 12px;
	padding-right: 12px;
	font-family: Arial, Helvetica;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #3d3d3d;
	text-decoration: none;
	
}

#loginNav a:hover,
.mininav a:hover {

	padding-left: 12px;
	padding-right: 12px;
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #5C98CC;
	text-decoration: underline;
	
}


a:link {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #295985;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #295985;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #09C;
	text-decoration: underline;
}

.header {
	height: 219px;
	width: 743px;
	padding-top: 26px;
	background-image: url(img/headlarge.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#loginNav{
	position: absolute;
	bottom: 0;
	left: 239px;
	z-index: 10;
}


ul#nav {
	
	width: 187px;
	margin: 0px;
	padding: 0;
	
}

ul#nav li {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	text-align: right;
	list-style: none;
	height: 13px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-top: 1px;
	font-size: 11px;
	border-bottom: 1px dotted #a6adc6;

}

ul#nav li:hover {
	background-image: url(img/arrowover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

ul#nav li a:link {
	padding-left: 14px;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: white;
	
}

ul#nav li.aktiv a:link {
	color: #ffffff;	
	font-weight: normal;
}

ul#nav li a:visited {
	padding-left: 14px;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: white;

}

ul#nav li.aktiv a:visited {
	color: #ffffff;
	font-weight: normal;
}

ul#nav li.aktiv  {
	background-image: url(img/arrowover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #6893ca;	
}


ul#nav li a:hover {
	font-size: 13px;
	text-decoration: none;
	
	font-weight: normal;
	color: white;

}

.content {
	width: 702px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
}
.content .context {
	background-image: url(img/bgcontext.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 187px;
	margin-top: 0px;

}

.content .context .news {
	width: 172px;
	margin-left: 15px;
	margin-top: 0px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
}


.content .main {
	float: left;
	width: 444px;
	min-height: 300px;
	margin-top: 0px;
	margin-left: 52px;
	padding-bottom: 20px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	
}


.content img {
  /*float:left;*/
  background: url(img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(img/shadow.gif) no-repeat bottom right;
  margin: 7px 10px 2px 0px !important;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 11px;
  padding-right: 11px;
}


.clear {
	clear: both;
}


.headline {
	font-size: 16px;
	line-height: 20px;
}

.date {
	font-size: 12px;
	font-weight: bold;
	color: ##295985;
}


.context ul {
	
	width: 187px;
	margin-left: 0px;
	margin-top: -8px;
	margin-bottom: 20px;
	padding: 0;
	
}

.context ul li {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	text-align: right;
	list-style: none;
	height: 13px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-top: 1px;
	font-size: 13px;
	border-bottom: 1px dotted #a6adc6;

}

.context ul li:hover {
	background-image: url(img/arrowover2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.context ul li a:link {
	padding-left: 14px;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #6893ca;	
}

.context ul li.aktiv a:link {
	color: #6893ca;	
	font-weight: normal;
}

.context ul li a:visited {
	padding-left: 14px;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #6893ca;

}

.context ul li.aktiv a:visited {
	color: #6893ca;
	font-weight: normal;
}

.context ul li.aktiv  {
	background-image: url(img/arrowover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #eaeaea;
	
}


.context ul li a:hover {
	font-size: 13px;
	text-decoration: none;
	
	font-weight: normal;
	color: #6893ca;

}

.buttons {
	font-family: Arial, Helvetica;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #d9d9d9;
	padding: 2px;
	width: 200px;
}

textarea {
	font-family: Arial, Helvetica;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #d9d9d9;
	padding: 2px;
	width: 400px;
	height: 150px;
}

#counter{
	margin-top: 10px;
	text-align: center;
}
#counter a{
	color: transparent !important;
}