@include "tt_news.css";

*{
	padding:0; /* Abstände entfernen */
	margin:0;
}

html, body{
   	height: 100%; /* wichtig */
   	overflow:auto;
}				

body{
	font:12px "Trebuchet MS", verdana, arial, sans-serif;
	/* Für Zentrierung in älteren Browsern wichtig: */
	text-align: center; 
	background: #D3A760;
}


/* Allgemeine Formatierungen */
h1{
	font-size:20px;
}

h2{
	font-size: 16px;
	line-height: 18px;  /* Höhe des linken Rands */
}

p.bodytext{
	font-size:12px;
	margin:5px 0px 5px 0px;
}

a:link, a:visited, a:active{
	color:#444444;
}
a:hover{
	color:#666666;
}
hr{
	margin-top:5px;
}


/* Hauptcontainer */
#box{
	clear:none;
	position: relative;
	width: 970px;
	margin: 0 auto;  /* Zentrierung */
	text-align: center;
	background-image:url('../gfx/background_main_forum.jpg');
	background-position: 0px 115px;
	background-repeat:repeat-y;
	min-height: 100%;
	overflow:hidden !important;
	overflow:visible;
	height:auto !important; /* moderne Browser */	
	height:100%;  /*IE */
}

/* Header */
#headerbox{
	height: 200px;
	color:black;
	background-image:url('../gfx/background_head.jpg');
	background-repeat:no-repeat;
	padding-left: 30px;
	margin-bottom:20px;
	text-align: left;
}

#header{
	font-size: 25px;
		line-height: 130px; /* vertikale Ausrichtung */
}

#header span{
	position:relative; top:-80px; left:40px;
}

#rightcol {
    position:absolute; right:0px; top:0px;
    width:150px;
    height:200px;
    margin: 0;
    padding: 5px 10px 0 15px;
    text-align:left;
    font-size: 1em;

}
#rightcol div {
  margin-left:2px;
  margin-right:2px;
}
#rightcol ul {
  margin-left:17px;
}
#rightcol h1{
	font-size:14px;
}

#rightcol div.pnalert {
	width:170px;
	clear:both;
}

#rightcol img {
	float:left;
}


/* Navigation */


ul#Navigation {
    text-align:left;
    font-size: 1.1em;
    float:left;
    width: 170px;
    padding: 0;
    margin: -50px 0 0 10px;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0;
    padding-bottom:5px;
  }
  ul#Navigation a {
    display: block;
    padding-left: 5px;
    font-weight: bold;
  }
  ul#Navigation a:link, ul#Navigation a:visited, ul#Navigation a:hover, ul#Navigation a:active {
    color: black;
    text-decoration: none;
  }

  ul.menu1-level2-bg {
	background-image:url('../gfx/menu2.jpg');
	background-repeat:repeat-y;
	border-bottom:1px solid #A08A63;
	margin-top:-2px;
  }
  ul.menu1-level3-bg {
	background-image:url('../gfx/menu3.jpg');
	background-repeat:repeat-y;
	border-bottom:1px solid #A08A63;
	margin-top:-2px;
  }
  ul.menu1-level4-bg {
	background-image:url('../gfx/menu4.jpg');
	background-repeat:repeat-y;
	border-bottom:1px solid #A08A63;
	margin-top:-2px;
  }



/* Inhalt */
#inhalt{
	float: right; width: 750px;
	margin: -30px 0px 0 0px;
	padding: 0 20px 30px 1em;
	font-size: 1em;
	text-align: left;  /* wichtig */
	min-height: 600px;
}

/* Footer */
#footer{
	clear:both;
	width: 100% !important;
	width: 600px;
	height: 30px;
	line-height: 30px;
	color: black;
	text-align: center;
	position: absolute;
	bottom: 0; /* wichtig */
}

/* CSC fixes */

div.csc-textpic-clear{

}
div.csc-header, div.csc-header-n1, div.csc-firstHeader{
	clear:none;
}