@charset "UTF-8";

@import url(tt_news.css);

@media screen, projection
{



a {text-decoration:none;}

#impressum {margin: 0 auto; text-align:center;}
#impressum a{font-size:10px;color:black;}
#impressum a:hover{color:black;}
#impressum a:visited{color:black;}

.banner { width:625px;}

body {
	background: #7b7a7a url(../bilder/bg-body.png) center top repeat-y;
	font-size:12px;
	line-height:20px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	}


.page {
	margin: 0 auto;
	width: 900px;
	background-color: #f1f1f1;
	
	}
	
.balken {
	height:25px;
	width:896px;
	background-color: #505050;
	margin-bottom: 10px;
	margin-top: 15px;
	color: white;
	font-size: 20px;
	padding: 4px 0 0 4px;
	}
	
.header {
	height:173px;
	width:900px;
	background: url(../bilder/header.png) right top no-repeat;
	}

.main {

	}
	
	

	
.content {
	float:left;
	width: 622px;
	}
.content .csc-textpic-imagewrap { padding-left: 10px;}
.content a{
	color:#c11e1f;
	}
.content a:hover{
	color:#c11e1f;
	}	
.rechte-spalte {
	width: 263px;
	float:right;
	}
	
.rechte-spalte .csc-frame{
	padding: 5px;
	margin: 5px 0;
	background-color:white;
		border: 1px outset #d4d4d4;
	}
	
.rechte-spalte img{
	padding:0;
	margin: 5px 0;
	border: 1px outset #ccc;
	}
.rechte-spalte a img{
	border: 1px outset #ccc;
	}
.rechte-spalte a img:hover{
	border: 1px outset #c11e1f;
	}
.rechte-spalte div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image{
	border:0;
	padding:0;
	margin:15px 0 0 0;
	}
	
 /**
  * ######################
  * #	  Inhaltsbereich #
  * ######################
  */
  
.csc-header {
	background-color:white;

	}
.content .csc-header h1{
	margin-bottom:0;
	font-size:19px;
	padding:10px;
	}

.content p.bodytext{
	margin-top:0;
	padding-right: 10px;
	padding-left: 10px;
	}	

	
.csc-firstHeader {
	margin-top:0;
	padding-top:0;
}


.bodytext {background-color:white;}



 /**
  * ######################
  * #	  Navigation	 #
  * ######################
  */


.menu {margin:0;padding: 0;}

.navi {
	background-color:#d7d7d7;
	height: 24px;
	width:898px;
	font-size: 14px;
	margin: 10px 0 15px 0;
	padding: 0;
	border:1px solid #ccc;
	}
	
	
ul.menu li {
    padding:0px;
    margin:0;
    float:left;
}

ul.menu ul li {
	    padding: 0px 0 0px 0;
}

/**
* ### hintergrund 1. ebene
*/
ul.menu li a:hover {
	background: url(../bilder/transparent-rot.png);
	color: white;
	text-decoration:none;
	border: 0px;	
}

ul.menu ul a:hover {
	color: white;
	text-decoration:none;
	border:0;

}

ul.menu ul {
    margin-left:0;
    padding: 0px 0 4px 0;
    position: absolute;
	background: url(../bilder/transparent.png);
    display:none;
    min-width:80px;
    border: 1px solid #ccc;
}


ul.menu, ul.menu ul {
    list-style-type: none;
}

ul.menu a {
    display: block;
    padding: 2px 10px 2px 10px;
    font-weight: bold;
    text-decoration:none;
    color: black;
    text-transform: uppercase;
    
}

ul.menu ul a {
    padding: 0 0px;
    color: black;
    padding: 1px 5px 1px 5px;
    font-size: 12px;
}




/* IE-Hack f�r die Breite */
*html ul.menu ul {
    width:180px;
}


/* Klassenstile f�r das Untermen� */
/* �ber der Liste  befindet (.hover JavaScript) */

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}


ul.menu ul li {
    float:none;
    background-color: transparent;
}


 /**
  * ######################
  * # clear	bug	 # 
  * ######################
  */

	
.clear {
   clear: both;
   line-height: 1px;
   font-size: 1px;
   height: 1px;
}
.csc-textpic-clear{
   height: 10px;
}
}
