/* html, body */
html {
	height:100%;
	margin: 0;
	padding: 0;
	background:url(/bilder/bg_html.jpg) top left repeat-x #8a0000;
}
body {
	margin: 0;
	padding: 0;
	color:#636363;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
	background:url(/bilder/bg_body.jpg) top center no-repeat;
}

/* ALLGEMEINE STYLES */
* {
	margin:0;
	padding:0;
	border: 0;
	list-style: none;
}

.al { text-align: left; }
.ac { text-align: center; }
.ar { text-align: right; }

.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }

a:link, a:active, a:visited { 	
	font-size: 12px;
	text-decoration: underline;
	color: #c20000;
	font-weight: bold;
	outline: none;
}
a:hover { 	
	text-decoration: none;
}

/* STRUCTURE */
#ag544 {
	width: 970px;
	margin: 0 auto; 
	padding-bottom:35px;
}
.contentBox {
	background: #fff;
	margin-bottom: 15px;
}
.contentBox .top { background:url(/bilder/content_topRight.gif) top right no-repeat; }
.contentBox .bottom { background: url(/bilder/content_bottomRight.gif) top right no-repeat; }
.contentBox .content { margin: 0 15px; }

/* HEADLINES */ 
h1 {
	text-indent: -9999px;
	display: block;
	height: 20px;
	margin-bottom: 10px;
}
h1.text {
	font-size: 15px;
	text-indent: 0;
}
h1.text img, img.noborder {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
h1#neueVideos { background: url(/bilder/hl_neueVideos.gif) top left no-repeat; }
h1#hardcoreVideos { background: url(/bilder/hl_harcoreVideos.gif) top left no-repeat; }
h1#bildergalerien { background:url(/bilder/hl_bildergalerien.jpg) top left no-repeat; }
h1#webcam { background:url(/bilder/hl_webcam.gif) top left no-repeat; }
h1#indexJoin { background:url(/bilder/hl_indexAllesfreischalten.gif) left top no-repeat; }
h1#about { background:url(/bilder/hl_about.gif) left top no-repeat; }

/* NAVIGATION & HEADER */
#nav ul {
	height: 45px;
	margin-top:34px;
	list-style: none;
}
#nav ul li {
	float: left;
	padding-right: 1px;
	background-color: #fff;
}
#nav ul li a {
	display: block;
	height: 45px;
	text-indent: -9999px;
}
#nav ul li a#index {
	background:url(/bilder/nav_index.gif) top left;
	width: 101px;
}
#nav ul li a#about {
	background:url(/bilder/nav_about.gif) top left;
	width: 144px;
}
#nav ul li a#videos {
	background:url(/bilder/nav_videos.gif) top left;
	width: 108px;
}
#nav ul li a#bilder {
	background:url(/bilder/nav_bilder.gif) top left;
	width: 104px;
}
#nav ul li a#livecam {
	background:url(/bilder/nav_livecam.gif) top left;
	width: 129px;
}
#nav ul li a#join {
	background:url(/bilder/nav_join.gif) top left;
	width: 170px;
}
#nav ul li a#index:hover,
#nav ul li a#about:hover,
#nav ul li a#videos:hover,
#nav ul li a#bilder:hover,
#nav ul li a#livecam:hover,
#nav ul li a#join:hover {
	background-position: 0 -45px;
}
#nav ul li a#index.active,
#nav ul li a#about.active,
#nav ul li a#videos.active,
#nav ul li a#bilder.active,
#nav ul li a#livecam.active,
#nav ul li a#join.active {
	background-position: bottom left;
}
#header { margin-bottom: 15px; }
#header p.infotext {
	background: url(/bilder/headerIndex_text.jpg) top left no-repeat;
	height: 132px;
	margin-top: 10px;
}
#header p.infotext b {
	color: #c20000;
	display: block;
	font-size: 14px;
	margin: 5px 0;
}

