/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-image: url(Bilder/hintergrund.jpg);
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	
	float: left;
	
	font-size: 12px;
	background-image: url(Bilder/hintergrundnavi.jpg);

	
}

#headline{
    width: 16%;
    float:right;
	font-size: 12px;
	background-image: url(Bilder/hintergrund.jpg);
			
}

#content{
	font-size: 12px;
	background-image: url(Bilder/hintergrund.jpg);

	
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************* #globalNav styles **************/

#globalNav{

color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/
/************* #breadCrumb styles *************/
/************** .feature styles ***************/
/************** .story styles *****************/
/************* #siteInfo styles ***************/
/************* #search styles ***************/
/*********** #sectionLinks styles ***********/
/*********** .relatedLinks styles ***********/



.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert img{
	display: block;
}


/************** #headlines styles **************/

