/*-----GLOBALS-----------------------------------------------*/

html, body {height: 100%;}
			
body {
margin: 0;
padding: 0;
font: 11px verdana, helvetica, sans-serif;
color: #000;
background-image:url(../images/back.gif);
}			

* {	outline: none;}

:focus{outline: 0;}
img{outline:none;}

hr{

border: 0;
color: #000;
background-color: #000;
height: 1px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube img{
margin-right: 10px; }

.innertuberight{
margin-right: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.tdtitel{
color:#fff; background-color:#867c73; font-weight:bold;}

p{line-height:16px;}

/*-----THE DIVS------------------------*/
		
#maincontainer{
width: 955px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#fff;
}

#header{
width:955px;
height: 100px;
}

#contentwrapper{
float: left;
width: 100%;
margin-top:20px;
}

#content{
margin: 0 190px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #000;
border-left-color: #000;
min-height:550px;

}

#left{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -955px; /*Set margin to that of -(MainContainerWidth)*/
margin-top:20px;
}

#right{
float: left;
width: 180px; /*Width of right column*/
margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
margin-top:20px;
}

#footer{
clear: left;
width: 100%;
background: #fff;
color: #FFF;
text-align: center;
padding: 4px 0;
}

/*-----HEADING STYLES------------------------*/

h1{
margin-top:-5px;
margin-bottom:-5px;
padding:0;
font-size:18px;
}
h2{
font-size:12px;
color:#ffffff;
background-color:#877c74;
padding:10px 0 10px 5px;
}

h3{
margin:20px 0 0 0;
padding:10px 0 0 0;
font-size:11px;
font-weight:bold;
color:#b7113c;
}

h4{
margin: 0;
padding: 0;
font-size:11px;
font-weight:bold;
color:#b7113c;
}



/*-----LINKS STYLES------------------------*/

#footer a{
text-decoration: none;
color: #cccccc;
font-size: 10px;
}
#footer a:hover{
text-decoration: underline;
color: #cccccc;
font-size: 10px;
}

#left a{
color:#000;
text-decoration:none;
font-weight:normal;
}
#left a:hover{
color:#b7113c;
font-weight:normal;
}

a{color:#b7113c; text-decoration:none;}
a:hover{color:#000; text-decoration:none;}




/************ ANYNEWS *************/

#mynews hr{
background-image:url(http://212.61.165.10/~p5409/media/mainwebsite/bullets.jpg);
background-repeat: no-repeat;
background-position: left;
}



#mynews a{
color:#a0a541;
}
