* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	outline: 0;
}

body {
	background: #f2f6e2;
	font-size: 11px; 	/* Das ist die Basis-Schriftgröße; alle anderen Angaben in <em> */
	font-family: Verdana, Arial;
	color: #000;
}

a,
a:active,
a:visited,
a:focus,
a:link {
	color: #91b532;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.files {
	display: block;
	background: url('../img/icons/disk.png') left center no-repeat;
	padding-left: 25px;
}

div#main_content h1,
div#main_content h2,
div#main_content h3 {
	padding-top: 30px;
	margin: 0 32px 0 25px;
	font-family: "Helvetica", Verdana, sans-serif;
	font-weight: lighter;
	font-size: 2.5em;
	color: #91b532;
	clear: left;
}

div#main_content h2 {
	font-size: 2.0em;
}

div#main_content h3 {
	font-size: 1.6em;
}

div#main_content h4,
div#main_content h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #6f6f6f;
	font-weight: normal;
	padding-top: 30px;
	margin: 0px 32px -25px 25px;
}

p {
	padding-top: 15px;
	margin: 0 32px 0 25px;
	line-height: 18px;
}

p.light
{
	clear: both;
	border-top: 1px solid #afafaf;
	color: #6f6f6f;
	padding-top: 3px;
	font-size: 0.9em;
}

p.light a
{
	background: none;
	padding: 0 0 0 0;
}

p.meta_block
{
	border-top: 1px solid #cfcfcf;
	padding-top: 8px;
	margin-top: 10px;
	color: #6f6f6f;
	font-size: 0.9em;
}

p img
{
	float: left;
	margin: 2px 10px 10px 0;
	border: 1px solid #d8d8d8;
	padding: 2px;
}

div#main_content ul
{
	padding-top: 10px;
	list-style: none;
	margin: 0 32px 0 25px;
}

div#main_content ul li
{
	background: url('../img/gfx/li_bullet.gif') left 4px no-repeat;
	padding-left: 16px;
	line-height: 18px;
}

/**
 * Umfrage Polldaddy
 */
a.pds-pd-link {
	display: none;
}

label.pds-input-label {
	display: block;
	float: right;
	width: 170px;
	line-height: 14px;
}

span.pds-answer-input {
	float: left;
	margin-top: 3px;
	background-color: #fff;
	border: 0px;
}

span.pds-answer-group {
	display: block;
	overflow: hidden;
	margin-bottom: 6px;
}

* html span.pds-answer-group {
	height: 1%;
}

div#side_bracket div#side_content input.pds-radiobutton {
	background-color: #fff;
	border: 0px;
}

div#side_bracket div#side_content a.pds-view-results,
div#side_bracket div#side_content input.pds-votebutton-pack,
div#side_bracket div#side_content a.pds-return-poll {
	background-color: #A6CE39;
	color: #fff;
	font-weight: normal;
	width: 119px;
	display: block;
	border: none;
	float: left;
	text-align: center;
	font-size: 10px;
	padding: 3px 0 0 0;
	height: 19px;
}

div#side_bracket div#side_content .pds-comments {
    display: none;
}

div#side_bracket div#side_content input.pds-votebutton-pack {
	width: 70px;
	height: 22px;
	padding: 0;
	float: right;
	font-family: Verdana, Arial;
	/*line-height: auto;*/
}

div#side_bracket div#side_content div.pds-answer-feedback-bar {
	background-color: #A6CE39;
}

div#side_bracket div#side_content div.pds-answer-feedback {
	background-color: #EEF3DF;
	clear: both;
}

div#side_bracket div#side_content div.pds-feedback-group {
	margin-bottom: 15px;
	line-height: 14px;
}

div#side_bracket div#side_content div.pds-feedback-group label {
	overflow: hidden;
}

* html div#side_bracket div#side_content div.pds-feedback-group label {
	height: 1%;
}

span.pds-feedback-per,
span.pds-answer-text,
span.pds-feedback-votes {
	margin-top: 10px;
	float: left;
	margin-bottom: 3px;
}

