
BODY {
	background-color: rgb(179,13,13);
	font-family:Verdana;
	font-size:10pt;
	color: #fff;
	text-align:justify;
	margin:0px;
	padding:0px;
	margin-top:0px;
	padding-bottom:10px;
}

div {
	font-family:Verdana;
	font-size:8.5pt;
	color:rgb(0,97,0);
}


/************************************
  CONTENT BEREICHE 
*************************************/

#page {
	background-color:rgb(179,13,13);
	width:100%;
	padding:30px 0px 0px;
}

#bg {
	width:100%;
	background: url(images/bg/stars_full.gif) top left no-repeat;
}

#content {
	min-height:200px;
	width:800px;
	padding:52px 0px 0px;
	background: url(images/logo_header.gif) top right no-repeat;
}

#menu {
	float:left;
	width:200px;
}

#pagecontent {
	float:left;
	width:570px;
	padding: 0px 20px 20px 0px;
	margin-top:70px;
	color:#fff;
}

#bottommenu {
	margin:0px;
	width:100%;
	height:95px;
	background-color:rgb(153,0,0);
	z-index:0;
}

p,li,div {
	line-height:1.3em;
	color: #fff;
}

/************************************
  LINKS 
*************************************/

a {
	color:#fff;
	text-decoration:none;
	font-size: 8pt;
}

a:hover {
	color:orange;
}

/************************************
  MENU 
*************************************/

.menu a {
	display:block;
	width:150px;
	height:15px;
	padding:5px 10px;
	margin: 4px 0px 0px;
	background-color:rgb(198,34,34);
	background: url(images/menu/bg_menu.gif) top left no-repeat;
	color: rgb(247,187,187);
	font-size:8.5pt;
	font-weight:normal;
	font-family:Verdana;
}

.menu a:hover {
	background-color:rgb(198,34,34);
	color: rgb(247,187,187);
}

.menu a#checked {
	background-color:rgb(247,187,187);
	background: url(images/menu/bg_menu_checked.gif) top left no-repeat;
	color: rgb(179,13,13);
}

/************************************
  HEADER 
*************************************/


h1,
h2,
h3 {
	font-family:Verdana;
	color:rgb(247,187,187);
	margin:0px;
	padding:0px;
}

h1 {
	font-size: 14pt;
	font-weight:bold;
	display:none;
}

h2 {
	font-size: 12pt;
	font-weight:bold;
	margin-bottom:20px;
}

h3 {
	font-size: 10pt;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
}



.noprint {
}

@media screen {
	
	.print,
	.noshow_print {
		display:none;
	}
	
	.show_noprint {
		display:none;
	}
}

@media print {
	.print,
	.show_noprint {
		display:none;
	}
	
	.noshow_print {
		display:block;
	}
}


