html, body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}

/*****************************************************
	wichtige Elemente 
*****************************************************/
#site {
	position:relative;
	width: 950px;
	margin: 10px auto;
}


#header {
	position:relative;
	background: #fff url(../../_images/header_bg.gif) no-repeat;
	height: 223px;
}

#header #navigation_meta {
	position: absolute;
	top: 20px;
	left: 245px;
	color: #fff;
	font-weight: bold;
}
#header #navigation_meta ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header #navigation_meta ol li {
	float: left;
}

#header #logo {
	position: absolute;
	top: 73px;
	left: 30px;
}
#header .visual {
	position: absolute;
	top: 65px;
	right: 10px;
}
#header #websites {
	position: absolute;
	top: 139px;
	right: 15px;
}

#header #navigation {
	position: absolute;
	left: 0px;
	bottom: 33px;
	width: 100%;
	height: 28px;
	border-top: 1px solid #e5e5ef;
	border-bottom: 1px solid #e5e5ef;
	overflow: hidden;
}
#header #navigation ol {
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	height: 28px;
	border-left: 1px solid #e5e5ef;
	float: left;
}
#header #navigation ol li {
	float: left;
	height: 28px;
}
* html #header #navigation ol li.sup {
	padding-top: 6px;
}

#header #breadcrumb {
	position: absolute;
	left: 0px;
	bottom: 8px;
	height: 25px;
	line-height: 23px;
	color: #d00d25;
	font-size: 10px;
	padding-left: 30px;
}


#content {
	background: #e5e5ef url(../../_images/content_bg.gif) repeat-y;
	position: relative;
	float: left;
	width: 950px;
}

#content.startseite {
	background: #fff url(../../_images/content_startseite_bg.gif) repeat-x 0px 243px;
}

#content.startseite #box1 {
	position: relative;
	float: left;
	width: 594px;
	height: 240px;
	background: #E5E5EF;
}
#content.startseite #box2, #content.startseite #box3 {
	position: relative;
	float: left;
	width: 175px;
	height: 240px;
	margin-left: 3px;
}
#content.startseite #news {
	position: relative;
	float: left;
	*float: none;
	width: 230px;
	margin: 3px 0px 0px 25px;
	background: #FFF9CC;
}

#content #left {
	position: relative;
	float: left;
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
#content #navigation_sub {
	border-bottom: 3px solid #fff;
}
#content #navigation_sub ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}


#content #navigation_sub2 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}


#content #center {
	position: relative;
	float: left;
	margin: 0px 0px 7px 3px;
	width: 559px;
}
#content #right {
	position: relative;
	float: left;
	width: 175px !important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 3px;
}
#content #tankstellenfinder, #content #mini, #content #topangebot {
	padding: 0px 0px 0px 17px;
	background: #fff;
}
#content #tankstellenfinder, #content #mini {
	height: 240px;
	overflow: hidden;
}
#content #topangebot {
	margin:0px 0px 10px 0px;
}


#footer {
	position: relative;
	float: left;
	width: 950px;
	padding: 10px 0px 20px 0px;
}

#content.startseite #topangebote {
	position: relative;
	float: right;
	width: 661px;
	margin: 53px 0px 0px 0px;
}

#content.startseite #topangebote .line {
	float: left;
	width: 1px;
	height: 160px;
	margin: 0px 21px;
	background: #E5E5EF;
}
#content.startseite #topangebote img {
	display:block;
	float:left;
}

sup {
	line-height: 0px; /* Fixes the Line-Height difference caused by */
	*vertical-align: top; /* Overwrites the “super” attribute, which causes the Text to move under the baseline */
	*position: relative;
	*top: -2px; /* the “vertical-align: top” positions the text lower than “super” so you have to position the manually */
}

/*****************************************************
 Links
*****************************************************/
#header #navigation a {
	display: block;
	height: 28px;
	padding: 0px 20px;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	color: #006;
	text-decoration: none;
	border-right: 1px solid #e5e5ef;
}

* html #header #navigation a {
	display: inline !important;
	padding: 6px 20px;
}

