html {
	height:100%;
	}

body {
    background:#ffffff;
}

#page960 {
	width:960px;
	margin:auto;
}

/* Page Definition */ 
/* ------------------------------------------------------------------------------------------------------ */ 
#Root {
	width:100%;
	margin:20px 0px 5px 0px;
}

#Head {
	width:100%;
	height:125px;
	margin:0px 0px 20px 0px;
}

#HeadLeft {
	width:180px;
	height:125px;
	float:left;
}

#HeadMiddle {
	width:598px;
	height:123px;
	float:left;
	border:solid 1px #b4b6b6;
}

#Logo {
	width:284px;
	height:22px;
	margin:10px 10px 10px 10px;
	_margin:10px 5px 10px 10px;
	float:right;
}

#NavigationTop {
	width:100%;
	height:22px;
	float:left;
	margin:55px 0px 0px 3px;
	_margin:55px -10px 0px 2px;
}

#HeadRight {
	width:175px;
	_width:174px;
	height:125px;
	_height:126px;
	float:right;
	margin:0px 0px 0px 5px;
	_margin:0px 0px 0px 0px;
	background:url(../images/HeadRightBackground.png) no-repeat bottom right;
}

#Main {
	width:100%;
    min-height:460px;
	height:auto !important;
	height:460px;
}

#Content {
	width:600px;
	min-height:400px;
	float:left;
}

#Image-MainContent {
	width:565px;
/*	height:260px;*/
	margin:0px 30px 20px 20px;
	_margin:0px 0px 20px 10px;
	float:left;
}

#MainContent {
	width:565px;
	padding:0px 15px 30px 20px;
	float:left;
}

#Border {
	width:175px;
	margin:0px 0px 10px 5px;
	_margin:0px 00px 10px -1px;
	padding:0px 0px 15px 0px;
	border-top:1px solid #b4b6b6;
	background:url(../images/BorderBackground.gif) no-repeat bottom;
	_clear:both;
	float:right;
}

#Bordering.News {
    min-height:120px;
	height:auto !important;
	height:120px;
	_float:right;
}

#Bordering.Umfrage {
    min-height:130px;
	height:auto !important;
	height:130px;
	_float:right;
}
/* ------------------------------------------------------------------------------------------------------ */ 

/* Root */
/* ------------------------------------------------------------------------------------------------------ */ 
#Root p {
	font:normal 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	text-align:right;
}
/* ------------------------------------------------------------------------------------------------------ */ 


/* HeadRight */
/* ------------------------------------------------------------------------------------------------------ */ 
#HeadRight.Red {
	background-color:#B51A1E;
}

#HeadRight.Grey {
	background-color:#6C6760;
}

#HeadRight.Blue {
	background-color:#2D6175;
}

#HeadRight.Green {
	background-color:#B4C622;
}
/* ------------------------------------------------------------------------------------------------------ */ 


/* Navigation */
/* ------------------------------------------------------------------------------------------------------ */ 
ul#Navigation {
	width:180px;
	float:left;
}

ul#Navigation.Red {
	border-bottom:#b51a1e 1px solid;
}

ul#Navigation.Grey {
	border-bottom:#6C6760 1px solid;
}

ul#Navigation.Blue {
	border-bottom:#2D6175 1px solid;
}

ul#Navigation.Green {
	border-bottom:#B4C622 1px solid;
}

#Navigation li {
	font:normal 12px Tahoma, Verdana, Geneva, sans-serif;
	line-height:16px;
	color:#101111;
}

#Navigation li.Red {
	border-top:#b51a1e 1px solid;
}

#Navigation li.Grey {
	border-top:#6C6760 1px solid;
}

#Navigation li.Blue {
	border-top:#2D6175 1px solid;
}

#Navigation li.Green {
	border-top:#B4C622 1px solid;
}

#Navigation li a, #Navigation li a:link, #Navigation li a:visited {
	_height:100%;
	padding:2px 0px 3px 0px;