span.pds-answer-text {
	margin: 0;
	width: 195px;
}

span.pds-feedback-per,
span.pds-feedback-votes {
	display: block;
}

span.pds-feedback-votes {
	margin-left: 5px;
}

/*
 * Formulare
 */
form p label
{
	display: block;
	font-weight: bold;
	width: 200px;
	float: left;
}

form p input,
form p select,
form p textarea
{
	border: 1px solid #afafaf;
	padding: 2px;
	display: block;
	width: 300px;
}

form p.radio label,
form p.checkbox label
{
	width: auto;
	float: none
}

form p.radio input,
form p.checkbox input
{
	border: 0;
	width: auto;
	float: left;
	margin-right: 10px;
}

form p.button input
{
	width: auto;
	display: inline;
}



/**
 * Floating unterbrechen
 */
div.clear,
hr.clear {
    clear: both !important;
    height: 1px !important;
    width: 100% !important;
    overflow: hidden;
    border: none !important;
    background: none !important;
    outline: none !important;
}

/**
 * Teaser-Boxen
 */
dl.teaser {
	display: block;
	float: left;
    padding: 0;
    margin: 30px 0 0 0;
}

dl.teaser dt {
    width: 204px;
    margin-left: 25px;
    overflow: hidden;
    display: block;
	color: #fff;
	background-color: #a6ce39;
	line-height: 22px;
	border-bottom: 1px solid #fff;
}

dl.teaser dt strong {
    padding-left: 7px;
}

dl.teaser dd {
    margin-left: 25px;
    width: 204px;
    overflow: hidden;
	display: block;
	background: url('../img/gfx/bg_float_cont.gif') no-repeat 0px 122px;
	padding-bottom: 7px;
}

dl.teaser dd img {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
}

dl.teaser dd a img {
	border: 0 !important;
}

dl.teaser dd p {
	padding: 0;
	margin: 10px 8px 0 8px;
	line-height: 16px;
	font-size: 10px;
	color: #141414;
}

dl.teaser dd p.hidden {
	display: none;
	visibility: hidden;
}

/**
 * Bildergalerie
 */
dl.gallery {
    display: block;
    overflow: hidden;
    float: left;
    margin: 15px 0 0 25px;
    padding: 0;
    background-color: #eef3df;
    border: 1px solid #bacc87;
}

