@import url(reset000.css);

/*	=========================================
	0.	Inhalt
	=========================================  
	1.		Allgemeine Styles
	
	2.		Layout-Styles
	2.1.	linker Bereich
	2.2.	rechter Bereich
	2.3.	Navigation
	2.4.	Footer
	
	3.		Styles fr Unterseiten
	3.1.	Startseite (index)
	3.2.	Berichtseite (bericht)
	3.3.	Fotoseite (galerie)
	3.4.	Termine (kalender)
	
	4.		Text-Styles
	
	5.		Link-Formatierungen
	=========================================  */
	



/*	=========================================
	1.	Allgemeine Styles
	=========================================  */

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background-color: #777777;
}

body {
	width: 100%;
	min-width: 820px;
	font: 13px/20px "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	color: #333;
	text-align: left;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}


/*	=========================================
	2.	Layout-Styles
	=========================================  */

#wrapper {
	position:relative; /* needed for footer positioning*/
	width: 100%;
	min-height: 100%; /* real browsers */
	background: url(../pics/bg_wrapper.png) repeat-y center;
}

#headerWrapper {
	width: 100%;
	height: 300px;
	background: url(../pics/bg_global.png) repeat-x;
}

#header {
	width: 820px;
	height: 300px;
	margin: 0 auto;
	background: url(../pics/bg_header.png) repeat-x;
}

#main {
	width: 750px;
	margin: 0 auto;
	padding: 0 35px 150px 35px;	/* padding-bottom = height of the footer + space */
	background: url(../pics/bg_content.png) no-repeat 100px bottom;
}

#footer {
	position: absolute;
	bottom: 0; /* stick to bottom */
	width: 100%;
	height: 100px;	/* height of the footer */
	color: #FFFFFF;
	background-color: #343434;
}

#footer p {
	width: 785px;
	height: 30px;
	margin: 0 auto;
	padding: 70px 0 0 35px;
	font-size: 11px;
	color: #999;
	background-color: #272727;
}

#content {
	padding: 0;
	margin: 0 35px 0 0;
	width: 500px;
	float: left;
}

p {
	padding-bottom: 20px; 
}

p.zero {
	padding-bottom: 1px; 
}

p.zero .grey {
	height: 21px;
	float: left;
}

#logo {
	width: 176px;
	height: 34px;
	margin: 27px 0 0 70px;
	float: left;
}

#topimage {
	width: 750px;
	height: 185px;
	margin: 14px 35px 0 35px;
	float: left;
}

#menu {
	width: 820px;
	height: 40px;
	line-height: 37px;
	font-size: 13px;
	float: left;
}

#menu ul {
	max-width: 750px;
	margin: 0 auto;
}

#menu li {
	float: left;
}

#menu a { color: #FFF; }
#menu a:hover { color: #fdcd01;}

.lota {
	width: 45px;
	text-align: center;
	color: #7c7c7c;
}



/*	-----------------------------------------
	2.1.	linker Bereich
	-----------------------------------------  */
	
#image01 {
	width: 265px;
	height: 345px;
	padding: 0;
	margin: 0;
	float: left;
}

#image02 {
	width: 265px;
	height: 270px;
	padding: 0;
	margin: 0;
	float: left;
}

#image03 {
	width: 265px;
	height: 442px;
	padding: 0;
	margin: 0;
	float: left;
}

#image04 {
	width: 265px;
	height: 370px;
	padding: 0;
	margin: 0;
	float: left;
}

#image05 {
	width: 265px;
	height: 330px;
	padding: 0;
	margin: 0;
	float: left;
}

#image06 {
	width: 265px;
	height: 574px;
	padding: 0;
	margin: 0;
	float: left;
}

#image07 {
	width: 265px;
	height: 440px;
	padding: 0;
	margin: 0;
	float: left;
}

.extras {
	width: 215px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	vertical-align: top;
	float: left;
}

.eventlist {
	text-align: left;
}

	.eventlist li {
		padding: 10px 15px 11px 15px;
		margin-bottom: 5px;
		background: #fff;
		border: 1px solid #cccccc;
		line-height: 14px;
	}
	
.extrasBox {
	min-height: 101px;
	padding: 6px;
	background: #fff;
	border: 1px solid #cccccc;
	text-align: center;
}

.extrasBox p {
	padding: 10px;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}
	

/*	-----------------------------------------
	2.2.	rechter Bereich
	-----------------------------------------  */
	
#head {
	height: 130px;
	width: 720px;
	padding: 50px 0 0 0;
	margin: 0;
	float: left;
}

#sponsor {
	height: 100%;
	width: 160px;
	padding: 0;
	margin: 0;
	float: left;
}

