body,
html{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	text-decoration:none;
	color:#6dcef3;
}

.bodytext{
	margin:0px;
	padding:0px;
}

body{
	background:url('../images/bg.gif') repeat-y top center;
	background-color:#eeeee8;
}
#body{
	margin:0px auto;
	width:798px;
}
#menu{
	margin-top:27px;
	background:url('../images/menu_bg.gif') repeat-x;
	height:30px;
	border-left:1px solid #eeeee8;
	border-right:1px solid #eeeee8;
	padding:0px 10px;
}
#menu a{
	line-height:30px;
	padding:0px 15px;
	font-weight:bold;
	color:#425363;
}
#menu a:hover,
#menu a.act{
	color:#6dcef3;
}


#content{
	padding:30px 10px;
}


/*
 * News latest
 */
.news-latest-container{
	color:#FFF;
}
.news-latest-container h2{
	font-size:14px;
	color:#000;
}
.news-latest-item{
	width:365px;
	border:1px solid #E3E2D9;
	float:left;
	margin:5px;
	padding:5px;
	color:#000;
	background-color:#EEEEE8;
}
.news-latest-date{
	float:right;
}
.news-latest-item h3{
	margin:0px;
	margin-bottom:10px;
}
.news-latest-item img{
	float:left;
	margin-bottom:5px;
	margin-right:5px;
}
.news-latest-item .clearer{
	clear:left;
	
}

/*
 * News Single
 */
.news-single-item{
	border:1px solid #E3E2D9;
	float:left;
	margin:5px;
	padding:5px;
	color:#000;
	background-color:#EEEEE8;
	width:750px;
}
.news-single-item h2{
	margin:0px;
	margin-bottom:10px;
	color:#6DCEF3;
	font-size:14px;
}
.news-single-timedata{
	float:right;
	color:#6DCEF3;
}
.news-single-img{
	float:left;
	margin-right:10px;
}
.news-single-author{
	display:none;
}

/*
 * News - LIST
 */
.news-list-item{
	border:1px solid #E3E2D9;
	float:left;
	margin:5px;
	padding:5px;
	color:#000;
	background-color:#EEEEE8;
	width:750px;
}
.news-list-date{
	float:right;
	color:#6DCEF3;
}
.news-list-item h3{
	margin:0px;
	margin-bottom:10px;
}
.news-list-item img{
	float:left;
	margin-bottom:5px;
	margin-right:5px;
}
.news-list-item .clearer{
	clear:left;
	
}

/*
 * Gästebuch - Form
 */
.tx-veguestbook-pi1{
	clear:both;
	border:1px solid #E3E2D9;
	float:left;
	margin:5px;
	padding:5px;
	color:#000;
	background-color:#EEEEE8;
	width:750px;
}
.tx-veguestbook-pi1 form,
.tx-veguestbook-pi1 fieldset{
	margin:0px;
	padding:0px;
}

/*
 * Gästebuch - Taser
 */

.tx-guestbook-header{
	margin:0px;
	padding:5px !important;
	width:740px !important;
}

/*
 * Gästebuche - List
 */
.tx-guestbook-left{
	width:150px !important;
	background-color:#EEEEE8 !important;
}
.tx-guestbook-right{
	width:550px !important;
}