* html #header #navigation a sup {
	vertical-align: bottom;
}

#header #navigation a:hover {
	background: #eef;
}
#header #navigation a.active {
	color: #d00d25;
}

#header #navigation_meta a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#header #navigation_meta a:hover {
	color: #ffc;
}
#header #navigation_meta a.active {
	color: #ff6;
}

#header #breadcrumb a {
	color: #d00d25;
	text-decoration: none;
}
#header #breadcrumb a:hover {
	color: #000;
}


#content a {
	color: #006;
}
#content a:hover {
	color: #D00D25;
}
#content a.bold {
	font-weight: bold;
	text-decoration: none;
}
#content #news a {
	font-weight: bold;
	text-decoration: none;
}

#content a.plz {
	color: #888;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	padding: 1px 5px;
	margin: 0px 2px;
}
#content a.plz.active {
	background: #006;
	color: #E5E5EF;
}


#content .topangebot {
	clear: both;
}
#content .topangebot a {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin: 0px 0px 20px 0px;
	float: left;
}
#content .topangebot a.active {
	border-top: 3px solid #D00D25;
	border-right: 3px solid #D00D25;
	border-bottom: 3px solid #D00D25;
}
#content .topangebot p {
	margin-left: 0px;
	float: left;
	width: 380px;
}


#content #navigation_sub a {
	display: block;
	height: 30px;
	line-height: 28px;
	padding: 0px 0px 0px 30px;
	color: #006;
	text-decoration: none;
	background: url(../../_images/navigation_sub_bg.gif) no-repeat 15px 10px;
}
#content #navigation_sub a:hover {
	background: #c2c2de url(../../_images/navigation_sub_bg.gif) no-repeat 15px 10px;
}
#content #navigation_sub a.active {
	color: #E5E5EF;
	background: #006 url(../../_images/navigation_sub_bg-o.gif) no-repeat 15px 10px;
}


#content #navigation_sub2 a {
	display: block;
	height: 24px;
	line-height: 22px;
	padding: 0px 0px 0px 17px;
	color: #006;
	text-decoration: none;
	border-top: 3px solid #fff;
	background: #c2c2de;
}
#content #navigation_sub2 a:hover {
	background: #9b9bc7;
}
#content #navigation_sub2 a.active {
	background: #006;
	color: #E5E5EF;
}


ul.ts li a {
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	background: url(../../_images/arrow_blue_small.gif) no-repeat 0px 9px;
	padding: 0px 17px;
	color: #555 !important;
	text-decoration: none;
}

ul.ts li {
	display: block;
	background: #fff;
	margin-bottom: 3px;
	padding: 0px 17px;
	line-height: 26px;
	color: #555 !important;
	_border: 1px solid #fff;
}

ul.ts li a:hover {
	color: #d00d25 !important;
}




ul#einschraenken {
	list-style: none;
	margin: -5px 0px 0px 0px;
	padding: 0px;
}

ul#einschraenken li {
	float: left;
	margin: 0px;
	padding: 0px;
}

ul#einschraenken h3 {
	background: #006;
	color: #E5E5EF !important;
	margin: 0px;
	padding: 10px 17px !important;
	border-right: 1px solid #fff;
	width: 152px;
}
ul#einschraenken ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 10px 17px;
}
ul#einschraenken ul li {
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #333 !important;
	height: 25px;
	padding: 0px;
	width: 140px;
}
ul#einschraenken ul li input, ul#einschraenken ul li label {
	float: left;
}
ul#einschraenken ul li input {
	margin: 2px 5px 0px 0px;
	*margin: -1px 2px 0px -4px;
	_margin: -2px 2px 0px -4px;
}




/*****************************************************
	Texte  / Inhalte
*****************************************************/
body {
	font: normal 11px/1.6em Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}

#footer {
	color: #999;
}

#content #center .visual {
	position: relative;
	width: 240px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	float: left;	
	margin: 0px 17px 8px 0px;
	z-index: 10;
}
#content #center .visual2 {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	float: left;
	margin: 5px 17px 8px 0px;
}
#content #center .visual img {
	display: block;
}

