/**
***	Stylesheet for Energy-Sports / Talwärts.de
***	
***	Corporate-Identity:
*** 	Background-Colors
*** 		#291F15
***			#32261A
***
***		Text/Border-Colors
***			#392E24bla
***
**/

/*	General Styles */
body {
	background-image:url("./images/hintergrund.gif");
	background-repeat:repeat;
	background-color:#32261A;
	color:#ECE0C6;
	text-align:center;
	margin:0;
}
body,textarea,input {
	font-family:Arial;
	font-size:13px;
}
textarea,input {
	padding:3px;
	background:#B98653;
	border:1px solid #794613
}
img {
	border:0 none;
}

a {
	color:white;
	text-decoration:underline;
}

a:hover {
/*
	color:#FF9900;
	background: #592D01;
	*/
	text-decoration:none;
}

h1 {
	margin:0px;
	line-height:40px;
}


/* General Class-Styles */
div.box, div.box_text, div#wrapper  {
	//border:3px #BCB096 solid;	
}

div.box div.headline, 
div.box_text div.headline {
	font-weight:500;
	font-size:3em;
	font-family:Arial;
	line-height:45px;
	text-align:left;
	background:#291F15;
	margin:0px;
	padding:1px 0px;
}


div.box {
	width:420px;
	text-align:left;
	margin:10px;
	height:220px;
	float:left;
	overflow:hidden;
}

div.box_text {
	margin:10px;
}

div.box_text div {
	padding:15px;
	text-align:justify;
	margin:0px;	
	background:#392E24;	
}

div.b_li {
	background-image:url("./images/schild_links.gif"); 
	background-repeat:repeat-y;
	background-position:0 0;
}
div.b_re {
	background-image:url("./images/schild_rechts.gif"); 
	background-repeat:repeat-y;
	background-position:100% 0;
}
div.b_ob {
	background-image:url("./images/schild_oben.gif"); 
	background-repeat:no-repeat;
	width:900px;
	padding-top:65px;
}
div.b_un {
	background-image:url("./images/schild_unten.gif"); 
	background-repeat:no-repeat;
	position:absolute;
	width:900px;
	height:150px;
}


span.trenner {
	padding: 0 5px;
}

td.dl {
	text-align:left;
	font-weight:bold;
}

td.dr {
	text-align:left;

}

ul.navi_ul{
	margin:0px;
	list-style-type:none;
	list-style-image:none;
}
li.navi_li {
	float:left;
	white-space:nowrap;
}

li.dropdown ul {
	display:none;
	list-style-type:none;
}
li.dropdown a {
}
li.dropdown:hover {
}
li.dropdown:hover ul {
	display:block;
	position:absolute;
	top:30px;
	padding:6px;
	text-align:left;
}
.panorama {
	margin: 0 -25px;
}

.bild {
	margin:0 10px;
}
.rechts {
	float:right;
}
.links {
	float:left;
}
.mitte {
	float:center;
}
a.back {
	padding-left:20px;
}
.menu {
	padding:10px;
}
.nolink {
	text-decoration:none !important;
}
/* Boxes & Wrapper */
div#wrapper {
	margin:0px auto;
	width:1000px;
}
div#innerWrapper {
	padding:5px;
	border:0 none;
	margin:0px auto;
	width:900px;
}

div#content {
	clear:both;
	z-index:1;
	margin-left:3px;
	margin-right:3px;
	padding:5px 50px;
	background-color:#996633;
	text-align:left;
}

div#header {
	background-image:url("./images/kopf_brett.png"); 
	background-repeat:no-repeat;
	width:100%;
	height:190px;
	text-align:left;
}
div#layer {
	position:absolute;
	height:50px;
	width:1000px;
	z-index:1;
}
img#polaroid{
	position:absolute;
	top:50px;
	left:700px;
}

div#navi_div {
	text-align:right;
	padding:15px;
	position:absolute;
	right:0px;
	font-size:14px;
}

div#navi_div a {
	text-decoration:none;
}
div#navi_div a:hover {
	text-decoration:underline;
}
div#menu {
}

a#logo {
	height:160px;
	display:block;
	width:250px;
}

div#menu table {
	float:right;
	background:#392E24;
	font-weight:700;
	font-size:1.4em;
}

div#map {
	background-image:url("./images/kartenrand.png");
	background-repeat:no-repeat;
	background-position:50% 50%;
	height:618px;
	width:800px;
	text-align:center;
}

div#map a {
	color:maroon;
}

div#map iframe {
	border:0 none;
	height:479px;
	margin-left:15px;
	margin-top:65px;
	width:640px;
}

div#footer {
	text-align:center;
	padding-top:100px;
	font-size:11px;
}

div#footer a {
	color:#BCB096;
}

div#flyer_div {
	position:absolute;
	top:260px;
	left:950px;
	border-top:1px solid #B08961;
	background-image:url("./images/schild_rechts.gif"); 
	background-repeat:repeat-y;
	background-position:100% 0;
	border-bottom:1px solid #B08961;
	padding-right:5px;
	text-align:left;
}

div#flyer_div span {
	font-size:1.2em;
}

div#flyer_div p {
	display:none;
}

div#flyer_div div{
	background:#996633;
	padding:10px;
}

div#flyer_div:hover p {
	display:inline;
}

div#flyer_div:hover span {
	font-weight:bold;
}
table#kontakt {
	margin:20px auto;
}
table#stats {
	font-size:11px;
	border-collapse:collapse;	
	background:#B98653;
	border:1px solid #794613;
	color:black;
	width:100%;
}
