@charset "utf-8";

/* Fabian Bauersachs */

body {
	background: #c5b394 url(../images/framework/bg_pattern.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#info {
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: -1000px;
}

#info img {
	width: 1px;
	height: 1px;
}

#container {
	position: relative;
	width: 830px;
	height: auto;
	left: 50%;
	margin-left: -415px;
	padding-bottom: 20px;
}

#head {
	position: relative;
	width: 830px;
	height: 193px;
	background: transparent url(../images/framework/head.jpg) no-repeat;
}

/* Navigation */

#navi {
	position: relative;
	width: 820px;
	height: 38px;
	top: 155px;
	left: 10px;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

#navi a {
	text-decoration: none;
	display: block;
	height: 38px;
	line-height: 38px;
	width: 100%;
}

#navi ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#navi li {
	list-style: none;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}

#nav_news a { width: 91px; background: url(../images/buttons/btn_news_n.jpg) }
#nav_biography a { width: 90px; background: url(../images/buttons/btn_bio_n.jpg) }
#nav_pictures a { width: 90px; background: url(../images/buttons/btn_pics_n.jpg) }
#nav_videos a { width: 90px; background: url(../images/buttons/btn_videos_n.jpg) }
#nav_dates a { width: 90px; background: url(../images/buttons/btn_dates_n.jpg) }
#nav_guestbook a { width: 90px; background: url(../images/buttons/btn_gb_n.jpg) }
#nav_sponsors a { width: 90px; background: url(../images/buttons/btn_sponsors_n.jpg) }
#nav_contact a { width: 90px; background: url(../images/buttons/btn_contact_n.jpg) }
#nav_links a { width: 89px; background: url(../images/buttons/btn_links_n.jpg) }

#nav_news a:hover { background: url(../images/buttons/btn_news_o.jpg) }
#nav_biography a:hover { background: url(../images/buttons/btn_bio_o.jpg) }
#nav_pictures a:hover { background: url(../images/buttons/btn_pics_o.jpg) }
#nav_videos a:hover { background: url(../images/buttons/btn_videos_o.jpg) }
#nav_dates a:hover { background: url(../images/buttons/btn_dates_o.jpg) }
#nav_guestbook a:hover { background: url(../images/buttons/btn_gb_o.jpg) }
#nav_sponsors a:hover { background: url(../images/buttons/btn_sponsors_o.jpg) }
#nav_contact a:hover { background: url(../images/buttons/btn_contact_o.jpg) }
#nav_links a:hover { background: url(../images/buttons/btn_links_o.jpg) }

#nav_news.current a { background: url(../images/buttons/btn_news_a.jpg) }
#nav_biography.current a { background: url(../images/buttons/btn_bio_a.jpg) }
#nav_pictures.current a { background: url(../images/buttons/btn_pics_a.jpg) }
#nav_videos.current a { background: url(../images/buttons/btn_videos_a.jpg) }
#nav_dates.current a { background: url(../images/buttons/btn_dates_a.jpg) }
#nav_guestbook.current a { background: url(../images/buttons/btn_gb_a.jpg) }
#nav_sponsors.current a { background: url(../images/buttons/btn_sponsors_a.jpg) }
#nav_contact.current a { background: url(../images/buttons/btn_contact_a.jpg) }
#nav_links.current a { background: url(../images/buttons/btn_links_a.jpg) }


#main {
	position: relative;
	left: 10px;
	top: 0px;
	width: 810px;
	background: transparent url(../images/framework/content-bg_middle.jpg) repeat-y;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	background: transparent url(../images/framework/content-bg_top.jpg) no-repeat;
}

#inhalt {
	position: relative;
	top: 20px;
	left: 90px;
	width: 650px;
	
	min-height: 400px;
	height: auto !important;
	height: 400px;
	
	padding-bottom: 20px;
}

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 810px;
	background: transparent url(../images/framework/content-bg_bottom.jpg) no-repeat;
}

#footerpic {
	position: absolute;
	right: 40px;
	top: -20px;
}

#footerpicleft {
	position: absolute;
	left: 40px;
	top: -20px;
}
#footerzeile {
	position: relative;
	width: 810px;
	height: 39px;
	background: transparent url(../images/framework/footer.jpg) no-repeat;
}

#implink {
	position: relative;
	width: 90px;
	height: 39px;
}

#implink a {
	display: block;
	width: 90px;
	height: 39px;
	line-height: 39px;
	background: #00FF66;
	text-indent: 1000px;
	overflow: hidden;
}

#implink a { background: url(../images/buttons/btn_impressum_n.jpg) }
#implink a:hover { background: url(../images/buttons/btn_impressum_o.jpg) }

#pola_rechts {
	position: absolute;
	top: 0px;
	right: 0px;
}

#pola_links {
	position: absolute;
	top: 0px;
	left: 0px;
}

#neuer_eintrag {
	position: absolute;
	top: 35px;
	right: 70px;
}

#videocontainer {
	width: 320px;
}

#videoauswahl {
	position: absolute;
	top: 160px;
	left: 350px;
}


h2 {
	font-size: 16px;
	font-weight: bold;
	color: #cc791a;
	text-transform: uppercase;
}

.underline {
	padding: 5px 0 10px 0;
}

input {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.autogroesse, .clean_width {
	width: auto;
}

a {
	color: #cc791a;
	font-weight: bold;
	text-decoration: none;
}

.linkdiv a {
	color: #333333;
}

a:hover { text-decoration: underline; }

strong { font-weight: bold; }

.newseintrag {
	margin-bottom: 25px;
	width: 610px;
}

/*

.newseintrag img {
	float: left;
	margin-right: 10px;
}

*/

.newseintrag h1 {
	font-size: 16px;
	font-weight: bold;
	color: #cc791a;
}

.small {
	font-size: 10px;
	color: #666666;
	margin-bottom: 10px;
}

.fotogalerie { margin-top: 0px; margin-left: 20px; }

.fotogalerie table {
	width: 600px;
}

.pictures td {
	padding-bottom: 0px;
}

.gbname {
	font-size: 16px;
	font-weight: bold;
	color: #cc791a;
}

.polafloatlinks {
	float: left;
	margin-right: 10px;
}

.polafloatrechts {
	float: right;
	margin-left: 10px;
}

.videoeintrag {
	background: transparent url(../images/videothumb_bg.gif) no-repeat;
	height: 90px;
	width: 340px;
	padding: 10px 0 0 10px;
}

.videopic {
	position: relative;
	width: 100px;
	height: 70px;
	margin: 10px 10px 0 10px;
	float: left;
}

.videoeintrag a { display: block; width:100%; height:100%; }

.videocontent {
	margin-left: 65px;
}

/*.videopfeil { margin-top: 45px; }*/

#videocontainerbg {
	width:340px; height:300px;
	background: transparent url(../images/video_bg.gif) no-repeat;
	padding: 10px 0 0 10px;
}

#videocontainer { width:320px; height:280px; }

#videolink { position: relative; margin-left: 200px; }

.grau { color: #333333; }