.sponsorlist {
	text-align: left;
}

	.sponsorlist li {
		padding: 15px 0 16px 0;
		margin-bottom: 5px;
		background: #4c4c4c;
		line-height: 14px;
	}
	
	.sponsorlist a {
		display: block;
		overflow: hidden;
		text-indent: -5000px;
		width: 160px;
	}
	
	#bundeswehr a {background: url(../pics/sponsoren/r_bundeswehr_sw.png) no-repeat; height: 59px;}
	#bundeswehr a:hover {background: url(../pics/sponsoren/r_bundeswehr.png) no-repeat;}
	#carboo4you a {background: url(../pics/sponsoren/r_carboo4you_sw.png) no-repeat; height: 59px;}
	#carboo4you a:hover {background: url(../pics/sponsoren/r_carboo4you.png) no-repeat;}
	#sporthilfe a {background: url(../pics/sponsoren/r_sporthilfe_sw.png) no-repeat; height: 46px;}
	#sporthilfe a:hover {background: url(../pics/sponsoren/r_sporthilfe.png) no-repeat;}
	#topteam a {background: url(../pics/sponsoren/r_topteam_sw.png) no-repeat; height: 96px;}
	#topteam a:hover {background: url(../pics/sponsoren/r_topteam.png) no-repeat;}
	#skins a {background: url(../pics/sponsoren/r_skins_sw.png) no-repeat; height: 29px;}
	#skins a:hover {background: url(../pics/sponsoren/r_skins.png) no-repeat;}


/*	-----------------------------------------
	2.3.	Navigation
	-----------------------------------------  */
	
.mainmenu {
		display: block;
		height: 78px;
		padding: 0;
		width: 150px;
	}

		#mainmenu1 {position: absolute; top: 50px; left: 645px;}
		#mainmenu2 {position: absolute; top: 50px; left: 817px;}
		
		.mainmenu a {
			display: block;
			overflow: hidden;
			text-indent: -5000px;
			height: 26px;
			width: 150px;
			background: url(../pics/menu.png) no-repeat;
		}
		
		.mainmenu li.active a {background: url(../pics/menu_act.png) no-repeat;}
		.mainmenu a:hover {background: url(../pics/menu_act.png) no-repeat;}
		
		
			#mm1 a {background-position: 0 0;}
			#mm2 a {background-position: 0 -26px;}
			#mm3 a {background-position: 0 -52px;}
			
			#mm4 a {background-position: 0 -78px;}
			#mm5 a {background-position: 0 -104px;}
			#mm6 a {background-position: 0 -130px;}
			

	
/*	=========================================
	3.	Styles fr Unterseiten
	=========================================  */
	
	
#weiterbox {
	height: 18px;
	margin-top: 0;
	padding: 0 4px 0 0;
	font-size: 11px;
}

#weiterbox img {
	margin: 0;
	padding: 0 5px 0 0;
	border: 0;
}

#contentbox2 {
	width: 470px;
	padding: 15px;
	margin: 0 0 25px 0;
	float: left;
	height: 100%;
}

#contentbox5 {
	width: 470px;
	padding: 15px;
	margin: 0 0 5px 0;
/*	background: url(../pics/bg_newsTeaser.png) repeat; */
	float: left;
	height: 100%;
}



	
/*	-----------------------------------------
	3.1.	Startseite (index)
	-----------------------------------------  */

#welcome {
	height: 198px;
	margin: 30px 0 0 0;
}

#welcome h1 {
	font-size: 30px;
	font-weight: normal;
}

.startTeaser {
	width: 235px;
	margin: 0 0 0 0;
	float: left;
}

.startTeaser h2 {
	font-weight: normal;
}

.space {
	width: 30px;
	height: 50px;
	margin: 0 0 0 0;
	float: left;
}

.galPreview a {
	height: 105px;
	width: 125px;
	padding: 25px;
	margin: 0 5px 25px 0;
	background: url(../pics/bg_newsTeaser.png) repeat;
	line-height: 14px;
	text-align: center;
	float: left;
}
		
	.galPreview a:hover {background: url(../pics/bg_newsTeaser_dw.png) repeat;}
	
	.galPreview img {
		margin-bottom: 10px;
	}
	
#newsTeaser, #contentbox {
	width: 500px;
	padding: 0 0 18px 0;
	margin: 0 0 15px 0;
	text-align: left;
	float: left;
	height: 100%;
	border-bottom: 1px dashed #A6A6A6;
}

	#newsTeaser p {
		padding-bottom: 0;
	}

	#newsTeaser .imgborder { 
		margin:3px 15px 0 0;
		padding:3px;
		border: 1px solid #A6A6A6;
		background-color: #fafafa;
	}

#newsOlder {
	width: 535px;
	padding: 0;
	margin: 0;
	float: left;
}

