@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
	margin:0;
	padding:0;
}
a{
	color:#660033;
	text-decoration:none;
}
a:hover{
	color:#999999;
}

/* DIVS */
#subnav {
	height:100px;
	position:relative;
}
#subnav ul{
	margin:0;
	/* margin:0 0 0 195px; */
	padding-top:75px;
	padding-left:235px;
	list-style-type:none;
}
#subnav li{
	float:left;
	padding-right:1px;
}
#subnavgb {
	position:absolute;
	left:580px;
	top:75px;
}
#spalten {
	clear:both;
	width:1000px;
}
#navigation {
	width:250px;
	float:left;
}
#content {
	margin-top:10px;
	width:550px;
	float:left;
	background-color:#FFFFFF;
}
#newsticker {
	background-color:#FFFFFF;
	width:200px;
	float:left;
}
#logo {
	position:absolute;
	left:820px;
	top:5px;
}
.home {
	background-image: url(../pics/background.jpg);
	background-repeat: no-repeat;
}
/* NEWSTICKER */
#nt {
	background-color:#FFFFFF;
	margin-left:20px;
	margin-top:100px;
	position:relative;
	overflow:hidden;
	
}
.nt_item {
	position:absolute;
}
/*Content Bereich */
.content_item{
	clear:both;
}
.content_item a {
	color:#660033;
	text-decoration:none;
}
.content_item a:hover {
	color:#999999;
}
.link_item{
	padding-bottom:20px;
}
.link_item a {

	color:#660033;
	text-decoration:none;
}
.link_item a:hover {
	color:#999999;
}
.bild {
	float:left;
	width:150px;
	overflow:hidden;
	margin-left:40px;
}
.text {
	float:left;
	width:290px;
	margin-left:20px;
}
.linktext {
	width:290px;
	margin-left:20px;
}
h2 {
	margin:0;
	padding:0;
	font-size:16px;
	color:#999999;
	font-weight:normal;
	
	
}
h3 {
	margin-top:0;
	padding-top:0;
	color:#999999;
	font-size:16px;
}
h4 {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#535353;
}
.line{
	clear:both;
	background-image:url(/pics/line.gif);
	background-repeat:repeat-x;
	height:30px;
	color:#FFFFFF;

}
.titelklein{
	font-weight:normal;
	color:#535353;
	font-size:12px;
}
/*guestbook */
.formgb {
	width:400px;
	margin-left:20px;
}
.formgb textarea{
	margin-top:3px;
	width:400px;
}
.gtext {
	width:400px;
	margin-left:20px;
}
.gtext a {
	color:#660033;
	text-decoration:none;
}
.gtext a:hover {
	color:#999999;
}
.formgb label{
}
.formgb #name{
	margin-top:3px;
	width:200px;
}

/*MAil Formular */
.mailformbox {
	width:400px;
	margin-left:20px;
}
.mailform {
	height:20px;
	width:400px;
	padding-bottom:10px;
	clear:both;
}
.mailform input{
	width:260px;
	float:right;
}
.mailform label {
	display:block;
	text-align:left;
	width:120px;
	float:left;
	padding-right:10px;
}
.mailformbox span{
	font-weight:bold;
}
.mailformbox textarea{
	margin-top:3px;
	width:400px;
}
/* Multimedia */
.mmbox{
	margin-left:20px;
}
.mmbox label {
	display:block;
	text-align:left;
	width:200px;
	float:left;
	padding-right:20px;
}
.mmbox .tf{
	width:200px;
	margin-bottom:3px;
}
#mmbox_navi {
	position:relative;
	width:500px;
	height:100px;
	overflow:hidden;
}
.album_item {
	position:absolute;
}
.arrow {
	width:45px;
	float:left;
	padding-top:50px;
}
#fotos {
	width:400px;
	height:600px;
	float:left;
}
.loading {
	background: url(/pics/loading.gif) center no-repeat;
}
.wallpaperbox {
	display:none;
}

