﻿@import url(/php/css/fonts/stylesheet.css);
body {
	font-family: Arial, Helvetica, sans-serif;
//	font-size-adjust: 0.52;
	font-size : 12px;
    background: #eafde9 url('/php/images/design2010/hintergrund.gif') no-repeat;
    margin: 0px;
    min-width: 1100px;
}

#header_tabs img {
    border: 0px;
}

#header_tabs_bar {
    background: url('/php/images/design2010/tabmenu_streifen.png') repeat-x;
    height: 7px;
}

#header_tabs_tabs {
    padding-left: 12px;
}

#header_tabs_legal {
    margin-left: 34px;
}

#header_tabs_entertainweb {
    margin-left: 71px;
}

#header_logo {
    position: relative;
    left: 12px;
}

#header_main_menu {
    position: relative;
    left: 12px;
    width: 890px;
    height: 65px;
    background: rgb(186, 235, 180);
    background: rgba(186, 235, 180, 0.7);
    border: solid 1px #757b77;
    -moz-border-radius:5px;
    border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
    padding-left: 12px;
}

#header_main_menu img {
    border: 0px;
    padding: 4px 0px;
}

#header_search_form {
    position: absolute;
    display: inline;
    padding: 4px 0px;
}

#header_search_input {
    width: 220px;
	height:30px;
    margin-left: 10px;
    margin-right: 4px;
    border: inset 2px #757b77;
}

#header_search_form input {
    vertical-align: middle;
}

#header_login {
    background: url('/php/images/design2010/login_hintergrund.png') no-repeat;
    height: 35px;
    margin-left: 25px;
    padding-top: 2px;
}
#header_loginfeld
	{
    height: 35px;
    margin-left: 25px;
    padding-top: 0px;
	background: url(/php/images/design2010/login_hintergrund_gross.png) no-repeat;
	display:none;
	z-index:20;
	}

#header_login img {
    border: 0px;
    padding-left: 2px;
    vertical-align: middle;
}

#header_loginfeld img {
    border: 0px;
    padding-left: 2px;
    vertical-align: top;
}
#header_login_form
	{
	display:inline;
    vertical-align: top;
	}
#splashlogin
	{
	width:100px;
	height:13px;
	}
#splashpasswort
	{
	width:100px;
	height:13px;
	}
#header_login_pathimg {
    margin-left: 100px;
}

#header_login_path {
    font-size: 60%;
    vertical-align: top;
}

#outer_container {
    padding-top: 10px;
}

#subnavi {
    background-color: #e2fcdf;
    border: 1px black solid;
    border-radius:5px;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
    width: 165px;
    min-height: 510px;
    float: left;
    margin-left: 12px;
}

#content_container {
//    background: rgb(247, 274, 246);
//    background: argb(247, 274, 246, 0.7);
    border: 1px black solid;
    border-radius:5px;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
    width: 715px;
    min-height: 510px;
    margin-left: 200px;
    margin-right: 190px;
    background: url('/php/images/design2010/hintergrund_content.png') repeat;
}

#content {
    margin: 5px;
    min-height: 500px;
    overflow-x: auto;
}

#leaderboard_skyscraper {
    position: relative;
    top: -215px;
    right: 12px;
    z-index: 100;
}

#nab_top {
    position: absolute;
    left: 212px;
    width: 728px;
    height: 90px;
}

#nab_side {
    position: absolute;
    left: 940px;
    top: 90px;
    width: 160px;
    height: 600px;
}

#footer {
    clear: both;
    font-size: 80%;
}

#footer a {
    text-decoration: inherit;
    color: inherit;
}

#footer_upper {
    margin-left: 200px;
    margin-right: 190px;
    height: 150px;
    position: relative;
}

#footer_links {
    padding-top: 10px;
}

.footer_link_column {
    float: left;
    padding-right: 25px;
}

#footer_ivwagof {
    clear: both;
    position: absolute;
    bottom: 0px;
	min-width:400px;
}

#footer_ivwagof_logos {
    float: left;
    padding-right: 5px;
}

#footer_splasher {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#footer_lower {
    background-color: #88d760;
    border-top: solid #1b570f 2px;
    height: 65px;
    padding: 10px 5px;
}

#footer_print {
    float: right;
}


.ueberschrift	{
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : none;
	background-color : #365681;
	text-align : center;
}

.ueberschrift a:link  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}