/* INDEX */
.neueVideos {
	width: 245px;
	margin-right: 10px;
}
.neueVideos ul { margin: 10px 0; }
.neueVideos li {
	display: block;
	border-bottom: 1px solid #e9e9e9;
}
.neueVideos li a {
	display: block;
	color: #9b9b9b;
	height: 38px;
	line-height: 38px;
	background:url(/bilder/i_sidebarArrow_on.gif) right no-repeat;
}
.neueVideos li a:hover {
	color: #636363;
	background:url(/bilder/i_sidebarArrow.gif) right no-repeat;
}
.neueVideos li a span {
	float: left;
	font-weight: bold;
	width: 120px;
}
.neueVideos .nospace {
	border: none;
	padding: 0px;
}
.indexVideo {	width: 680px; }
.indexVideo .imgBox { width: 170px; }
.indexVideo .imgBox img { margin-bottom: 15px; }
.indexVideo .btns {
	display: block;
	background:url(/bilder/i_player.jpg) top left no-repeat;
	height: 40px;
	margin-top: 13px;
}
.btns img {
	margin-left: 15px;
	border: none !important;
}
.full { width: 965px; }
.bilder img {
	background: #fff;
	border: 1px solid #d1d1d1;
	padding: 5px;
}
.bilder .imgBox {
	margin-left: 430px;
}
.bilder .imgBox img {
	margin: 0 0 10px 10px;
}
.btns span {
	font-weight: bold;
	line-height: 40px;
}
.webcam { width: 525px; }
.freischalten { margin-left: 15px; width: 425px; line-height: 160%; }
.freischalten p { height: 100px; }

/* ABOUT */
#steckbrief {
	width: 435px;
	margin-right: 20px;
}
#steckbrief ul {
	margin: 10px 0 20px 0;
}
#steckbrief ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #636363;
}
#steckbrief p {
	margin: 15px 0;
}
.bilderbox {
	margin-top: 15px;
	width: 460px;
}
.bilderbox b {
	display: block;
}
.bilderbox img {
	margin-bottom: 10px;
}

/* VIDEOS */
.videos .imgBox {
	width: 375px;
}
.videos .imgBox img {
	margin: 0 0 15px 15px;
}
.player { 
	height: 420px;
	width: 500px;
	display: block;
}
.videos p {
	width: 560px;
	margin-bottom: 15px;
}
.thumbs ul li {
	width: 170px;
	text-align: center;
	float: left;
	margin: 15px 20px 15px 0;
}
.last { margin-right: 0px !important; }
.thumbs ul li a {	color: #636363; text-decoration:none; }
.thumbs ul li a:hover {	color: #C20000; text-decoration:none; }

.pagination ul {
	margin: 10px auto;
	width: 350px;
	text-align: center;
}
.pagination ul li {
	display: block;
	width: 15px;
	float: left;
	padding: 0 10px;
}
.pagination ul li a {
	font-size: 18px;
	text-decoration: none;
}
.pagination ul li a:hover, 
.pagination ul li a.active {
	color: #636363;
}

/* BILDER */
.bilder .desc {
	width: 530px;
	margin-bottom: 15px;
}

/* WEBCAM */
#chat {
	float: right;
	width: 485px;
	background: #ececec;
	border: 1px solid #d0d0d0;
	padding: 15px;
	margin-bottom: 20px;
}
#chat .item {
	display:block;
	background: #dedede;
	padding: 4px;
}
#chat span {
	display:block;
	width: 60px;
	text-align:right;
	float: left;
	font-weight: bold;
}
#chat p {
	display: block;
	width: 400px;
	margin-left: 75px;
}
#chat .red { color: #c20000; }
#chat .light { background: #ececec; }
#chat input {
	background: #fff;
	border: 1px solid #d0d0d0;
	margin-top: 10px;
	width: 485px;
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
	padding: 2px 0 0 0;
}
p.webdesc {
	width: 460px;
	margin-bottom: 15px;
}

/* WEBMASTER */
#wminfo { 
	width: 410px;
	margin-left: 20px;
}
#wminfo h2 {
	color: #006a8e;
	font-size: 18px;
	margin-bottom: 15px;
}
#wminfo p {
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 140%;
}
#wminfo a {
	color: #006a8e;
}

/* FOOTER */
ul#footernav {
	height: 33px;
	background: #636363;
}
ul#footernav li {
	float: left;
	line-height: 33px;
	color: #fff;
	padding: 0 10px;
}
ul#footernav li a { color: #fff; }
ul#footernav li.webmasterinfo { width: 430px; text-align:right; }
#newsletter {
	margin: 20px 0px 0 20px;
	width: 290px;
}
#newsletter input {
	border: 1px solid #d1d1d1;
	margin-top: 10px;
	padding: 2px;
}
#newsletter input.btn {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: #c20000;
	border: 1px solid #fff;
}
#info {
	background: url(/bilder/footer_img.jpg) top left no-repeat;
	text-align: right;
}
#info p {
	margin-top: 20px;
	width: 405px;
}


