/* Page colours */
.white {
	background-color: #FFFFFF;
}

.grau-DCE2E8 {
	background-color: #DCE2E8;
}

.grau-E1E3E5 {
	background-color: #E1E3E5;
}

.blau-D3DFE9 {
	background-color: #D3DFE9;
}

.blau-AAC0D5 {
	background-color: #AAC0D5;
}

.blau-EDF2F6 {
	background-color: #EDF2F6;
}

.blau-DCE5ED {
	background-color: #DCE5ED;
}

#navigation .menu,
#navigation .submenu,
#navigation .submenu-active,
#navigation .menu-active,
#navigation .menu-subopen-active {
	padding-bottom: 3px;
}


/* General */
body {
	background-color: #EDF5FC;
}

td {
	font-family: Arial;
	font-size: 12px;
	/*/*/
	font-size: 11px;
	/* IE SIZE */
	color: #62727F;
}

a{
	color: #384047;
}
a:hover{
	color: #E86C14;
}

.orange-a, .orange-a:visited {
	font-family: Arial;
	color: #E86C14;
	font-weight: bold;
	text-decoration:none;
}

a.orange-a:hover{
	font-family: Arial;
	color: #E86C14;
	font-weight: bold;
	text-decoration:underline;
}

img {
	border: 0;
	}

/* Menu */
a.menu, a.menu-active, a.menu:visited, a.menu-subopen-active {
	font-family: Arial;
	font-size: 12px;

	/*/*/
	font-size: 11px;
	/* IE SIZE */
	font-weight: bold;
	color: #62727F;
	text-decoration:none;

 	background-color: #DCE5ED;

	display:block;
	width:168px;
	/* height:18px; */

	cursor:pointer;
	/*/*/
 	padding-top: 2px;
	/* */

}

a.menu:hover, a.menu-active, a.menu-active:visited, a.menu-subopen-active:hover {
	color: #E86C14;
 	background-color: #FFFFFF;
	text-decoration:none;
}

a.menu-subopen-active, a.menu-subopen-active:visited {
	color: #E86C14;
 	background-color: #EDF2F6;
	text-decoration:none;
}

a.submenu, a.submenu:visited, a.submenu-active {
	font-family: Arial;
	font-size: 12px;

	/*/*/
	font-size: 11px;
	/* IE SIZE */
	color: #E86C14;
	text-decoration:none;

 background-color: #EDF2F6;

	display:block;
	padding-left: 17px;
	/* height:18px; */

	cursor:pointer;
	/*/*/
 padding-top: 2px;
	/* */
}

a.submenu:hover, a.submenu-active, a.submenu-active:visited {
 background-color: #FFFFFF;
	text-decoration:none;
}

/* News Center */
.NC-bg-DDBCAA {
	background-color: #DDBCAA;
}

.NC-bg-F3EDEA {
	background-color: #F3EDEA;
}

.NC-font, .NC-11px, .NC-10px {
	font-family: Arial;
	font-size: 13px;
	/*/*/
	font-size: 12px;
	/* IE SIZE */
	color: #384047;

}

.ncImg {
	float:right;
	margin-right:0px;
	margin-left:8px;
	margin-bottom:6px;
}

.NC-11px {
	font-size: 12px;
	/*/*/
	font-size: 11px;
	/* IE SIZE */
}

.NC-10px {
	font-size: 11px;
	/*/*/
	font-size: 10px;
	/* IE SIZE */
}

/* Content */
.adresse {
	padding-left: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content, .font-10px {
	font-family: Arial;
	font-size: 13px;
	/*/*/
	font-size: 12px;
	/* IE SIZE */
	color: #384047;
}

.font-10px {
	font-size: 11px;
	/*/*/
	font-size: 10px;
	/* IE SIZE */
}

/* Print */
@media print {
 .hidden {
		height: 0px;
	 visibility: hidden;
	}
}

/* form stuff */
form {
 margin: 0px;
	padding: 0px;
}

.fields {
 /*/*/
 height: 20px;
	border: 1px #EBEBEB groove;

	font-family: Arial;
	font-size: 13px;
	/*/*/
	font-size: 12px;
	/* IE SIZE */
	color: #384047;
	/**/
}li {
	list-style-image: url(../pics/txt_bullet.gif);
}

/* Sprachauswahl */
#home {
	margin-right: 29px;
}

.language img{
	margin-right: 5px;
	vertical-align: middle;
	border: none;
}
