/**********************************************************************************/
/*  HTML TAGS 
/**********************************************************************************/

body {
	margin: 0px;
    background-image: url('gfx/background/background_kachel2.jpg');
    background-attachment: fixed;
    background-repeat: repeat;
}

div, td {
	font-size:11px;
	font-family:"Lucida Grande CY", "Geneva CY", Arial, Verdana, sans-serif;
	color:#000000;
}

p {
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	float: left;
	width:100%;
	height: 20px;
    color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
    margin-top: 0px;
	margin-bottom:1px;
	padding: 2px 0px 0px 5px;
    background-image:url('gfx/headline_1px.png');
	background-repeat:repeat-x;
}

h2 {
	float: left;
	width:100%;
	height: 18px;
	padding: 0px;
	margin: 0px;
	margin-top:10px;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:1px;
	padding: 2px 0px 0px 5px;
	background-color: #EDEEEE;
	border-bottom:1px solid #C5C5C5;
}

a {
	text-decoration: none;
    color:#8B4513;
}

.headlinea {
    text-decoration: none;
    color:#FF8C00;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1px;
	border: 1px solid #082B54;
	height: 18px;
	padding: 0px;
}

/**********************************************************************************/
/*  IDS 
/**********************************************************************************/

#globalcontainer {
	margin: auto;
	width: 1170px;
}

#frame {
	float:left;
	width:1000px;
	background-color:#FFF;
    margin-top: 30px;
    margin-bottom: 30px;
}

#header_img {
	height:187px; 
	width:1000px; 
	background-image:url('gfx/header/header.jpg');
}

#header_menu {
	height:28px;
	color:#FFFFFF;
	width:600px;
	margin-top:-28px;
	margin-left:210px;
}

#content_container {
	margin-top:10px;
	width:1000px;
}

#left_menu {
	width:210px;
	min-height:500px; 
	float:left;
}

#main_content {
	float:left; 
	width:575px;
}

#main_inner_content {
	float:left; 
	width:550px;
	margin-left:10px;
}

#right_menu {
	width:210px;
	min-height:350px; 
	float:right;
}

#footer {
	height:42px; 
	width:1000px;
	float:left;
}

#nav, #nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: 28px;
}

#nav a {
    display: block;
    width: 100%;
}

#nav li {
    float:left;
    margin-right:15px;
}

#nav li ul {
    top: 217px;
    position: absolute;
    width: 120px;
    left: -999em;
    z-index: 500;
}

#nav li ul li {
    background-color: #ddd;
    width: 100%;
    height: 23px;
    padding-left: 5px;
    padding-top: 8px;
    border: 1px solid #aaa;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

/**********************************************************************************/
/*  CLASSES FOR MAIN TEMPLATE
/**********************************************************************************/

.topmenu_news_de, .topmenu_blogs_de, .topmenu_interaktiv_de, .topmenu_shop_de, .topmenu_magazine_de, .topmenu_support_de, .topmenu_community_de {
	height:28px;
}

.topmenu_news_de {
	background-image:url('gfx/navi/topmenu_news.png');
    background-repeat: no-repeat;
}

.topmenu_blogs_de {
	background-image:url('gfx/navi/topmenu_blogs.png');
    background-repeat: no-repeat;
}

.topmenu_interaktiv_de {
	background-image:url('gfx/navi/topmenu_interaktiv.png');
    background-repeat: no-repeat;
}

.topmenu_shop_de {
	background-image:url('gfx/navi/topmenu_shop.png');
    background-repeat: no-repeat;
}

.topmenu_magazine_de {
	background-image:url('gfx/navi/topmenu_magazin.png');
    background-repeat: no-repeat;
}

.topmenu_support_de {
	background-image:url('gfx/navi/topmenu_kontakt.png');
    background-repeat: no-repeat;
}

.topmenu_community_de {
	background-image:url('gfx/navi/topmenu_community.png');
    background-repeat: no-repeat;
}

.left_menu_headline {
	width:100%;
	height:20px;
	background-image:url('gfx/headline_1px.png');
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	margin-bottom:1px;
	padding-top:2px;
	clear:left;
}

.left_menu_box {
    width:190px;
    background-color:#EEEEEE;
	color:#000000;
	padding-top:3px;
    padding-bottom:3px;
	padding-left:15px;
    padding-right: 5px;
	margin-bottom:1px;
}