dl.gallery dt {
    width: 125px;
    overflow: hidden;
    height: 83px;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

dl.gallery dd {
    width: 195px;
    overflow: hidden;
    height: 83px;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

dl.gallery dd p {
    line-height: 16px;
	font-size: 10px;
	color: #141414;
	padding: 0;
	margin: 5px 8px 0 10px;
}

dl.gallery img {
    border: none;
    margin: 0;
    padding: 0;
}

dl.gallery p img {
    margin-top: 3px;
}

/* Highlight-Block */
div#main_content div.hightlight
{
	display: block;
	margin: 0 25px 0 25px;
	border: 1px solid #bacc87;
	background: #eef3df;
	padding-bottom: 10px;
	margin-top: 15px;
}

div#main_content div.hightlight h1,
div#main_content div.hightlight h2,
div#main_content div.hightlight h3
{
	padding-top: 15px;
	margin: 0 15px 0 15px;
}



div#main_content div.hightlight p
{
	padding-top: 15px;
	margin: 0px 15px 0 15px;
}

/* Footer */

div#main_content div.main_content_footer
{
	padding-top: 77px;
}

div#main_content div.main_content_footer p
{
	color: Gray;
	text-align: center;
}

div#main_content div.main_content_footer a
{
	background: none !important;
	padding: 0 0 0 0 !important;
}

/* Bread-Crumb im Content */
div#main_content div.whereAmI
{
	color: #6f6f6f;
	display: block;
	font-size: 0.95em;
	margin: 0 32px 0 25px;
	padding-top: 10px;
}

div#main_content div.whereAmI a,
div#main_content div.whereAmI a:active,
div#main_content div.whereAmI a:visited,
div#main_content div.whereAmI a:focus
{
	color: #6f6f6f;
	text-decoration: underline;
	font-size: 0.95em;
}

div#main_content div.whereAmI a:hover
{
	text-decoration: none;
}

/* Gästebuch */
div.gb {
	margin: 0 32px 0 25px;
}

div.gbEven {
	background-color: #eef3df;
}

div.gbLeft {
	background: url('../img/gfx/icon_comment.gif') no-repeat 3px 15px;
	padding-left: 28px;
	padding-top: 15px;
	display: block;
	float: left;
	width: 150px;
	padding-bottom: 15px;
}

div.gbRight {
	padding-top: 15px;
	display: block;
	float: left;
	width: 450px;
	padding-bottom: 15px;
}

div#main_content div.cms_podcast
{
	margin: 10px 32px 0 25px;
	border: 1px solid #bacc87;
	padding: 5px 5px 5px 70px;
	clear: both;
	background: #eef3df url('../img/gfx/blog_podcast_big.jpg') no-repeat 5px center;
}

/*
 * Right-Bar Design
 */
div#side_content h2,
div#beside_content h2,
div#beside_content h3,
div#side_content h3
{
	font-weight: bold;
	color: #fff;
	background-color: #a6ce39;
	line-height: 21px;
	margin: 18px 10px 0 12px;
	font-size: 1em;
	text-indent: 5px;
}

div#side_content p,
div#beside_content p
{
	line-height: 14px;
	padding: 0;
	margin: 10px 10px 0 12px;
	font-size: 10px;
}

div#side_content form {
	display: block;
	margin: 10px 10px 0 12px;
}

div#side_content input,
div#beside_content input
{
	border: 1px solid silver;
	background-color: #eef3df;
	padding: 2px;
}

div#side_content img,
div#beside_content img
{
	margin: 1px 10px 0 12px;
	border: 0;
}

div#side_content p span.date
{
	color: #6e6e6e;
	font-size: 0.9em;
	display: block;
}

/*
 * Jump Navigation
 */
div#side_content ul#jump_navigation
{
	list-style: none;
	width: 210px;
	margin: 20px auto 0px auto;
}

div#side_content ul#jump_navigation li
{
	display: block;
	float: left;
	width: 70px;
	padding-bottom: 10px;
}

div#side_content ul#jump_navigation li a
{
	display: block;
	text-align: center;
	padding-top: 25px;
}

div#side_content ul#jump_navigation li.top
{
	background: url('../img/gfx/icon_page_up.gif') top center no-repeat;
}

div#side_content ul#jump_navigation li.print
{
	background: url('../img/gfx/icon_print_page.gif') top center no-repeat;
}

div#side_content ul#jump_navigation li.send
{
	background: url('../img/gfx/icon_send_page.gif') top center no-repeat;
}

/*
 * Right_Bar Navigation
 */
div#side_content ul#subnavi_1
{
	list-style: none;
	/* margin: 0px 12px 0 12px;*/
	margin: 0px 18px 0 18px;
	padding-top: 10px;
}

div#side_content ul#subnavi_1 li
{
	display: block;
	border-bottom: 1px solid #d1e0a9;
}

div#side_content ul#subnavi_1 li a,
div#side_content ul#subnavi_1 li a:active,
div#side_content ul#subnavi_1 li a:focus,
div#side_content ul#subnavi_1 li a:visited
{
	background: url('../img/gfx/li_bullet.gif') left center no-repeat;
	padding: 3px 0 3px 16px;
	color: #91b532;
	display: block;
	line-height: 14px;
	text-decoration: none;
}

div#side_content ul#subnavi_1 li a:hover
{
	text-decoration: underline;
}

div#side_content ul#subnavi_1 li.active a,
div#side_content ul#subnavi_1 li.active a:active,
div#side_content ul#subnavi_1 li.active a:focus,
div#side_content ul#subnavi_1 li.active a:visited,
div#side_content ul#subnavi_1 li.active a:hover
{
	font-weight: bold;
}

/*
 * Font_Changer
 */
div#font_changer
{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

div#font_changer p
{
	position: absolute;
	color: #fff;
	font-size: 10px;
	top: 244px;
	left: 637px;
	width: 60px;
	text-align: center;
}

div#font_changer ul
{
	position: absolute;
	left: 637px;
	top: 261px;
	width: 60px;
	list-style: none;
	display: block;
}

div#font_changer ul li
{
	float: left;
	display: block;
	height: 23px;
	width: 20px;
}

div#font_changer ul li.active
{
	background: url('../img/gfx/bg_li_font_changer.gif') no-repeat top center;
}

div#font_changer ul li.active a
{
	color: #91b532;
	font-weight: bold;
}

div#font_changer ul li.font_small a
{
	font-size: 10px;
}

div#font_changer ul li.font_medium a
{
	font-size: 12px;
}

div#font_changer ul li.font_big a
{
	font-size: 15px;
}

div#font_changer ul li a
{
	display: block;
	line-height: 23px;
	text-align: center;
	color: #91b532;
}

/*
 * Right_Bar_Galerie
 */
div.media_area
{
	display: block;
	height: 222px;
	background: url('../img/gfx/bg_spalte3_top.gif') no-repeat top center;
}

div.media_area h1
{
	position: relative;
	top: 75px;
	padding-left: 15px;
	font-weight: lighter;
	font-family: "Helvetica", Verdana, sans-serif;
	font-size: 1.2em;
	color: #91b532;
}

div#right_gal img
{
	position: absolute;
	top: 15px;
	left: 21px;
	border: 0;
	height: 111px;
	overflow: hidden;
	margin: 0 !important;
}

/**
 * contentslider
 */
div#right_gal
{
	background: url('../img/gfx/bg_js_galerie.gif') no-repeat top center;
	display: block;
	height: 134px;
	width: 228px;
	position: relative;
	top: 80px;
}

div#cslider
{
	width: 181px;
	height: 111px;
	overflow: hidden;
}

div#cslide
{
	position: absolute;
	margin: 15px 0 0 21px;
}

div#cslide a img
{
	position: absolute;
	top: 0;
	left: 0;
}

/*
 * Seiten-Struktur
 */
div#side_bracket
{
	position: absolute;
	display: block;
	left: 735px;
}

div#header
{
	position: absolute;
	top: 0;
	left: 14px;
	background: url('../img/header/header01.gif') no-repeat top left;
	width: 721px;
	height: 262px;
	z-index: 1;
}

div#main_content
{
	top: 0;
	left: 14px;
	position: absolute;
	display: block;
	width: 721px;
	padding-top: 262px; /* Hoehe des Headers */
	background: url('../img/gfx/bg_spalte1_repeat.gif') repeat-y;
	float: left;
}

div#side_content
{
	width: 228px;
	float: left;
	background: url('../img/gfx/bg_spalte2_repeat.gif') repeat-y;
}

div#beside_content
{
	float: left;
	display: block;
	width: 228px;
	background: url('../img/gfx/bg_spalte2_repeat.gif') repeat-y;
}

div.side_content_footer
{
	margin-top: 10px;
	display: block;
	height: 10px;
	padding-top: 20px;
	width: 228px;
	background: #f2f6e2 url('../img/gfx/bg_spalte2_footer.gif') no-repeat top left;
	clear: both;
}

div.distance_top
{
	margin-top: 15px;
}

div.main_content_footer
{
	margin-top: 50px;
	background: #f2f6e2 url('../img/gfx/bg_spalte1_footer.gif') no-repeat top left;
	height: 300px;
	width: 721px;
	display: block;
}

/*
 * Breadcrumb
 */
div.breadcrumb
{
	display: block;
	background: url('../img/gfx/bg_spalte2_top.gif') no-repeat top center;
	height: 222px;
}

div.breadcrumb ul
{
	list-style: none;
	margin: 0px 18px 0 18px;
	padding-top: 100px;
}

div.breadcrumb ul li
{
	display: block;
	height: 22px;
	border-bottom: 1px solid #d1e0a9;
}

div.breadcrumb ul li a,
div.breadcrumb ul li a:active,
div.breadcrumb ul li a:focus,
div.breadcrumb ul li a:visited
{
	background: url('../img/gfx/li_bullet.gif') left center no-repeat;
	padding-left: 16px;
	color: #91b532;
	line-height: 22px;
	display: block;
	text-decoration: none;
}

div.breadcrumb ul li a:hover
{
	text-decoration: underline;
}

div.breadcrumb ul li.active a,
div.breadcrumb ul li.active a:active,
div.breadcrumb ul li.active a:focus,
div.breadcrumb ul li.active a:visited,
div.breadcrumb ul li.active a:hover
{
	font-weight: bold;
}


/*
 * Titel / Logo / Phark
 */
div#header h1,
div#header h2
{
	position: absolute;
	display: block;
	text-indent: -999em;
}

div#header h1 a
{
	display: block;
	line-height: 42px;
}

div#header h2
{
	width: 195px;
	height: 31px;
	top: 100px;
	left: 495px;
}

div#header h1
{
	width: 360px;
	height: 42px;
	top: 130px;
	left: 325px;
}

/*
 * Hauptnavigation
 */
div#green_line
{
	position: absolute;
	width: 711px;
    height: 21px;
    top: 240px;
    left: 5px;
    background: #91B532;
}

ul#navi {
	position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
	z-index: 4;
	width: 711px;
    height: 48px;
    top: 213px;
    left: 5px;
}

ul#navi li {
    position: relative;
    width: auto;
    margin: 0;
    padding: 0;
    float: left;
}

