/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

* html body {
	margin: 0;
	padding: 0;
	font-size: x-small; /* für IE5/WIN*/
	f\ont-size: small; /*für andere IE Versionen*/
}

html,body {
	/*height: 100%;*/
}

body {
	margin: 0;
	padding: 0;
	/*background: url(bg.gif) #0F0000 repeat-x; /*background-color: #DBDBDB; /*	background-position: 50% 0;*/
	color: #000000;
	font: small Verdana,Arial, Helvetica, sans-serif; /*text-align: center;*/
	/*background-image: url(bg_left.gif);
	background-repeat: no-repeat;*/
	background-color:#ffffff;
	
}


a {
	text-decoration: none;
	color:#D21016;
}

#wrapper {
	width: 675px;
	/*height: 100%;*/
}

#left {
	width: 350px;
	float: left;
/*	background-color: #940818;*/

	/*height: 100%;*/
}

#navigation {
padding-top:180px;
padding-left:20px;
display:none;
}

#right {
	width: 150px;
	float: right;
	display:none;
	/*background-image: url(bg_right.gif);
	background-repeat: no-repeat;*/
/*	height: 100%;*/
}

#rightcontent {
	padding: 200px  10px 10px 10px;
	display:none;
}

#rightcontent img {
	padding-bottom: 10px;
}

#center {
	/*width: 646px;*/
	margin: 10px;
	/*margin-right: 150px;*/
}

#header {
	
	background-image: url(print_header.gif);
	background-repeat: no-repeat;
	height: 160px;
}

#language { 
	padding: 16px 10px 0 520px;
	display:none;
}

#footer {
	background-image: url(print_footer.gif);
	background-repeat: no-repeat;
	height: 108px;
	/*display:none;*/
}

#content {
	padding: 5px 20px;
	background-color: #ffffff;
	height: auto !important;
/*	height: 660px;
	min-height: 660px;*/
	background-image:url(print_bg.gif);
	background-repeat:repeat-y;
}


h1 {
 font-size:110%;
 margin-bottom: 10px;
 }
 
h2,h3,h4,h5,h6 {
font-size:100%;
}