.left_menu_box_raw {
    width:210px;
	color:#000000;
	margin-bottom:1px;
}

.left_menu_entry {
	width:190px;
	height:16px; 
	background-color:#EEEEEE;
	color:#000000; 
	padding-top:3px; 
	padding-left:20px; 
	margin-bottom:1px;
}

.left_menu_entry_bright {
	width:190px;
	height:16px; 
	background-color:#F3F3F3; 
	color:#000000; 
	padding-top:3px; 
	padding-left:20px; 
	margin-bottom:1px;
}

.left_menu_entry_orange {
	width:140px; 
	height:16px; 
	background-color:#d6900b; 
	padding-top:3px; 
	padding-left:20px; 
	border-bottom:1px solid #FFFFFF;
}

.left_menu_entry:hover {
	background-color:#FFFFFF;
}

.left_menu_entry_bright:hover {
	background-color:#FFFFFF;
}

.left_menu_entry_orange:hover {
	background-color:#FFFFFF;
}

.right_menu_headline {
	width:100%;
	height:20px;
	background-image:url('gfx/headline_1px.png');
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	margin-bottom:1px;
	padding-top:2px;
}

.right_menu_box {
    width:190px;
    background-color:#EEEEEE;
	color:#000000;
	padding-top:3px;
    padding-bottom:3px;
	padding-left:20px;
	margin-bottom:1px;
}

.right_menu_box_padding_right {
    width:190px;
    background-color:#EEEEEE;
	color:#000000;
	padding-right:20px;
	margin-bottom:1px;
    overflow: hidden;
}

.right_menu_box_raw {
    width:210px;
	color:#000000;
	margin-bottom:1px;
}

.right_menu_entry {
	width:190px;
	height:16px; 
	background-color:#EEEEEE;
	color:#000000; 
	padding-top:3px; 
	padding-bottom:3px; 
	padding-left:20px;
	margin-bottom:1px;
}

.right_menu_entry:hover {
	background-color:#FFFFFF;
}

.right_menu_entry_high {
	width:150px; 
	background-color:#E8E9E9; 
	color:#000000; 
	padding-top:3px; 
	padding-left:20px; 
	margin-bottom:1px;
}

.white {
	color: #FFFFFF;
}

.black {
	color: #000000;
}

.grey {
	color: #AAAAAA;	
}

/**********************************************************************************/
/*  CLASSES FOR CONTENT ELEMENTS
/**********************************************************************************/

.inner_menu {
	width:141px; 
	height:16px; 
	background-color:#EDEEEE;
	border-bottom: 1px solid #C5C5C5; 
	padding-top:3px; 
	padding-left:10px; 
	margin-bottom:3px;
	float:left;
}

.inner_menu:hover {
	background-color:#FFFFFF;
}

.inner_menu_entry {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 131px;
	border-bottom:1px solid #E6E9EE;
}

.inner_menu_entry_last {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 131px;
}

.inner_menu_content_entry {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;
	width: 131px;
	border-bottom:1px solid #E6E9EE;
}

.inner_menu_content_entry_last {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;
	width: 131px;
}

.output {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #E6E9EE;
	width: 535px;
}

.output input {
	border:1px solid #6988C0;
	background-color:#BFCFDB;
}

.box {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #EEEEEE;
	width: 530px;
}

.infobox {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F5F7F9;
	border:1px solid #082B54;
}

.newsbox_picture {
	background-color: #F5F7F9;
	width:41px; 
	text-align:center; 
}

.newsbox_text {
	background-color: #F5F7F9;
	width:436px;
	padding:8px;
}

.newsbox_rating {
	background-color: #F5F7F9;
	width:78px;
	padding:4px;
	text-align:center;
}

.category {
	background-color: #F5F7F9;
	width:188px;
	padding:8px;
}

/**********************************************************************************/
/*  ADS
/**********************************************************************************/