.newslist {
	text-align: left;
}

	.newslist li {
		min-height: 15px;
		padding: 15px;
		margin-bottom: 5px;
		background: url(../pics/bg_newsTeaser.png) repeat;
		line-height: 14px;
	}
	
	.newslist li.newsarchiv {
		min-height: 15px;
		padding: 15px;
		margin: 0;
		background: url(../pics/bg_newsTeaser_dw.png) repeat;
		line-height: 14px;
	}
	
.newsOlderHeadline {
	width: 400px;
	padding: 0;
	margin: 0;
	float: left;
}

.newsOlderHeadline h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	color: #fdcd01;
}

.newsOlderDate {
	width: 100px;
	color: #a6a6a6;	
	padding: 0;
	margin: 0;
	text-align: right;
	float: right;
}



#twitter_update_list {
}
	#twitter_update_list li {
		width: 195px;
		padding: 0 0 10px 15px;
		margin: 0;
		float: left;
	}
	
	#twitter_update_list li:first-child {
		width: 290px;
		height: 120px;
		padding: 0;
		margin: 0;
		font: 18px/22px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
		float: left;
	}
	
	#twitter_update_list a {font-size:11px; color: #fdcd01; text-decoration: none;}
	#twitter_update_list a:hover {color: #d4d4d4; text-decoration: none;}


/*	-----------------------------------------
	3.2.	Berichtseite (bericht)
	-----------------------------------------  */
	
#imgBericht {
	width: 180px;
	float: right;
	text-align: center;
	padding: 0;
	margin: 0 0 20px 10px;
	background: url(../pics/bg_imgBericht.png) repeat; 
}

.newsnote {
	min-width: 180px;
	font: 10px/14px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	padding: 0 7px 0 7px;
	margin: 0;
	text-align: right;
	float: right;
}

.subnewsnote {
	color: #888888;
}

#gruppe {
	padding:0;
	margin: 15px 0 15px 0;
	padding: 10px 15px 11px 15px;
/*	background: #565656; */
	border: 1px solid #6d6d6d; 
}

#archiv { 
	margin-top: 30px;
	padding: 15px;
	background: #565656;
}

.bericht_image {
	max-width: 492px;
	border: 1px solid #A6A6A6;
	padding: 3px;
	margin-bottom: 7px;
	background-color: #fafafa;
}

.imgTable {
	width: 100%;
	float: left;
}



/*	-----------------------------------------
	3.3.	Fotoseite (galerie)
	-----------------------------------------  */
	

#contentboxGallery {
	width: 500px;
	padding: 0 0 18px 0;
	margin: 0 0 15px 0;
	text-align: left;
	float: left;
	height: 100%;
	border-bottom: 1px dashed #A6A6A6;
}

#galtopyear { 
	width: 500px;
	margin: 0 0 15px 0;
	padding: 0;
	font: bold 12px/18px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #a6a6a6;
	float: left;
}

#galtext {
	padding: 7px 0 0 0;
	margin: 0;
	float:left;
}

.galPreview2 a {
	height: 54px;
	width: 480px;
	padding: 10px;
	margin: 0 0 5px 0;
	background-color: #FFF;
	border: 1px solid #CCC;
	line-height: 14px;
	float: left;
}
		
	.galPreview2 a:hover { background-color: #CCC; border: 1px solid #A6A6A6;}
	
	.galPreview2 img {
		float: left;
	}
	
	.galPreview2_text {
		width: 230px;
		margin: 17px 0 0 30px;
		font-size: 16px;
		float: left;
	}
	
	.galPreview2_date {
		width: 120px;
		margin: 10px 10px 0 0;
		color: #999;
		text-align: right;
		float: right;
	}
	
	
#topyear { 
	width:295px;
	height:17px;
	margin:0 0 15px 0;
	text-align:right;
	float:left;
}

#topyearLeft { 
	width:295px;
	height:17px;
	margin:0 0 15px 0;
	text-align:left;
	float:left;
}

#galname { 
	width: 295px;
	margin: 0;
	padding: 0;
	float: left;
}

#galdate { 
	width: 120px;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #a6a6a6;
	float: right;
}

#galthumb a { 
	width: 80px;
	height: 80px;
	padding: 6px;
	margin: 0 5px 5px 0;
	text-align: center;
	float: left;
	border: 1px solid #CCC;
	background-color: #FAFAFA;
}
		
	#galthumb a:hover {background-color: #CCC; border: 1px solid #A6A6A6;}

#h2Fotos { 
	width: 100px;
	margin:0;
	padding: 0;
	float: left;
}

