/* global styles */
* {
    margin: 0px;
    padding:0px;
}
body {
    color: black; 
    background-color: #ffffff;
    font-size: 9pt;
    font-family:  'Lucida Grande',Arial, sans-serif;
    margin: 0px; 
    padding: 0px;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
div.top
{
    width:515px;
    background-repeat:no-repeat;
    background-image: url(../img/contentboxbalken.gif);
    margin-bottom: 10px;
    padding-top: 8px;
}
div.topcontent
{
    padding-top:10px;
    background-color:white;
}
div#header  {
    background-image: url(../img/head.gif);
    background-repeat: no-repeat;
    width: 835px;
    margin-bottom:19px;
    height: 100px;
}
div#mainmenu {
    padding:3px 0 0 15px;
    float:left;
}
div#logo {
    clear: both;
    width:835px;
}
form#search {
    padding-top:3px;
    padding-right:5px;
    float:right;
    display:inline;
    font-size: 9pt;
    color: black;
    font-weight: normal;
}
form#search input[type=text] {
    font-size:8pt;
    width:100px;
    height:14px;
    border:1px solid #cdcdcd;
}
/* div fuer ganze seite, in dem die anderen divs enthalten sind */
div#content {
    background-color: #dbdbdb;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 847px;
    padding-left: 30px; 
    padding-top: 10px;
}
div#maincontent {
    width:515px;
    float:left;
    min-height:400px;
}
div#rightcolumn {
    float:right;
    /*top: 127px;
    right: 0px;*/
    margin-right:11px;
    width: 300px;
}
div.rightbox
{
    line-height:1.5;
    padding-top:5px
}
div.gefundenin
{
    float:left;
    padding:5px;
    margin-right:5px;
    margin-bottom:5px;
    background-color:#dbdbdb;
    text-align: center;
}
div#foot {
    padding-top:5px;
    margin:0 15px 15px 0;
    font-size: 8pt;
    
}
div#foot ul {
	list-style: none;
}
ul.events
{
    list-style: none;
}
ul.events li.row
{
    border-bottom: 1px solid #cbcbcb;
    padding-top: 14px;
    padding-bottom: 14px;
}
ul.events li.lastrow
{
    padding-top: 14px;
}
ul.events li.events
{
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 14px;
}
ul.events h2
{
    padding-top: 10px !important;
    padding-bottom: 0px;
}
div#adside {
    position: absolute;
    top: 0px;
    left: 890px;
    margin: 0; 
    padding: 0;
    border: 0px dashed silver;
}
/*
men�s
*/
div#mainmenu ul {
    list-style: none;
}
div#mainmenu ul li {
    display:inline;
    background-image: url(/knde/img/balken.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 10px;
}
div#mainmenu ul li a {
    font-size:9pt;
    color: black;
    text-decoration:none;
    font-weight: normal;
}
div#headline {
    position:absolute;
    left:220px;
    top:50px;
    color: #dbdbdb;
    font-size:18pt;
}
div#social_head {
    position:absolute;
    left:520px;
    top:50px;
    color: #dbdbdb;
    font-size:18pt;
}div#headline a {
    font-size:16pt;
    color: #ffffff;
    text-decoration:none;
    font-weight:bold;  
}
div#menu {
    margin-left:17px;
    margin-top:10px;
    margin-bottom: 40px;
}
div#menu a {
    padding: 5px;
    font-size:9pt;
    color: #030126;
    text-decoration:none;
    font-weight:bold;  
}
.gray_colored {
    color: #dbdbdb;
}
div.h1
{
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
div.contentbox {
    width:515px;
    background-repeat: no-repeat;
    background-image: url(../img/contentboxbalken.gif);
    margin-bottom: 10px;
    padding-top:8px;
}
div.contentbox300 {
    width:300px;
    margin-bottom: 20px;
    background-image: url("/knde/img/contentboxbalken300.gif");
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 8px;
}
div.contentbox300 .padding14
{
    padding: 0px 14px 10px 14px;
}
div.contentbox300 .padding14 div
{
    margin-top: 5px;
}
div.contentbox300 .padding14 img
{
    float:left;
    margin-right:5px;
}
div.padding14 {
    padding: 0px 14px 0px 14px;
    background-color: white;
}
div.padding1420 {
    padding: 10px 14px 20px 14px;
    background-color: white;
}
div.padding01420 {
    padding: 2px 14px 20px 14px;
    background-color: white;
}
div.graybox
{
    float:left;
    width: 200px;
    background-color: #cbcbcb;
    text-align: center;
    padding-bottom: 20px;
}
div.graybox img
 {
/* 	width:150px;*/
}
div.graybox div.minitext
{
	padding-right: 25px !important;
}
div.graybox div
{
    text-align: left;
    padding: 5px 0 0 10px;
}
div.tipptext
{
    padding-left:210px;
}
h1 {
    font-size:13pt;
    font-weight:normal;
    border-bottom:1px solid #dbdbdb;
    padding-bottom:5px;
}
h1.content {
    margin-bottom: 10px;

}
h2 {
	border:0;
    font-size:13pt;
    font-weight:normal;
    padding-bottom:5px;
}
a h2 {
	color: #000000;
}
div.left_column
{
    float:left;
}
div.left_column200
{
    width: 200px;
    float:left;
}
div.right_column270
{
    float:left;
    width:270px;
    padding-left:15px;
}
div.right_column220
{
    float: left;
    margin-left: 10px;
    width: 220px;
}
div.right_column370
{
    float:left;
    width:370px;
    margin-left:10px;
}
div.row
{
    padding-bottom: 1px;
    padding-top: 1px;
}
div.smallrow
{
	margin-top:8px;
}
img.rating
 {
 	width: auto !important;
}
div.graybox div
{
	line-height:1.4em;
}
div.bigpicture
{
    padding-bottom: 15px;
    background-color: white;
}
img.bigpicture
{
    width:515px;
    height:250px;
}
img.bigpicture2pt
{
    width:515px;
    height:250px;
    padding-top: 2px;
    background-color: white;
}
img.smallpicture
{
    margin-top:0px;
    width:200px;
}
div.more_infos
{
    margin-top: 15px;
}
div.white_bg
{
    padding-top:10px;
    background-color: white;
}
div.separator
{
    border-bottom: 1px solid #cbcbcb;
    margin-top:15px;
    margin-bottom: 15px;
}
div.text {
    font-size: 8pt;
    line-height: 1.5;
}
div.bigtext {
    font-size: 10pt;
    line-height: 1.4em;
}
a div.bigtext {
    font-weight: normal;
    color: #000000;
}
div.minitext {
    font-size: 7pt !important;
    text-align: right !important;
    padding-right: 14px !important;
}
p.text
{
    margin-top:5px;
    line-height:1.4em;
}
p.text a
{
    line-height:1.4em;
}
b.title
{
    font-size:10pt;
}
.active
{
    color:black;
}
a {
    font-size:9pt;
    color: #CAAC69;
    text-decoration:none;
    font-weight:bold;  
}
a:hover
{
    text-decoration: underline;
}	
a.title
{
    font-size:10pt;
}
a.normal {
    color: #000000;
    font-weight:normal;
}
a.buchstabe
{
    font-size:13pt;
}
a.buchstabe:hover
{
    color:black;
    text-decoration: underline;
}
a b {
    color: black;
}
a:hover b
{
    text-decoration: underline;
    color: black;
}
  div.pt10
  {
  	font-size:10pt;
  }
  div.textheader {
    background-color:#cccccc;
    width:475px;
    padding-left:5px;
    font-weight:bold;
    font-size: 9pt;
}
div.pagerbox
{
    padding-top:5px;
    background-color: white;
    padding-bottom:3px;
}
img {
    border:0;
}
li.no_border
{
    border-left: 0 !important;
}
ul{
	list-style: none;
}
ul.list li {
	margin-top:8px;
}	
ul li.nolink {
	color: #CAAC69 !important;
	font-weight: bold !important;
}
div#ad_header {
	position:absolute;
	left:0px;
	top:0px;
	text-align: right;
	width: 877px;
	height: 90px;
}
div#ad_layer {
	position:absolute;
	left:878px;
	height: 600px;
	top:0px;
	width: 200px;
	}
div#plista_widget_belowArticle {
    background-color: white;
    padding: 2px 14px 20px;
    }