#content #center h1 {
	float: left;
	width: 282px;
	margin: 0px 0px 15px -17px;
	padding: 5px 17px;
	font-size: 12px;
	line-height: 20px;
	color: #e5e5ef;
	background: #006;
}

#content #center h2, #content #center h3 {
	padding: 0px 17px;
	margin: 0px 0px 3px 0px;
	font-size: 11px;
	color: #000;
}
#content #center h2.yellow, #content #center h2.blue  {
	height: 30px;
	padding: 0px 17px;
	margin: 5px 0px;
	clear: both;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-size: 12px;
	line-height: 30px;
}
#content #center h2.yellow {
	background: #FDDF00;
	color: #006;
}
#content #center h2.blue {
	background: #006;
	color: #E5E5EF;
}


#content #center h2.kraftstoffe {
	clear: both;
}

#content #center table {
	margin: 0px 0px 15px 17px;
	border-collapse: collapse;
}
#content #center th, #content #center td {
	vertical-align: top;
	text-align: left;
	padding: 4px;
	border: 1px solid #888;
}


#content #center p {
	padding: 0px 17px;
	margin: 0px 0px 15px 0px;
}

#content.startseite #news p {
	padding: 0px 10px 0px 17px;
	margin: 0px 0px 15px 0px;
}

#content #center ul.text, #content #center ol.text {
	margin: 0px 17px 15px 0px;
	padding: 0px 17px !important;
	z-index: 5;
}
#content #center .text li {
	position: relative;
	left: 15px;
	_left: 17px;
	margin: 0px;
	padding: 0px;
	
	z-index: 5;
}

#content #center ol.impressum li {
	color: #333;
	margin: 0px 17px 0px 0px;
	padding: 0px;
}
#content #center ol.impressum li h3 {
	margin: 0px 0px 0px -17px !important;
}
#content #center ol.impressum li ol {
	margin: 0px 0px 15px 0px;
}


#content #center ol p, #content #center ul p {
	color: #333;
	padding: 0px;
}

#content #tankstellenfinder h2, #content #mini h2, #content #topangebot h2 {
	margin: 0px 0px 0px -17px;
	padding: 7px 12px;
	font-size: 12px;	
	color: #006;
	width: 151px;
}
#content.startseite #news h2 {
	margin: 0px 0px 10px 0px;
	padding: 7px 17px;
	font-size: 12px;
	color: #006;
}

#content.startseite #topangebote h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	color: #006;
}

* html #content #right h2, * html #content #mini h2 {
	*width: 151px;
}

#content #tankstellenfinder h2, #content.startseite #news h2, #content #topangebot h2 {
	background: #FDDF00;
}
#content #mini h2 {
	background: #93C313;
}


ul.ts {
	position: relative;
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
}


#presse {
	clear: both;
	padding: 0px 0px 0px 17px;
}
#presse p {
	margin: 0px !important;
	padding: 0px !important;
}
#presse p.date, p.date {
	margin: 15px 0px 0px 0px !important;
}
#presse h3 {
	margin: 0px !important;
	padding: 0px !important;
}
#presse h3 a {
	text-decoration: none;
	color: #D00D25;
}
#presse h3 a:hover {
	color: #006;
}



/*****************************************************
	Formulare 
*****************************************************/
form {
	display: inline;
}

input, select {
	font-size: 11px;
	color: #fff;
}
option.yellow {
	color: #FDDF00;
}

input, textarea {
	color: #000;
	border: 1px solid #000;
}
input.checkbox {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

select {
	background: #666;
	border: 1px solid #ffc;

}



#kontakt label, #anmelden label, #abmelden label {
	float: left;
	width: 75px;
}
#kontakt label.error, #anmelden label.error, #abmelden label.error {
	color: #D00D25;	
}
#anmelden label, #abmelden label {
	margin:0px 0px 0px 17px;
}

#kontakt input, #anmelden input, #abmelden input {
	float: left;
	width: 200px;
	margin: 2px 0px;
}

