html, body {
	margin:0px;
	padding:0px;
}

body {
	background-color:#666666;
}

table, td, div, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
}

a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#E38D05;
	text-decoration: none;
}

a:hover, a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#E38D05;
	text-decoration: none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12pt;
	color:#333333;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #6D6D6D;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
	color:#333333;
	padding:0px;
	margin:0px;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	font-size:10pt;
}


.hidden {
	display : none;
}


.content_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:justify;
	line-height:1.5em;
	color:#333333;
}

.miniature, .tn {
	border:1px solid #999999;
}

.seperator_impressum, .seperator {
	padding:5px 0px;
}

.impressum_seperator hr, .seperator hr {
	border-width:0px;
	color:#B6B6B6;
	background-color:#B6B6B6;
	height:1px;
}

.madebymum, a.madebymum:link, a.madebymum:visited, a.madebymum:hover, a.madebymum:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	font-weight: lighter;
}

.mum, a.mum:link, a.mum:visited, a.mum:hover, a.mum:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}




/*********************
***   BACKGROUND   ***
*********************/
.container {
	width:742px;
	padding:14px 14px 28px 14px;
	margin:20px auto;
	background-color:#333333;
}

.bg_newsticker {
	margin:0px 0px 6px 178px;
	background-image:url(images/bg_newsticker.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:23px;
	font-style:italic;
	font-weight:bold;
}

.bg_content {
	background-repeat:no-repeat;
	background-image:url(images/bg_content.jpg);
	background-position:top;
	background-color:#FFFFFF;
	padding:18px 25px;
}

.content {
	float:left;
	padding:50px 20px 50px 40px;
}






/********************
***   MENU LEFT   ***
********************/
.menu_organisation {
	background-repeat:no-repeat;
	background-position:0px 5px;
	height:230px;
	color:#999999;
	padding-bottom:25px;
}

.menu_services {
	background-repeat:no-repeat;
	background-position:0px 5px;
	height:150px;
	color:#999999;
	padding-bottom:25px;
}

.menu_organisation li,
.menu_services li {
	padding:3px 5px 3px 0px;
}

.menu_organisation a:link, .menu_organisation a:visited,
.menu_services a:link, .menu_services a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#999999;
	font-weight:bold;
	text-decoration: none;
}

.menu_organisation a:hover, .menu_organisation a:active,
.menu_services a:hover, .menu_services a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

.nav_selected,
.nav_selected a:link, .nav_selected a:visited, .nav_selected a:hover, .nav_selected a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}




/******************************
***   STYLES CONTACT FORM   ***
******************************/
.contact_table {
	width:100%;
}

.contact_table tr {
	height:26px;
}

.contact_input {
	width:180px;
	border:1px solid #6D6D6D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
	padding:3px;
}

.contact_textarea {
	border:1px solid #6D6D6D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
	padding:3px;
	width:180px;
}

.contact_button {
	width:100px;
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
	border:1px solid #6D6D6D;
}



/**************************
***   STYLE PROG-LIST   ***
**************************/
.prog_freq {
	width:100px;
}

.prog_freq div {
	width:100%;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	height:45px;
	padding:5px 10px 0px 10px;
	font-weight:bold;
	background-color:#FFFFFF;
}

.prog_logo {
	border:1px solid #000000;
	width:70px;
	height:70px;
	background-color:#FFFFFF;
	text-align:center;
}

.prog_desc div {
	width:100%;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	height:45px;
	padding:5px 10px 0px 10px;
	font-weight:bold;
	text-align:center;
	background-color:#FFFFFF;
}

.prog_lang {
	width:80px;
}

.prog_lang div {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	height:35px;
	padding:15px 10px 0px 10px;
	font-weight:bold;
	text-align:right;
	background-color:#FFFFFF;
}






/******************************
***   STYLE PRINT-VERSION   ***
******************************/
@media print {
	.noprint, .bg_newsticker {
		display: none;
	}
	
	.bg_content {
		padding:25px 0px 0px 0px;
	}
}


