/* CSS Document */

#news_block1 {
	position:relative;
	width:270px;
	height:500px;
	overflow:hidden;
	border:1px solid #999;
	padding:2px;
	}
	
#news_block2 {
	position:relative;
	width:270px;
	height:500px;
	overflow:hidden;
	border:1px solid #999;
	padding:2px;
	}
	
#news_block3 {
	position:relative;
	width:700px;
	height:auto;
	overflow:hidden;
	border:1px solid #999;
	padding:2px;
	}

body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
    }
	
a {
	color: #FF0000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.klein {
	font-size:9px;
}

.klein_startlink {
	font-size:10px;
	font-weight:bolder;
}

.right {
	float:right;
	position:relative;
	border:0px;
	}

#container{
	margin: 0 auto;
	width: 744px;
	position: relative;    
	padding: 0px 0px 0 0px;
	text-align: left;
	background-color: #CCCCCC;
    }
	
#head{
	margin: 0 0 0 0;
	background-color:#FFFFFF;
	height:64px;
	width:746px;
	background-image:url(img/titel3.gif);
	background-position:left top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	}
	
#content{
	left:140px;
	top: 74px;
	position:absolute;
	width:379px;
	height:auto;
	}
	
#deko{
	left:530px;
	top: 74px;
	position:absolute;
	width:210px;
	height:auto;
	}
	
#imprint{
	position:absolute;
	left:14px;
	top:340px;
	font-size:10px;
	width:110px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
H1{
	font-size:15px;
	font-weight:bold;
	display:block;
	margin:0px;}
	
/*ANFANG MENÜ*/
#menu {
	position: absolute; 
	top: 74px;
	left: 10px;
}

#menu a {
	color: #FFF;
	padding: 2px 10px 2px 4px;
	margin: 0px 0px 2px 0px;
	text-decoration: none;
	display: block;
	background-color:#666;

}  

#menu a:link {
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #FF0000;
	background-color: #FFF;
}
/* ENDE MENÜ */	