ul#navi li a,
ul#navi li a:active,
ul#navi li a:visited,
ul#navi li a:hover
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding: 0 10px 0 10px;
    line-height: 26px;
    text-decoration: none;
    background-color: #a6ce39;
    border-right: 1px solid #fff;
}

ul#navi li.active a,
ul#navi li.active a:active,
ul#navi li.active a:visited,
ul#navi li.active a:hover
{
    background-color: #91b532;
    color: #fff;
    border-bottom: 1px solid #91b532;
}

ul#navi li ul
{
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
    display: none;
    visibility: hidden;
}

ul#navi li:hover ul,
ul#navi li.hoverIt ul
{
    left: 0;
    top: 26px;
    display: block;
    visibility: visible;

}

ul#navi li.active ul
{
	margin-top: -1px;
}

ul#navi li ul li
{
    margin: 0;
    padding: 0;
    float: none;
    width: 160px;
    border-top: 1px #fff solid;
    display: block;
    height: 21px;
}

ul#navi li ul li a,
ul#navi li ul li a:active,
ul#navi li ul li a:visited
{
    border: none;
    font-size: 11px;
    margin: 0;
    padding-top: 0;
    background-color: #a6ce39;
    display: block;
    font-weight: normal;
    line-height: 21px;
    height: 21px;
    color: #fff;
    white-space: nowrap;
}