.ueberschrift a:active  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}

.ueberschrift a:hover  {
	text-decoration : underline;
}

.tabellenueberschrift	{
	font-size : 14px;
	color : #FFFFFF;
	text-decoration : none;
	background-color : #3B993D;
	text-align : center;
	background: #3B993D url(/php/images/design/tabellenueberschrift_hintergrund.gif) repeat-x left;
}

.tabellenueberschrift a  {
	text-decoration : none;
	font-size : 14px;
	color : #FFFFFF;
	font-weight : bold;
	font-style : normal;
}

.tabellenueberschrift a:link  {
	text-decoration : none;
	font-size : 14px;
	color : #FFFFFF;
	font-weight : bold;
	font-style : normal;
}

.tabellenueberschrift a:active  {
	text-decoration : none;
	color : #FFFFFF;
	font-weight : bold;
	font-style : normal;
}

.tabellenueberschrift a:visited  {
	text-decoration : none;
	color : #FFFFFF;
	font-weight : bold;
	font-style : normal;
}

.tabellenueberschrift a:hover  {
	text-decoration : underline;
}

.premiumeintrag	{
	font-size : 13px;
	color : #000000;
	text-decoration : none;
	background-color : #B2A403;
	font-weight : bold;
	background: #B2A403 url(/php/images/design/premiumeintrag_hintergrund.png) repeat-x left;
}

.premiumeintrag a  {
	text-decoration : none;
	font-size : 13px;
	color : #000000;
	font-weight : bold;
	font-style : normal;
}

.premiumeintrag a:active  {
	text-decoration : none;
	color : #000000;
	font-weight : bold;
	font-style : normal;
}

.premiumeintrag a:visited  {
	text-decoration : none;
	color : #000000;
	font-weight : bold;
	font-style : normal;
}

.premiumeintrag a:hover  {
	text-decoration : underline;
}

.tabelleninhalt	{
	font-size : 12px;
	color : Black;
	text-decoration : none;
	background-color : #E4E4E4;
	text-align : left;
	vertical-align : top;
}

.tabelleninhalt a  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}

.tabelleninhalt a:active  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}

.tabelleninhalt a:visited  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}


h3 a  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}

h3 a:active  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}

h3 a:visited  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}


.tabelleninhaltfehlt	{
	font-size : 12px;
	color : Black;
	text-decoration : none;
	background-color : #FFDDDD;
	text-align : left;
	vertical-align : top;
}

.tabelleninhaltfehlt a  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}

.tabelleninhaltfehlt a:active  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}

.tabelleninhalt a:hover  {
	text-decoration : underline;
}

.subnavi  {
	font-size : 11px;
	text-align : left;
	color : #000000;
}

.subnavi a:link  {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

.subnavi a:visited  {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

.subnavi a:hover {
	color : #000000;
	text-decoration : none;
}

.subnavi_news  {
	font-size : 11px;
	color : #000000;
	text-align : left;
}

.subnavi_news a:link  {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

.subnavi_news a:visited  {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

.subnavi_news a:hover {
	color : #000000;
	text-decoration : none;
}

.subnavi_news_aktiv  {
	font-size : 11px;
	color : White;
	text-align : left;
	background-color : #3B993D;
}

.subnavi_news_aktiv a:link  {
	color : White;
	font-weight : bold;
	text-decoration : none;
}

.subnavi_news_aktiv a:visited  {
	color : White;
	font-weight : bold;
	text-decoration : none;
}

.subnavi_news_aktiv a:hover {
	color : White;
	text-decoration : none;
}

.navi2 a:link {
	color : White;
	font-weight : normal;
	font-size : small;
	}
	
.graphic  {
	background : transparent;
	background-color : transparent;
}

#header_login_path  {
	font-size : 10px;
	color : Black;
	text-align : left;
}

#header_login_path a:link  {
	color : Black;
	font-weight : normal;
	font-size : 10px;
	text-decoration : none;
	text-align : left;
	}

#header_login_path a:visited  {
	color : Black;
	font-weight : normal;
	font-size : 10px;
	text-decoration : none;
	text-align : left;
	}

#header_login_path a:hover  {
	color : Black;
	font-weight : normal;
	font-size : 10px;
	text-decoration : underline;
	text-align : left;
	}

.ueberschrift a:link  {
	color : White;
	font-weight : normal;
	font-size : 12px;
	}

