body {
	background: #979797 url(bg.jpg) top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
	margin:0;
	overflow:auto;
	overflow: -moz-scrollbars-vertical;
	line-height:150%;
}



p {
	padding:0 0 18px 0;
	margin:0;
}

img {
	margin:0;
	padding:0;
}

a {
	color: #990000;
	text-decoration:underline;
}

a:visited {
	color: #990000;
	text-decoration:underline;
}

a:hover {
	color: #990000;
	text-decoration:underline;
}

#container {
	width:1000px;
	margin:0 auto;
	padding:0;
	background-image: url(bg_container.jpg);
	position:relative;}

#header {
	height:279px;
	width:1000px;
	position:relative;
	margin:0;
	padding:0;
	background: transparent url(bg_head.jpg) top center no-repeat;
	
}

#header img.logo {
	position:absolute;
	right:40px;
	top:0;
	border:0;
}


#search {
	position:absolute;
	right:60px;
	top:223px;
}

#search input#suche {
	border:0;
	background:transparent;
	width:115px;
	margin:0;
	padding:0;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #242424;
}

#search input.submit {
	width:15px;
	height:20px;
	margin:0;
	padding:0;
	border:0;
	background:#990000 url(bg_submit.gif) no-repeat;
	cursor:pointer;
}

#main {
	min-height:300px;
}

*hmtl #main {
	height:300px;
}


#left {
	float:left;
	width:220px;
	padding:0;
}

#right {
	float:right;
	width:180px;
	padding:0 60px 0 40px;
	}

#right h1 {
	background: transparent url(bg_h1_box.gif) no-repeat;
	padding:0 0 0 12px;
	font-weight:bold;
	font-size:14px;
	height:18px;
	margin:0 0 20px 15px;
	color: #242424;
	
}	
	
#right .box {
	width:150px;
	background: transparent url(bg_box.gif) no-repeat;
	padding:0 15px;
	margin:0 0 25px 0;
	height:159px;
	color:#FFFFFF;
}
	
#right .box h1 {
	background: transparent url(bg_h1_box.gif) no-repeat;
	padding:0 0 0 12px;
	font-weight:bold;
	font-size:14px;
	height:18px;
	margin:0 0 20px 0;
	color: #242424;
	
}	

#right .box a h1{
	text-decoration:none;
	}

	
#right .box img{	
	border:2px solid #ffffff;
	}
	
	
#right .box_newsletter {
	width:150px;
	background: transparent url(bg_box_newsletter.gif) no-repeat;
	padding:0 15px;
	margin:0 0 25px 0;
	height:125px;
	color:#FFFFFF;
}
	
#right .box_newsletter h1 {
	background: transparent url(bg_h1_box.gif) no-repeat;
	padding:0 0 0 12px;
	font-weight:bold;
	font-size:14px;
	height:18px;
	margin:0 0 20px 0;
	color: #242424;
	
}	

#right .box_newsletter a h1{
	text-decoration:none;
	}

	
#right .box_newsletter img{	
	border:2px solid #ffffff;
	}	
	
#right .box_newsletter input {
	border:0;
	background:#ffffff;
	width:117px;
	margin:15px 0 0 11px;
	padding:2px 0 0 10px;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #242424;
}	
	
#right .box_newsletter input.submit {
	width:15px;
	height:20px;
	margin:5px 0 0 0;
	padding:0;
	border:0;
	background:#990000 url(bg_submit.gif) no-repeat;
	cursor:pointer;
}	
	
#content {
	margin:0 280px 0  220px;
	padding:0 10px;
}	



#content #left {
	width: 225px;
	float:left;
	margin:0;
	padding:0;
}

#content #right {
	width: 225px;
	float:right;
	margin:0;
	padding:0;
}

h1 {
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	height:36px;
	margin:0 0 15px 0;
	padding:15px 0 0 20px;
	background: transparent url(bg_h1.gif) no-repeat;
}

h1#nyroModalTitle{
	background-image:none;
	background:transparent;
}

h2 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
	color: #990000;
}

h2 a{
	text-decoration:none;
}

h2 a:visited{
	text-decoration:none;
}

h2 a:hover{
	text-decoration:none;
}

h3 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}

h4 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}

h5 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}

h6 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}

hr {
	border-bottom: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	border-top: 1px #656565 solid;
	margin:10px 0 20px 0;
}


#content img {
	border: 1px #656565 solid;
}

#content img.right {
	float:right;
	margin:0 0 10px 10px;
}

#content img.left {
	float:left;
	margin:0 10px 10px 0;
}

#icons {
	clear:both;
	text-align:right;
	padding:0;
	margin:0;
	height:20px;
}

#icons a {
	text-decoration:none;
}

#icons a:visited {
	text-decoration:none;
}

#icons a:hover {
	text-decoration:none;
}

#footer {
	clear:both;
	width:1000px;
	margin:0;
	padding:30px 0 0 0;
	height:20px;
	background: transparent url(bg_footer.jpg) top center no-repeat;
	
}

#footer a{
	color:#242424;
	text-decoration:none;
}

#footer a:visited{
	color:#242424;
	text-decoration:none;
}

#footer a:hover{
	color:#990000;
	text-decoration:none;
}

#footer .left {
	float:left;
	width:470px;
	padding:0 0 0 230px;
	}

#footer .right {
	float:right;
	width:240px;
	padding:0 0 0 60px;
	}



img.float_right {
	float:right;
	margin:0 0 10px 10px;
	padding:0;
}

img.float_left {
	float:left;
	margin:0 10px 10px 0;
	padding:0;
}


/* *************************** Newsliste ********************************** */

#content img.newsimage {
border:1px solid #5e5e5f;
margin:0 10px 10px 0;
float:left;
}

#content img.newsimage_gr {
border:1px solid #5e5e5f;
margin:0 0 10px 10px;
float:right;
}