/*	_padding:2px 0px 0px 0px;*/
	color:#101111;
	display:block;
}

#Navigation li a.Red:hover {
	color:#b51a1e;
}

#Navigation li a.Grey:hover {
	color:#6C6760;
}

#Navigation li a.Blue:hover {
	color:#2D6175;
}

#Navigation li a.Green:hover {
	color:#B4C622;
}

#Navigation a .Current {
	font:bold 12px Tahoma, Verdana, Geneva, sans-serif;
	border-bottom:none;
}

#Navigation a.Red .Current {
	color:#b51a1e;
}

#Navigation a.Grey .Current{
	color:#6C6760;
}

#Navigation a.Blue .Current{
	color:#2D6175;
}

#Navigation a.Green .Current{
	color:#B4C622;
}

#Navigation ul {
	width:180px;
}

#Navigation ul li {
	font:normal 11px Tahoma, Verdana, Geneva, sans-serif;
	line-height:16px;
	padding:0px;
	border-top:#b4b6b6 1px solid;
	border-bottom:none;
}

#Navigation ul ul li {
	margin-left:12px;
}

#Navigation ul li a, #Navigation ul li a:link, #Navigation ul li a:visited {
	line-height:16px;
	color:#101111;
	padding:1px 0px 3px 12px;
	background-image: url(../images/NavigationSquare_2.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	display:block;
}

#Navigation ul li a.Red:hover {
	color:#b51a1e;
}

#Navigation ul li a.Grey:hover {
	color:#6C6760;
}

#Navigation ul li a.Blue:hover {
	color:#2D6175;
}

#Navigation ul li a.Green:hover {
	color:#B4C622;
}

#Navigation ul a.Red .CurrentSub{
	color:#b51a1e;
	font-weight: bold;
}

#Navigation ul a.Grey .CurrentSub{
	font-weight: bold;
	color:#6C6760;
}

#Navigation ul a.Blue .CurrentSub{
	font-weight: bold;
	color:#2D6175;
}

#Navigation ul a.Green .CurrentSub{
	font-weight: bold;
	color:#B4C622;
}
/* ------------------------------------------------------------------------------------------------------ */ 

/* Bottom */
/* ------------------------------------------------------------------------------------------------------ */ 
ul#Bottom {
	width:100%;
	height:15px;
	margin:0px 0px 20px 0px;
	clear:both;
}

#Bottom li {
	margin:0px 4px 4px 0px;
	border-left:solid 1px #b4b6b6;
	float:right;
}

#Bottom li a, #Bottom a:link, #Bottom a:visited {
	font:normal 9px Tahoma, Verdana, Geneva, sans-serif;
	color:#101111;
	display:block;
	padding:2px 12px 2px 5px;
	background:url(../images/BottomBackground.gif) top right;
}

#Bottom a:hover {
	color:#b51a1e;
}
/* ------------------------------------------------------------------------------------------------------ */ 

/* Foot */
/* ------------------------------------------------------------------------------------------------------ */ 
#Foot {
	padding-left:20px;
}

#Foot p {
	font:normal 9px Tahoma, Verdana, Geneva, sans-serif;
	color:#101111;
	padding:0px 0px 10px 0px;
}

#Foot a, #Foot a:link, #Foot a:visited {
	color:#101111;
}

#Foot a:hover {
	color:#b51a1e;
}
/* ------------------------------------------------------------------------------------------------------ */ 

.image-left {
	width:200px;
/*	text-align:right;*/
	float:left;
	margin: 0px 50px 15px 0px;
}

/* Formular */
/* ------------------------------------------------------------------------------------------------------ */ 
input, textarea, select {
	font:normal 11px Arial, Helvetica, sans-serif;
	border:solid 1px #666666;
	background:#ffffff;
	padding:1px;
	margin:0px 0px 3px 0px;
}
/* ------------------------------------------------------------------------------------------------------ */ 

