/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/
@import url("imgbox.css");

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	margin:0;
	padding:0;
}

body{
	background-image:url(../grafik/bgr_page.jpg);
	background-repeat: repeat-x;
	font-family: Arial,sans-serif;
	color: #333333;
}

a,
a:link,
a:visited{
	color: #E10915;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:hover marquee{
	text-decoration:none;
}

h1{
	font-size: 120%;
	color: #333333;
	line-height:100%;
}

h2{
	font-size: 130%;
	color: #333333;
	margin-top:2em;
}

h3{
 font-size: 100%;
 margin: 0px;
 padding: 0px;
 margin-top:1.5em;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
 margin-left:3em;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

marquee{
	font-size:13pt;
	font-weight:bold;
	background-color:#E10915;
	color:white;
	padding:0.5em;
/*	margin:1em 0;
*/}

img{
	border:none;
}

#content *{
	margin-bottom:0.7em;
}

#content img{
	margin:0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	position:relative;
	width: 1000px;
	height: 150px;
	background-image:url(../grafik/bgr_header.jpg);
	background-repeat:no-repeat;
}

#screen {
	width:1000px;
}

#globalNav{
	background-image:url(../grafik/bgr_nav_hor.jpg);
	background-repeat:repeat-x;
	padding-left: 200px;
	padding-top:6px;
	position:relative;
	top:150px;
	height:30px;
}

#navBar{
	float: left;
	width:170px;
	margin-top:30px;
	margin-left:28px;
	font-size: 90%;
	font-style:italic;
	display: inline;						/* nötig für MSIE 6 */
	background-color:black;
}

#leftCol{
	margin-top:60px;
	float:left;
}

#content{
	float: left;
	width: 589px;
	min-height:400px;
	margin-top:30px;
	line-height: 1.3em;
	font-size: 80%;
	background-color:white;
	padding:10px 15px;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
}

#enclose{
	float:right;
	width:800px;
}

#headlines{
	float:right;
	width: 178px;
	margin-top:30px;
	font-size: 80%;
	background-color: #ccc;
	padding-top:20px;
}

#rightCol{
	float:right;
	width: 177px;
}
	
#advert{
	width:260px;
	float:right;
	padding:0.5em 0;
	margin-left:0.7em;
	margin-bottom:2em;
}

#footer{
	background-color:white;
	clear: both;
	margin-right:179px;
	padding:0.4em ;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
}

#siteInfo{
	color: #666;
	font-size:75%;
	border-top: #666 solid 2px;
	padding:0.1em 1em 1em 1em;
}

#siteInfo a{
	font-weight:normal;
}	

.headlines_list #eventliste p{
	margin-bottom:0.7em !important;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************* #masthead styles **************/
#slogan {
	position: absolute;
	right:30px;
	bottom:40px;
	width:420px;
}

#slogan h1 {
	font-size:26pt;
	font-weight:bold;
	font-style:italic;
	line-height:120%;
}



/************* Common Nav styles (navBar and globalNav) **************/
#navBar a, #globalNav a{
}

#navBar a:hover, #globalNav a:hover{
}

#globalNav a.active, #navBar a.active {
}



/************* #globalNav styles **************/
#globalNav h1{
	display:none;
}

#globalNav a,
#navBar a{
	font-weight: bold;
	color: white;
	margin-right: 1em;
	margin: 0 0.4em;
}

#globalNav a{
	padding: 5px 0.7em 3px 0.7em;
}

#navBar a{
	padding: 5px 0.2em 5px 0.2em;
}

#globalNav a:hover,
#globalNav a.active,
#navBar a:hover,
#navBar a.active{
	background-color:white;
	color:black;
	text-decoration:none;
}

#globalNav ul {
	margin-top:2px;
}

#globalNav li{
}

#globalNav li,
#breadcrumb li {
	list-style-type: none;
	display: inline;
}

.accesskey {
	text-decoration:none;
}



/*********** #navBar styles ***********/
#navBar h1{
	display:none;
}

#navBar ul a:link,
#navBar ul a:visited {
	display: block;
}

#navBar a {
	display: block;
	margin-left:10px;
}

#navBar ul {
	list-style: none;
	margin:30px 20px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	margin-bottom: 0.8em;
	padding-bottom:4px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(../grafik/trenner_nav.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {}



/************* #content styles **************/
#content a {
	font-weight: bold;
}

#content h1 {
	font-size: 180%;
	color: #333333;
	border-bottom: solid #E10915 medium;
	margin-top:1em;
	padding-bottom:0.2em;
	float:left;
}

#content h1 + *{									/* Alle h1 nachfolgenden Elemente machen clear */
	clear:left;
}


/************* #breadcrumb styles **************/
#breadcrumb {
	background-color: #bbb;
	margin-bottom: 3em;
}

#breadcrumb ul {
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}

/************* #advert styles **************/
#advert h1{
	margin-top:0;
}

.txtContent{
	background-image:url(../grafik/bgr_advert.jpg);
	background-repeat:repeat-y;
	border-bottom:solid 2px #666;
	border-top:solid 2px #666;
}

/************** .feature styles ***************/
.feature{
}

.feature h2{
	margin-top:2.5em;
}

/*.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}*/

.feature img, .story img{
	float: left;
	margin: 0 1em 0.2em 0;
}

/************** .story styles *****************/
.story{
	margin-top: 2em;
	clear:both;
}

.story p{
	padding: 0 0 1em 0;
	clear: right;
}

.story .logo_serie {
	float: right;
	display: block;
	margin: 0 0 0 0;
}

.story h3 {
	clear: both;
}



/************* #siteInfo styles ***************/
#siteInfo h1 {
	display:none;
}

#siteInfo a {
	color: #666;
	display: inline;
}

#siteInfo a:hover {
	color: #E10915;
	text-decoration: none;
	font-weight: bold;
}

#siteInfo #left{
	float:left;
}

#siteInfo #right{
	float:right;
}





/************** #headlines styles **************/
#headlines p{
	margin-top: 0px;
	margin-bottom: 1em;
}

#headlines a {
}

#headlines a:hover{
}

.headlines_list,
.newscontent_list{
	padding: 0.8em;
}

.headlines_list h3 {
	font-size: 100%;
	color:black;
}

.headlines_list img {
	float:right;
	margin-top:0.6em;
}

.headlines_list p {
	margin-bottom:2em !important;
}

.newscontent_list p{
	margin-bottom:0.8em;
}

.headline_title {
	text-align: center;
	background-image:url(../grafik/bgr_rcol_title.jpg);
	background-repeat:repeat-x;
	height:33px;
	padding-top:5px;
}

.headline_title h2 {
	color: #FFFFFF;
	font-size: 10pt;
	margin-top:0;
}





/************** .news styles **************/
.news {
/*	margin-top: 3em;
*/
	border-bottom:1px dashed #E10915;
	padding-bottom:1em;
}

.news .quelle {
	font-weight: bold;
	font-style: italic;
}

.news p img{
	float:none;
	vertical-align:middle
}

.news h2{
	margin-top:0.5em;
}