.ad_mr_box {
    width: 300px;
    margin: 5px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    float:left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.ad_fullsize_box {
    width: 550px;
    margin: 5px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    float:left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

/**********************************************************************************/
/*  BASIC TABLE DESIGN
/**********************************************************************************/

.tdhead {
	padding: 3px;
	background-color: #E6E9EE;
	font-weight: bold;
}

.tdcontent {
	padding: 3px;
}

.tdcontent_highlight {
	padding: 3px;
	background-color:#F4F6F9;
}

.tdcontent_green {
	padding: 3px;
	background-color:#B6E9B8;
}

.tdcontent_orange {
	padding: 3px;
	background-color:#FCE9BC;
}

.tdcontent_red {
	padding: 3px;
	background-color:#FFCECE;
}

.tdcontent_grey {
	padding: 3px;
	background-color:#CCC;
}

.tdcontent_lightgreen {
	padding: 3px;
	background-color:#defadf;
}

.tdcontent_lightgrey {
	padding: 3px;
	background-color:#EDEDED;
}

.msgtext {
	height: 200px;
}

.msgbox, .msgselectionbox {
	width:553px;
	float:left;
	margin-bottom:10px;
	padding:0px;
	border:1px solid #E6E9EE;
}

.msgselectionbox {
	margin-bottom:5px;
	margin-top:5px;
	background-color:#E6E9EE;
	padding:3px;
}

.msgdate {
	float: left;
	width:94px;
	border-right:1px solid #E6E9EE;
	font-size:10px;
	text-align:center;
	background-color:#E6E9EE;
	color:#082B54;
	padding:3px;
}

.msgtop {
	float: left;
	width:553px
}

.msgtopleft {
	float: left;
	font-size:10px;
	background-color:#E6E9EE;
	width:54px;
	padding: 3px;
}

.msgtopright {
	float: right;
	font-size:10px;
	text-align:right;
	background-color:#E6E9EE;
	width:386px;
	padding:3px;
}

.msgbottom {
	float: left;
	width:553px;
	background-color: #FFFFFF;
}

.msgbottomleft {
	float: left;
	width:100px;
	text-align:center;
	padding-top:5px;
}

.msgbottomright {
	float: left;
	padding:5px;
	width:438px;
	padding-left:8px;
	border-left:1px solid #E6E9EE;
  	height:100px;
}

div[class].msgbottomright {
	height: auto;
	min-height: 100px;
}

.smallmsgbox {
	width:378px;
	float:left;
	margin-bottom:10px;
	padding:0px;
	border:1px solid #E6E9EE;
}

.smallmsgdate {
	float: left;
	width:94px;
	border-right:1px solid #E6E9EE;
	font-size:10px;
	text-align:center;
	background-color:#E6E9EE;
	color:#082B54;
	padding:3px;
}

.smallmsgtop {
	float: left;
	width:378px
}

.smallmsgtopleft {
	float: left;
	font-size:10px;
	background-color:#E6E9EE;
	width:54px;
	padding: 3px;
}

.smallmsgtopright {
	float: right;
	font-size:10px;
	text-align:right;
	background-color:#E6E9EE;
	width:211px;
	padding:3px;
}

.smallmsgbottom {
	float: left;
	width:378px;
	background-color: #FFFFFF;
}

.smallmsgbottomleft {
	float: left;
	width:100px;
	text-align:center;
	padding-top:5px;
}

.smallmsgbottomright {
	float: left;
	padding:5px;
	width:263px;
	padding-left:8px;
	border-left:1px solid #E6E9EE;
  	height:100px;
}

div[class].smallmsgbottomright {
	height: auto;
	min-height: 100px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1px;
	border: 1px solid #082B54;
	height: 22px;
	padding: 0px;
	background-color: #EDEEEE;
}

.spacer {
	float: left;
	width:100%;
	height:15px;
}

.selector {
	position:absolute;
  	width:250px;
	border: 1px solid #082B54;
	background-color: #FFFFFF;
	margin:0px;
 	padding:0px;
}

.selector ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.selector li {
	list-style-type:none;
	display:block;
	margin:0px;
	padding:2px;
	cursor:pointer;
}

.selector li:hover {
	background-color: #EFEFEF;
}

/**********************************************************************************/
/*  FORMULAR CLASSES
/**********************************************************************************/

.formouter_standard {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #E8E9E9;
	width: 535px;
}

.table_standard {
	width:100%;
}

.tr_standard {
	
}

.td_standard_desc {
	width: 150px;
	padding: 2px;
	color: #082B54;
}

.td_standard_desc_required {
	width: 150px;
	padding: 2px;
	color: #082B54;
}

.td_standard_data {
	color: #082B54;
}

.td_standard_spacer {
	height: 15px;
}

.input_standard {
	width: 250px;
}

.select_standard {
}

.submit_standard {

}

/**********************************************************************************/
/*  TAB CLASSES
/**********************************************************************************/

#tabs{
    padding: 0px;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    float:left;
}
#tabs ul {
	float:left;
    font: bold 11px Arial, Verdana, sans-serif;
    margin:0;
    padding:0;
    list-style:none;
}
#tabs li{
	float: left;
    display:inline;
    margin-right:1px;
    padding:0;
}
.tabs_link{
    float:left;
    margin:0 2px 0 0;
    padding:0 0 1px 3px;
    background-color:#EDEEEE;
    text-decoration:none;
}
.tabs_span{
    float:left;
    display:block;
    padding:4px 8px 2px 5px;
}
#tabs a span{float:none;}
.tabs_link:hover{background-color: #AAAAAA;color: white;}
.tabs_span:hover{background-color: #AAAAAA;}
#tabHeaderActive span, #tabHeaderActive a { background-color: #082b54; color:#fff;}
.tabContent {
    clear:both;
    border:1px solid #EDEEEE;
    background-color:#FFF;
    width:545px;
    height:255px;
    float: left;
}

/**********************************************************************************/
/*  POLLS
/**********************************************************************************/

.poll_info, .poll_text {
    float: left;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #EEEEEE;
	width: 535px;
    border-bottom: 1px solid #A5A5A5;
    border-top: 1px solid #A5A5A5;
}
.poll_info {
    margin-top: 5px;
}
.poll_text {
    margin-top: 5px;
}

.poll_item_1, .poll_item_2, .poll_item_headline, .poll_item_poster_1, .poll_item_poster_2 {
    float: left;
    width: 555px;
    padding: 2px 0px 2px 0px;
    background-color: #EEEEEE;
}
.poll_item_1, .poll_item_2, .poll_item_headline {
    
}
.poll_item_1, .poll_item_poster_1 {
    background-color: #E8E9E9;
}
.poll_item_poster_1, .poll_item_poster_2 {
    padding-top:5px;
    padding-bottom:5px;
}
.poll_item_headline {
    margin-top: 5px;
    border-bottom: 1px solid #A5A5A5;
    border-top: 1px solid #A5A5A5;
}

.poll_option, .poll_option_poster {
    float: left;
    width: 245px;
    margin-left: 10px;
    overflow: hidden;
}
.poll_option {
    
}

.poll_bar {
    float:left;
    width: 235px;
    height: 18px;
    margin-left: 5px;
}

.poll_bar_left {
    float: left;
    width: 4px;
    height: 18px;
    background-image: url('gfx/polls/left.png');
    background-repeat: no-repeat;
}

.poll_bar_bg {
    float: left;
    height: 18px;
    background-image: url('gfx/polls/bg.png');
    background-repeat: repeat-x;
}

.poll_bar_right {
    float: left;
    width: 4px;
    height: 18px;
    background-image: url('gfx/polls/right.png');
    background-repeat: no-repeat;
}

.poll_percent {
    float: left;
    height: 18px;
    width: 50px;
    text-align: right;
}

/**********************************************************************************/
/*  MINI-POLLS
/**********************************************************************************/

.poll_text_mini {
	width: 190px;
    padding: 3px 5px 3px 15px;
    padding-right: 5px;
    background-color:#EEEEEE;
}

.poll_item_mini {
    float: left;
    width: 190px;
    padding: 3px 0px 3px 20px;
    background-color:#EEEEEE;
}

.poll_option_mini {
    float: left;
    width: 190px;
    overflow: hidden;
}

.poll_option_poster_mini {
    float:left;
    width: 21px;
}

.poll_bar_mini {
    float:left;
    width: 165px;
    height: 18px;
    margin-left: 2px;
    margin-top: 3px;
}

.poll_bar_mini_left {
    float: left;
    width: 4px;
    height: 18px;
    background-image: url('gfx/polls/left.png');
    background-repeat: no-repeat;
}

.poll_bar_mini_bg {
    float: left;
    height: 18px;
    background-image: url('gfx/polls/bg.png');
    background-repeat: repeat-x;
}

.poll_bar_mini_right {
    float: left;
    width: 4px;
    height: 18px;
    background-image: url('gfx/polls/right.png');
    background-repeat: no-repeat;
}

.addthis_toolbox .custom_images a {
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}