/* WILDMEISTERSCHAFT */

#content.startseite #box1 img.wildmeisterschaft_logo {
    position: relative;
    top: -270px;
    left: 205px;
    z-index: 10;
    border: 0;
    float: left;
}

#content.startseite #box1 img.wildmeisterschaft_bild {
    float: right;
    position: relative;
    z-index: 9;
    border: 0;
}

#content.startseite #box1 #video {
    float: left;
    position: relative;
    z-index: 9;
}

#content.startseite #box1 #countdown
{
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    position: absolute;
    z-index: 11;
}


.wildmeisterschaft_sub_content
{
    background: #1DA22D url(../../_images/wildmeisterschaft/sub_bg.jpg) no-repeat;
    color: #FFF;
    margin-bottom: 0 !important;
    min-height: 300px;
    font-size: 12px;
}

.wildmeisterschaft_sub_content .anlauf_text
{
    margin-top: 100px;
    margin-left: 25px;
    
}
.wildmeisterschaft_sub_content .mannschaft .die_komplette_mannschaft
{
    margin: 15px 0 15px 40px;
}

.wildmeisterschaft_sub_content .mannschaft .rupert
{
    background: #1DA22D url(../../_images/wildmeisterschaft/rupert.jpg) no-repeat;
    height: 135px;
    width: 370px;
    margin: 0 0 0 15px;
    padding: 65px 0px 0px 130px;
}

.wildmeisterschaft_sub_content .mannschaft .kwemi
{
    background: #1DA22D url(../../_images/wildmeisterschaft/kwemi.jpg) no-repeat;
    height: 135px;
    width: 390px;
    margin: 0 0 0 50px;
    padding: 65px 0px 0px 110px;
}

.wildmeisterschaft_sub_content .mannschaft .fanyana
{
    background: #1DA22D url(../../_images/wildmeisterschaft/fanyana.jpg) no-repeat;
    height: 135px;
    width: 445px;
    margin: 0 0 0 30px;
    padding: 65px 0px 0px 55px;
}

.wildmeisterschaft_sub_content .mannschaft .keena
{
    background: #1DA22D url(../../_images/wildmeisterschaft/keena.jpg) no-repeat;
    height: 145px;
    width: 350px;
    margin: 0 0 0 40px;
    padding: 55px 0px 0px 150px;
}

.wildmeisterschaft_sub_content .mannschaft .mhambi
{
    background: #1DA22D url(../../_images/wildmeisterschaft/mhambi.jpg) no-repeat;
    height: 135px;
    width: 420px;
    margin: 0 0 0 0px;
    padding: 65px 0px 0px 80px;
}

.wildmeisterschaft_sub_content .mannschaft .shumba
{
    background: #1DA22D url(../../_images/wildmeisterschaft/shumba.jpg) no-repeat;
    height: 135px;
    width: 330px;
    margin: 0 0 0 20px;
    padding: 65px 0px 0px 170px;
}

.wildmeisterschaft_sub_content .mannschaft .mazumbo
{
    background: #1DA22D url(../../_images/wildmeisterschaft/mazumbo.jpg) no-repeat;
    height: 135px;
    width: 430px;
    margin: 0 0 0 20px;
    padding: 65px 0px 0px 70px;
}



.wildmeisterschaft_logo_ts_detail
{
    position: absolute;
    top: -65px;
    left: 150px;
    border: 0;
}

.wildmeisterschaft_logo_ts_finder
{
    position: absolute;
    top: -35px;
    left: 520px;
    border: 0;
}

.tankteuchdasspiel_sub_content
{
    background: #FFF7CC url(../../_images/tankteuchdasspiel/sub_bg.jpg) no-repeat;
    color: #000;
    margin-bottom: 0 !important;
    min-height: 507px;
    font-size: 12px;
}

.tankteuchdasspiel_sub_content .anlauf_text
{
    margin-top: 520px;
    margin-left: 25px;

}

.tankteuchdasspiel_sub_content .anlauf_text a
{
	color: #000 !important;
	font-weight: bold !important;
	text-decoration: none;
}
