* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background-color:#FFF;
}

#Position {
	margin:0px auto 0px auto;
	width:1048px;
	overflow:hidden;
/*	background-color:#0F0;*/
}

h1 {
	font-size:14px;
	margin-bottom:15px;
}

h2 {
	font-size:13px;	
	margin-bottom:3px;
}

h3 {
	font-size:14px;
	color:#c83d13;
	margin-bottom:15px;
}


/* ######### Head ######### */

#Head {
	/*background:url(../images/head_bg.gif) left top no-repeat;*/
	width:1048px;
	height:178px;
}


#Logo {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	width:1048px;
	height:178px;

}

#Logo img {
	border:0px;
	float:left;
}

#logout {
	float:right;
	padding-right:90px;
}

/* ######### Navigation ######### */

.chromestyle {
	width:1048px;
	height:45px;
	font-weight:bold;
	background:url(../images/nav_bg.png) left top no-repeat;
	padding-left:10px;
	font-size:13px;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	width:100%;
	margin:px;
	text-align: left; 
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	float:left;
	color:#653f16;
	margin:0px;
	text-decoration: none;
	padding:13px 15px 0px 15px;
	height:26px;
	/*background:url(../images/nav_trennung.gif) right 7px no-repeat;*/
}

.chromestyle ul li a:hover,
.chromestyle ul li a.selected,
.chromestyle ul li .TopnavActive { /*script dynamically adds a class of "selected" to the current active menu item*/
	background:url(../images/nav_ov.gif) right 6px repeat-x;
	color:#d97600;
}

/* ######### Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	font-size:13px;
	line-height:13px;
	z-index:100;
	width:156px;
	visibility: hidden;
	margin-top:-4px;
}

html > body .dropmenudiv {
	padding:2px 8px 10px 8px;
	margin-left:-8px;
	background:url(../images/subnav_bg.png) left bottom no-repeat;
}

.dropmenudiv a {
	width:156px;
	display: block;
	padding:4px 9px 4px 19px;
	text-decoration: none;
	font-weight: bold;
	color:#653f16;
}

.dropmenudiv a:hover,
.dropmenudiv .DropdownActive { 
	background-color: #f2e7d4;
	margin:0px 2px 0px 2px;
	padding:4px 7px 4px 17px;
	display: block;
	width:114px;
	color:#d97600;
}

/* ######### Content ######### */
#FlashContent {
	float:left;
	width:968px;
	padding:7px 70px 0px 10px;
	font-size:12px;
	color:#653f16;
}

#Content {
	/*min-height:380px;*/
	float:left;
	width:918px;
	padding:20px 110px 20px 30px;
	font-size:12px;
	line-height:17px;
	color:#653f16;
}

* html .ContentBG {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_bg.png', sizingMethod='crop');	
}

html > body .ContentBG {
	background-image: url(../images/content_bg.png);
	background-repeat:repeat-y;
}

* html .indexBG {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/index_bg.png', sizingMethod='crop');	
}

html > body .indexBG {
	background-image: url(../images/index_bg.png);
	background-repeat:repeat-y;
}


#ContentFoot {
	width:1048px;
	height:25px;
	background:url(../images/content_footer.png) left top no-repeat;
	float:left;
}

#Content p{
	margin-bottom:15px;
}


#Content a{
	color:#653f16;
	font-weight:bold;
	text-decoration:none;
}

#Content a:hover{
	color:#653f16;
	font-weight:bold;
	text-decoration:underline;
}

#Content ul li {
	list-style:outside;
	line-height:20px;
	margin-left:14px;
}

#Content table tr td ul li {
	list-style:outside;
	line-height:20px;
	margin-left:16px;
}


/* ######### Video Plattform ######### */

#video {
	width:640px;
	float:left;
}

* html .VideoBG {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/video_bg.png', sizingMethod='crop');	
}

html > body .VideoBG {
	background-image: url(../images/video_bg.png);
	background-repeat:no-repeat;
	height:426px;
}

#videoheader {
	font-weight:bold;
	height:21px;
	padding-left:19px;
	padding-top:6px;
	overflow:hidden;

}

#videoheader dt{
	float:left;
	width:525px;
}

#videoheader dd{
	float:left;
}

#videoheader dd a{
	color:#653f16;
	text-decoration:none;
	margin-right:10px;
}

#videoheader dd a:hover{
	text-decoration:underline;
}

#videoheader dd .activ{
	text-decoration:underline;
}

#teaserlist {
	float:left;
	width:655px;
}

.teaserbox {
	background-image:url(../images/videobox_bg.png);
	background-repeat:no-repeat;
	width:127px;
	height:164px;
	margin-left:4px;
	float:left;

}

.teaserbox2 {
	background-image:url(../images/videobox_bg.png);
	background-repeat:no-repeat;
	width:125px;
	height:164px;
	margin-left:4px;
	float:left;	
}

.teaserpicframe {
	margin-left:6px;
	margin-top:5px;
	background-color:#333;
	width:118px;
	height:70px;
	text-align:center;
}

.teaserpicframe table {
	border:none;
	height:70px;
	width:118px;
	border-collapse:collapse;
}

.teaserpic {
	border:none;
}

.teasertext {
	margin-left:12px;
	margin-top:5px;
	margin-right:8px;
	font-size:11px;
	font-weight:bold;
	height:41px;
	overflow:hidden;
}

.teasertext a {
	color:#653f16;
	text-decoration:none;
}

.teasertext a:hover {
	text-decoration:underline;	
}

.teaserauthor {
	margin-left:12px;
	color:#666;
	font-size:10px;
}

#teaserNav {
	clear:left;
	color:#653f16;
	font-size:11px;
	text-align:center;
}

#teaserNav a {
	font-size:12px;
	color:#653f16;
}