ul#navi li.active ul li a,
ul#navi li.active ul li a:active,
ul#navi li.active ul li a:visited
{
    border: none;
    font-size: 11px;
    margin: 0;
    padding-top: 0;
    background-color: #a6ce39;
    display: block;
    font-weight: normal;
    line-height: 21px;
    height: 21px;
    color: #fff;
}

ul#navi li ul li a:hover,
ul#navi li.active ul li a:hover
{
	border: none;
    font-size: 11px;
    font-weight: normal;
    line-height: 21px;
    height: 21px;
    background-color: #91b532;
    color: #fff;
}

ul#navi li ul li.active a,
ul#navi li ul li.active a:active,
ul#navi li ul li.active a:visited,
ul#navi li ul li.active a:hover
{
    border: none;
    background-color: #91b532;
    font-weight: bold;
    color: #fff;
}


/**
 * video player
 */
div#CLTVWrapper
{
	display: block;
	width: 680px;
	height: 626px;
	margin: 0px auto;
}

div#CLTVVideo_player
{
	position: absolute;
	background: #fff url(../img/gfx/bg_cltv.gif) no-repeat top left;
	height: 530px;
	width: 680px;
}

div#CLTVVideo_player img#CTVHeader
{
	position: absolute;
	top: -38px;
	left: 460px;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#CLTVVideo_player div.video_player
{
	display: block;
	height: 360px;
	width: 576px;
	position: absolute;
	top: 59px;
	left: 49px;
}

div#CLTVVideo_player div.video_text
{
	position: absolute;
	display: block;
	width: 633px;
	background-color: #e4f0c0;
	top: 460px;
	left: 24px;
}

div#CLTVVideo_player div.video_text p
{
	display: block;
	line-height: 18px;
	margin: 10px 10px 20px 10px;
	background-color: #e4f0c0;
	height: 120px;
	width: 603px;
	overflow: hidden;
}

img#CLTV_logo
{
	display: block;
	width: auto;
	float: left;
	margin: 0 10px 5px 0;
}

/* ------------------------ Chariot Gewinnspiel Formular ---------------------------- */
div#main_content form.sweepstake h4 {
    margin-bottom: 0;
    font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #6f6f6f;
	font-weight: bold;
}

