/*Allgemeines ##################################################################################################### */
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(site_bg.png);
	background-color: #DADADA;
	background-repeat: repeat-x;
}

img{
	border: 0px none;
}

h2{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

a:Link{
	color: #CE0000;
	text-decoration: none;
}

a:Visited{
	color: #CE0000;
	text-decoration: none;
}

a:Active{
	color: #CE0000;
	text-decoration: Underline;
}

a:Hover{
	color: #CE0000;
	text-decoration: Underline;
}

.trenner{
	height: 1px;
	border-top: 1px dotted #CE0000 !important;
    border-top: 1px dashed #CE0000 !important; 
}

.alignment{
	position: absolute;
	width: 1010px;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -496px;
	background-image: url(vert_shad.png);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 9px;
}

.allstuff{
	width: 992px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	/*height: 1708px;*/
}

/*Contentdivs ##################################################################################################### */

.MenuDiv{
	width: 990px;
	border-left: 1px solid #2E2E2E;
	border-right: 1px solid #2E2E2E;
	height: 38px;
	background-color: #000000;
	background-image: url(bg_menu.png);
	position: relative;
	float: left;
	max-height: 38px;
	/* 1px Schrifthöhe für Internet-FUCKING-Explorer, damit die roten Zeilen auch maximal 4 Pixel hoch sind*/
	font-size: 1px;
}

.TickerDiv{
	width: 990px;
	border-left: 1px solid #2E2E2E;
	border-right: 1px solid #2E2E2E;
	height: 160px;
	position: relative;
	float: left;
	/* 1px Schrifthöhe für Internet-FUCKING-Explorer, damit die roten Zeilen auch maximal 4 Pixel hoch sind*/
	font-size: 1px;
}


.vidDiv{
	width: 480px;
	height: 270px;
	border-left: 1px solid #2E2E2E;
	border-top: 1px solid #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
	border-right: 1px solid #2E2E2E;
	float: left;
	position: relative;
	font-size: 1px;
}

.MainLogo{
	width: 509px;
	height: 270px;
	border-top: 1px solid #2E2E2E;
	border-right: 1px solid #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
	float: left;
	position: relative;
	font-size: 1px;
}

.vidlistDiv{
	background-color: #D4D4D4;
	width: 480px;
	border-left: 1px solid #2E2E2E;
	border-top: 1px solid #2E2E2E;
	/*height: 1200px;*/
	float: left;
	position: relative; 
}

.blogDiv{
	background-color: #E9E9E9;
	width: 350px;
	border-top: 1px solid #2E2E2E;
	/*height: 1200px;*/
	float: left;
	position: relative;
}

.galerieDiv{
	background-color: #D4D4D4;
	width: 830px;
	border-left: 1px solid #2E2E2E;
	border-top: 1px solid #2E2E2E;
	/*height: 1200px;*/
	float:left;
	position: relative; 
}

.barDiv{
	background-color: #515151;
	width: 160px;
	border-right: 1px solid #2E2E2E;
	border-top: 1px solid #2E2E2E;
	/*height: 1200px;*/
	float:left;
	position: relative; 
}

.HfootLarge{
	vertical-align: bottom;
	background-color: #730606;
	background-image: url(bg_footcamo.png);
	width: 990px;
	border-left: 1px solid #2E2E2E;
	border-right: 1px solid #2E2E2E;
	border-top: 1px solid #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
	height: 35px;
	float: left;
	position: relative;
}

.AdFootLarge{
	text-align: center;
	vertical-align: bottom;
	background-color: #202020;
	width: 970px;
	border-left: 1px solid #2E2E2E;
	border-right: 1px solid #2E2E2E;
	border-top: 1px solid #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
	padding: 10px 10px 10px 10px;
	float: left;
	position: relative;
}

/*Rubrikentitel ################################################################################################### */

.TitBlogspot{
	background-color: #FFFFFF;
	background-image: url(bg_camo.png);
	border-bottom: 1px dashed #999999;
	width: 100%;
	height: 35px;
	/*position: relative;
	top: 0px;
	left: 0px;*/
}

/*Extras ########################################################################################################## */
.firefox{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.impressum{
	color: #C48177;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 10px;
	left: 220px;
}