.splashnet a:link {
	color : Black;
	font-size : 9px;
}

.copyright  {
	font-size : 9px;
	text-align : center;
}

.copyright a:link  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
	font-size : 9px;
	}

.copyright a:visited  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
	font-size : 9px;
	}

.copyright a:hover  {
	color : #008000;
	font-weight : bold;
	font-style : normal;
	font-size : 9px;
	text-decoration : underline;
	}

.splashnet {
	font-size : 9px;
	color : Black;
	text-align : center;
}

.splashnet a:link  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
	font-size : 9px;
	}

.splashnet a:visited  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
	font-size : 9px;
	}

.splashnet a:hover  {
	color : #008000;
	font-weight : bold;
	font-style : normal;
	font-size : 9px;
	text-decoration : underline;
	}

.kontakt	{
	font-size : 12px;
	text-decoration : none;
}

H3  {
	color : Black;
	text-align : center;
}
.popunder{
    	border-style: solid;
    	border-width: 1px;
    	color: Black;
    	background-color: #FFFFFF;
    	position: absolute;
    	top: 100px;
    	left: 35%;
    	width: 500px;
    	height: 500px;
    	display: none;
    	border-color: #006F9D;
}
.cover_checkliste
	{
	border: thick groove;
	border-color: #4E9343;
	float: right;
	margin-left: 4px;
	padding: 3px;
	}
#ivwcode
	{
	display:none;
	}

.haupttabelle  {
	width:100%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.designtabelle  {
	width:100%;
	border-width: thin thin thin thin;
	border-color: black Black Black Black;
	border-style: solid solid solid solid;
}
a:link  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}

a:active  {
	text-decoration : none;
	color : #008000;
	font-weight : normal;
	font-style : normal;
}

a:visited  {
	text-decoration : none;
	color : #008000;
	font-weight : normal;
	font-style : normal;
}

a:hover  {
	text-decoration : underline;
}

.contentrezensionen	{
	font-size : 12px;
	color : Black;
	text-decoration : none;
	background-color : #FFFFFF;
	text-align : center;
}

.content	{
	font-size : 12px;
	color : Black;
	text-decoration : none;
	text-align : justify;
}

.content a  {
	text-decoration : none;
	font-size : 11px;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}

.content a:active  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}

.content a:hover  {
	text-decoration : underline;
}

.pagecontent	{
	font-size : 12px;
	color : Black;
	text-decoration : none;
	text-align : justify;
}

.pagecontent a  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}

.pagecontent a:active  {
	text-decoration : none;
	color : #008000;
	font-weight : bold;
	font-style : normal;
}

.pagecontent a:hover  {
	text-decoration : underline;
}


.tabmenu  {
	font-size : 12px;
	font-weight : bold;
	background-color : Silver;
	color : Black;
	text-decoration : none;
	text-align: center;
	table-layout : fixed;
    border: solid 1px #757b77;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
}

.tabmenu a:link {
	font-size : 12px;
	font-weight : bold;
	background-color : Silver;
	color : Black;
	text-decoration : none;
	border-color: Black;
	table-layout : inherit;
}

.tabmenu a:visited {
	font-size : 12px;
	font-weight : bold;
	background-color : Silver;
	color : Black;
	text-decoration : none;
	border-color: Black;
	table-layout : inherit;
}

.tabmenu a:hover {
	font-size : 12px;
	font-weight : bold;
	background-color : Silver;
	color : Black;
	text-decoration : none;
	border-color: Black;
	table-layout : inherit;
}


.tabmenuaktiv  {
	font-size : 14px;
	color : #FFFFFF;
	text-decoration : none;
	text-align : center;
	background: #3B993D url(/php/images/design/tabellenueberschrift_hintergrund.gif) repeat-x left;
    border: solid 1px #757b77;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	font-weight : bold;
}

.tabmenuaktiv a:link {
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	border-color: Black;
}

.tabmenuaktiv a:visited {
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	border-color: Black;
}

.tabmenuaktiv a:hover {
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : underline;
	border-color: Black;
}

.rundtabelle {
    border: solid 1px #757b77;
    -moz-border-radius:5px;
    border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
#slider1 .rezensioneneinzel
	{
	width:340px !important;
	height:280px !important;
	padding: 10px 30px;
	}
#slider2 .specialseinzel
	{
	width:330px !important;
	height:280px !important;
	padding: 10px 30px;
	}