form.sweepstake p {
    width: auto;
    float: none;
}

form.sweepstake p.half {
    width: 355px;
    overflow: hidden;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
}

form.sweepstake p label {
    display: block;
    float: none;
    width: auto;
}

form.sweepstake p.half label,
form.sweepstake p.half input {
    margin-left: 25px;
}

form.sweepstake input.txt,
form.sweepstake select,
form.sweepstake textarea {
    background-color: #eef3df;
    border: 1px solid #b7b7b7;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

form.sweepstake select {
    margin: 0 0 0 25px;
    height: 21px;
}

form.sweepstake textarea {
    width: 100%;
    height: 100px;
}

form.sweepstake p.checkbox label {
    float: none;
    width: auto;
}

form.sweepstake input.gfx {
    width: auto;
    border: none;
}

/* ------------------------ Chariot Gewinnspiel Übersicht ---------------------------- */
div.galerie_chariot {
    padding-left: 15px;
}

dl.box_chariot {
    display: block;
    float: left;
    width: 169px;
    padding-top: 15px;
    overflow: hidden;
    background: url("../img/chariot/bg_galerie.png") no-repeat 10px 15px;
}

dl.box_chariot dt {
    margin: 0 0 0 10px;
    padding: 0 5px 0 5px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    overflow: hidden;
}

dl.box_chariot dd {
    margin: 0 0 0 11px;
    padding: 0;
}

dl.box_chariot img {
    border: none !important;
}

dl.box_chariot dd a {
    display: block;
    width: 157px;
    height: 98px;
    overflow: hidden;
    text-align: center;
}

dl.box_chariot dd div.wertung {
    padding: 5px 0 0 112px;
    height: 25px;
    background: url("../img/chariot/stars_box_0.png") no-repeat;
    color: #fff;
}

/* -------- Chariot Gewinnspiel Blättern --------*/
div.div_left {
    width: 475px;
    float: left;
}

div.div_right {
    width: 220px;
    float: left;
}

div.div_right p {
    margin: 15px 0 0 0;
    padding: 0;
    text-align: right;
}


p.pages a,
p.pages a:active,
p.pages a:visited,
p.pages a:hover {
    display: block;
    float: left;
    background-color: #eef3df;
    border: 1px solid #bacc87;
    padding: 0 3px 0 3px;
    margin-right: 2px;
    color: #91b432;
    text-decoration: none;
}

p.pages a.act,
p.pages a.act:active,
p.pages a.act:visited,
p.pages a.act:hover {
    background-color: #92b533;
    border: 1px solid #92b533;
    color: #fff;
}

/* -------------------- Chariot Gewinnspiel Detail ------------------------ */
dl.voting_detail {
    margin: 15px 0 0 25px;
    padding: 0;
    display: block;
}

dl.voting_detail dt {
    float: left;
    width: 200px;
}

dl.voting_detail dt img {
    margin: 0;
    padding: 0;
    float: left;
}

dl.voting_detail dt strong {
    margin: 0;
    padding: 5px 17px 4px 17px;
    display: block;
    float: left;
    background: url("../img/chariot/bg_points.png") no-repeat 10px 3px;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
}

dl.voting_detail dd {
    float: left;
    color: #6f6f71;
    padding-top: 5px;
}

hr.trenner {
    border: 0px;
    border-top: solid 1px #bacc87;
    border-bottom: transparent;
    clear: both;
    margin: 10px 30px 0 25px;
}

div.mitmachen {
    display: block;
    padding: 10px 0 0 0;
    margin: 20px 30px 0 25px;
    border-top: solid 1px #bacc87;
    border-bottom: solid 1px #bacc87;
}

div.mitmachen p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

div.mitmachen img {
    border: none;
    margin: 0;
    padding: 0;
}

div.vPlayer {
	margin: 59px 0 0 49px;
}

/* -------------------- Elitepartner Gewinnspiel ------------------------ */
a.box_pic {
    display: block !important;
    background-color: #000 !important;
    margin: 0 6px 0 6px !important;
    width: auto !important;
    padding: 0 !important;
}

a.box_pic img {
    padding: 0 !important;
}

div.half {
    width: 49.99%;
    float: left;
}

hr.clr {
	clear: both;
	border: none;
	outline: none;
	border-top: 1px solid transparent;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	overflow: hidden;
}

p#ep_detail_image img {
    margin-top: 17px;
    margin-right: 60px;
}