/* ######### Content Right ######### */

#ContentRight {
	float:left;
	width:290px;
	margin-left:20px;
	margin-top:4px;
}

#about {
	height:100px;
	padding-right:18px;
	overflow:hidden;
}

#author {
	color:#666;
	height:37px;
	overflow:hidden;
}

#ranking {
	height:33px;
	margin-top:13px;
	font-weight:bold;
	
}



#voting {
	height:42px;
	font-weight:bold;	
}

#voting dt{
	float:left;
	margin-top:9px;
	margin-right:5px;
	
}

#voting dd{
	float:left;
}

#sendFriend {
	margin-top:8px;
	font-weight:bold;
}

#inforight {
	width:290px;
	height:331px;
	float:left;
	background-image:url(../images/bg_right.png);
	background-repeat:no-repeat;
	color:#653f16;
	font-size:12px;
	padding-left:14px;
	padding-right:16px;
	padding-top:12px;
}


/* ######### Send A friend Formular ######### */

#sendFriend input{
	border: 1px solid #FFF;
	height: 16px;
	color:#653f16;
	background-image:url(../images/input_bg.png);
	background-color: transparent;
	padding:2px;
	margin-bottom:2px;
	width: 150px;
	display:block;
}




/* ######### Formulare ######### */

#formleft {
	margin-top:20px;
	float:left;
	width:390px;
}

#formright {
	margin-top:20px;
	margin-left:20px;
	float:left;
	width:500px;
}

#formleft input,
#formright input,
#loginleft input,
#loginright2 input {
	border: 1px solid #FFF;
	height: 16px;
	color:#653f16;
	background-image:url(../images/input_bg.png);
	background-color: transparent;
	padding:2px;
	margin-bottom:2px;
	width: 200px;
}

#formleft #day,
#formleft #month {
	width: 30px;
}

#formleft #year{
	width: 122px;
}

#formright #newsWDCG, 
#formleft #agb, 
#formright #newsDRP, 
#formright #newsDRP, 
#formright #newsSchlecker, 
#formright #newsStadthunde, 
#formright #newsHunterInt, 
#formright #infosGewinne,
#formright #newsDRPMail {
	border: 1px solid #FFFFFF;
	width:16px;
}

#formleft #agb {
	vertical-align:top;
	
}

#formleft .regButton,
#sendFriend .regButton,
#loginleft .regButton, 
#loginright2 .regButton,
#uploadleft .regButton {
	width:123px;
	height:42px;
	border:none;
	background-image:none;
}

#error {
	margin-top:10px;
	color:#C00;
	font-weight:bold;
}

#formleft .ErrorBG,
#sendFriend .ErrorBG,
#loginleft .ErrorBG
#loginright2 .ErrorBG,
#uploadleft .ErrorBG {
	background-color:#e48f78;
	background-image:none;
}

.checkErrorBG {
	background-color:#e48f78;
}

/* ######### Login ######### */
#loginleft {
	margin-top:20px;
	padding:14px;
	float:left;
	width:398px;
	height:150px;
	background-image:url(../images/rahmen_login1.png);
	background-repeat:no-repeat;
	font-weight:bold;
}

#loginright {
	margin-top:20px;
	margin-left:20px;
	padding:14px;	
	float:left;
	width:398px;
	height:150px;	
	background-image:url(../images/rahmen_login2.png);
	background-repeat:no-repeat;	
}

#loginright2 {
	font-weight:bold;	
	margin-top:20px;
	margin-left:20px;
	padding:14px;	
	float:left;
	width:398px;
	height:150px;	
	background-image:url(../images/rahmen_login1.png);
	background-repeat:no-repeat;	
}

/* ######### Upload ######### */
#uploadleft {
	margin-top:20px;
	padding:14px;
	float:left;
	width:398px;
	height:250px;
	background-image:url(../images/rahmen_upload.png);
	background-repeat:no-repeat;
	font-weight:bold;
}

#uploadright {
	margin-top:20px;
	margin-left:20px;
	padding:14px;	
	float:left;
	width:398px;
	height:250px;	
	background-image:url(../images/rahmen_upload.png);
	background-repeat:no-repeat;	
}

#uploadleft input {
	border: 1px solid #FFF;
	height: 16px;
	color:#653f16;
	background-image:url(../images/input_bg.png);
	background-color: transparent;
	padding:2px;
	margin-bottom:2px;
	width: 270px;	
}

textarea {
	border: 1px solid #FFF;
	color:#653f16;
	background-image:url(../images/input_bg.png);
	background-color: transparent;
	padding:2px;
	margin-bottom:2px;
	width: 270px;
	height:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#uploadleft #Rubrik {
		width: 276px;
		border-color:#FFF;
		font-size:12px;
		margin-top:2px;
}

#uploadleft #upload {
	height:22px;
	width:276px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin-top:2px;	
}


/* ######### Footer ######### */
#Foot {
	width:1048px;;
	height:138px;
	color:#653f16;
	background-image:url(../images/foot_bg.png);
	background-repeat:no-repeat;
	color:#653f16;
	font-size:12px;
	float:left;
	text-align:center;

}

#Foot img {
	padding-top:15px;
}

#FootContent {
	margin:0px auto 0px auto;
	width:1000px;
	padding-top:22px;
}

#FootContent a {
	color:#653f16;
	text-decoration:none;
	height:18px;
	float:left;
}

#FootContent a:hover {
	text-decoration:underline;
}

.Footspacer {
	padding-left:10px;
	/*margin-left:10px;*/
}

#FootContent p {
	float:right;
	margin-right:75px;
}

.mark {
	font-size: 9px;
	color: #333;
}

.win {
	text-align:center;
	font-size:14px;
}