#galnavi { 
	width: 490px;
	margin: 0 0 5px 0;
	padding: 5px;
	text-align: center;
	float: left;
}

	#galnavi .middle { 
		margin: 0;
		padding: 0 20px 0 20px;
		text-align: center;
		font: 12px/15px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	}

	#galnavi .leftside { 
		font: 20px/10px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}

	#galnavi .rightside { 
		font: 20px/10px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}

.fotoaktiv { 
	color: #39C;
	font-weight: bold;
}

#galteaser { 
	width: 500px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}

	#galteaser p { 
		padding-top: 10px;
		font: 11px/14px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
		color: #e9e9e9;
	}
	
	.image { 
		max-width: 492px;
		padding: 3px;
		background-color: #fafafa;
		border: 1px solid #a6a6a6;
	}


.adminBox {
	width: 500px;
	float: left;
}

.autogrammBox a {
	position: relative;
	min-height: 50px;
	width: 480px;
	padding: 10px;
	margin: 0 0 5px 0;
	background-color: #FFF;
	border: 1px solid #CCC;
	line-height: 14px;
	float: left;
}

	.autogrammBox a:hover { background-color: #CCC; border: 1px solid #A6A6A6;}
	
	.autogrammBox .image {
		width: 120px;
		padding: 0;
		background: none;
		border: none;
		text-align: center;
		float: left;
	}

	.autogrammBox .text { 
		width: 300px;
		margin: 10px 0 0 30px;
		float: left;
	}

	.autogrammBox .link {
		position: absolute;
		bottom: 25px;
		right: 20px;
		width: 120px;
		margin: 10px 10px 0 0;
		color: #999;
		text-align: right;
	}
	

#contentboxGallery #galname .grey, .galPreview2_date, .galerie {
	display: none;
}
	
	
	
/*	-----------------------------------------
	3.4.	Termine (kalender)
	-----------------------------------------  */

#term_datum { 
	width: 100px;
	padding: 0;
	margin: 0;
	float: left;
}

#term_rennen { 
	width: 370px;
	padding: 0;
	margin: 0;
	color: #333;
	float: left;
}

#term_extra { 
	width: 30px;
	padding: 0;
	margin: 0;
	float: left;
}

#term_extra2 { 
	width: 45px;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
}

#sponsorThumb { 
	width: 295px;
	min-height: 100px;
	padding: 10px;
	margin: 0;
	float: left;
}

#sponsorText { 
	width: 170px;
	height: 30px;
	padding: 10px;
	margin: 60px 0 0 0;
	float: left;
	font: 11px/14px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	background-color: #3c3c3c;
}
	
/*	=========================================
	4.	Text-Styles
	=========================================  */
	
h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 20px 0;
	color: #333;
	line-height: 22px;
}

h2 {
	font-size: 14px;
	padding: 0 0 0 0;
	margin: 25px 0 15px 0;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #a6a6a6;
	clear: both;
}

	.extras h2 {
		font-weight: normal;
	}
	
	h2.empty {
		margin-top: 45px;
		border: none;
	}

h3 {
	font-size: 10px;
	padding: 0;
	color: #a6a6a6;
	text-transform: uppercase;
}

h4 {
	font-size: 11px;
	padding: 0;
}

.date {
	font-size: 11px;
	padding: 0 15px 15px 0;
	float: left;
}

.smallDate {
	font-size: 11px;
	color: #a6a6a6;
}

.grey {
	color: #888;
}

.dateText {
	color: #888;
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
}

.more .raquo {
	font-size: 16px;
}



/*	=========================================
	5.	Link-Formatierungen
	=========================================  */
	
a {color: #39C; text-decoration: none;}
a:hover {color: #333; text-decoration: none;}

a.bold {color: #39C; text-decoration: none; font-weight: bold;}
a.bold:hover {color: #333; text-decoration: none; font-weight: bold;}

a.under {color: #888; text-decoration: none;}
a.under:hover {color: #39C; text-decoration: underline;}

a.invers {color: #333; text-decoration: none;}
a.invers:hover {color: #39C; text-decoration: none;}

a.inversBold {color: #333; text-decoration: none; font-weight: bold;}
a.inversBold:hover {color: #39C; text-decoration: none; font-weight: bold;}

a.textLink {color: #ffffff; text-decoration: none;}
a.textLink:hover {color: #ffffff; text-decoration: underline;}

/*#contentbox p a {color: #fdcd01; text-decoration: none;}
#contentbox p a:hover {color: #d4d4d4; text-decoration: none;}*/

a.more { vertical-align: bottom; color: #39C; text-decoration: none;}
a.more:hover {color: #333; text-decoration: none;}

#footer p a.invers {color: #fdcd01; text-decoration: none;}
#footer p a.invers:hover {color: #fff; text-decoration: none;}

#footer p a {color: #999; text-decoration: none;}
#footer p a:hover {color: #fdcd01; text-decoration: none;}