dl#steckbrief {
    display: block;
    margin: 0;
    width: 308px;
    padding: 0;
    overflow: hidden;
    background: #f8f5ea url("/elitepartner/ep_steck_head.jpg") no-repeat left top;
    float: left;
}

dl#steckbrief dt {
    text-indent: -999em;
    height: 1px;
    overflow: hidden;
}

dl#steckbrief dd {
    display: block;
    width: 317px;
    padding: 0 0 40px 0;
    overflow: hidden;
    background: url("/elitepartner/ep_steck_foot.jpg") no-repeat left bottom;
}

dl#steckbrief dd table {
    margin: 105px 0 0 20px;
    padding: 0;
    border-collapse: collapse;
}

dl#steckbrief dd table th {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: left;
    width: 130px;
    vertical-align: top;
    color: #696969;
    font-family: verdana, sans-serif;
    font-style: italic;
}

dl#steckbrief dd table td {
    margin: 0;
    padding: 0 10px 10px 0;
    text-align: left;
    vertical-align: top;
}

p.quest {
    margin-top: 5px;
    padding-top: 0;
    font-style: italic;
}

/* -------------------- Suzuki Gewinnspiel ------------------------ */



div.teilnahmeformular p {
	width: 300px;
}

p.zusatzfrage {
	margin-bottom: 10px;
	display: block;
}

p.zusatzfrage textarea {
	margin-top: 30px;
	display: block;
}
p.skriptschutz {
	float: none;
}

lable.captcha_lable{
	display: block;
}

input.captcha_post {
	background: url("/suzuki/cw_suzuki_capcha.png") no-repeat;
	width: 192px;
	height: 15px;
	padding: 11px;
	margin: 2px;
	border: none;
}

input.teilnahmebedingungen{
	float: left;
	width: auto;
	margin: 3px 5px 0 0;
}

div.suzuki dl dd a {
    background-image: url("/suzuki/suzuki_sm.jpg");
}

img.vote_item:hover {
    cursor: pointer;
}