@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}

 a:link { color:#f6f7f5; text-decoration:none; font-weight:normal; }
 a:visited { color:#f6f7f5; text-decoration:none; font-weight:normal; }
 a:focus { color:#e7e7e7; font-weight:normal; }
 a:hover { color:#e7e7e7; text-decoration:none; font-weight:normal; }
 a:active { color:#ab1818; font-weight:normal; }

body {
	position:relative;
	font-family:Arial,sans serif;
	font-size:12px;
	font-style:normal;
	font-weight: normal;
	color:#FFFFFF;
	white-space:normal;
	min-height:100%;
	height:100%;
	background-color:#6f6c66;
	background-image:url(../pictures/header_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:left;
}

/*//---------------------------------------
	Main ID'S
//---------------------------------------*/

#content {
	width:980px;
	margin:0 auto;
	padding: 0;
	background-color:#6f6c66;
	background-image:url(../pictures/header_bg.jpg);
	background-repeat:repeat-x;	
	}
	
#ontentHolder{
	width:980px;
	margin-left:50%;
	height:auto;

}

#weltContent{
	width:940px;
	position:relative;
	float:left;
	padding:20px;
	margin-top:15px;
	margin-bottom:5px;
	background-image:url(../pictures/newsbox_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;	
}

#newsContent {
	width:610px;
	position:relative;
	float:left;
}

#videoContent {
	width:280px;
	position:relative;
	float:right;
}

/*//---------------------------------------
	Header ID'S
//---------------------------------------*/


#logo {
	width:592px;
	height:256px;
	background-image:url(../pictures/logo.jpg);
	float:left;
	margin-left:-50px;
	
}

#adress{
	width:400px;
	float:right;
	position: relative;
	margin-top:100px;
	font-size: 12px;
}
	

#adressLeft {
	float:left;
	width:120px;
	height:auto;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
}

#adressRight {
	float:right;
	width:250px;
	height:auto;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}

/*//---------------------------------------
UNSERE WELT Classes
//---------------------------------------*/

#unsereWelt{
	width:980px;
	margin:0 auto;
}

#welt_hinweis{
	float:left;
	display:inline;
	padding-left:10px;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight: normal;
	color:#d9dcd8;
	line-height:1.3em;
	white-space:normal;
	text-align:left;
}

#welt_img{
	float:right;	
	margin-right:0px;
	border: 3px solid #9f9e9a;
}
#welt_img:hover{
	border: 3px solid #bfbeb9;
}

/*//---------------------------------------
News Classes
//---------------------------------------*/


.newsBox {
	width:610px;
	padding:20px;
	background-image:url(../pictures/newsbox_bg.jpg);
	background-repeat:repeat-x;
	background-color:#6d6a64;
	margin-bottom: 25px;
}

.headline {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color:#e5e8e4;
	white-space:normal;
	text-align:left;
	padding-top:5px;
	letter-spacing:0.05em;
	padding-bottom:15px;
}

.newsText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight: normal;
	color:#cfd2ce;
	line-height:1.3em;
	white-space:normal;
	text-align:left;
	padding-left:15px;
	padding-right:10px;

}

.newsText a {
	font-style:italic;
	letter-spacing:1px;
}

.newsText a:hover {
	text-decoration:underline;
	
}

/*//---------------------------------------
Video Classes
//---------------------------------------*/

.videoPic {
	margin-top:15px;
	width:250px;
	border: 3px solid #9f9e9a;
	
}
.videoPic:hover {
	border: 3px solid #bfbeb9;
}
.videoBox{
	padding:10px;
	padding-top:0px;
	background-image:url(../pictures/newsbox_bg.jpg);
	background-repeat:repeat-x;
	background-color:#6d6a64;
}

.videoText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight: normal;
	color:#cfd2ce;
	line-height:1.4em;
	white-space:normal;
	text-align:center;
	
}