/* Edith Jung*/

body{
	background: #000;
	margin: 0;
	padding: 0;
	border: solid #fff;
	border-width: 5px 0px 0px 0px;
}

.links{
	background: #fff;
	width: 5px;
	height: 1800px;
	
	margin: 0;
	padding: 0;
	
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	
}
.rechts{
	background: #fff;
	width: 5px;
	height: 1800px;
	
	margin: 0;
	padding: 0;
	
	top: 0;
	right: 0px;
	display: block;
	position: absolute;
	
	}

/*-----------------------KOPF--------------------------*/

.kopf{
	background: #000;
	width: 900px;
	height: 80px; 
	
	margin: 0 0 0px 0; 
	padding: 0;
	
	top: 0;
	left: 0;
	display: block;
	position: relative;
}

/*-----------------------Kopf2--------------------------*/

.kopf2{
	background: #000;
	width: 250px;
	height: 50px; 
	
	margin: 0 0 0px 0;
	padding: 0px;
	
	top: -40px;
	left: -360px;
	display: block;
	position: relative;
	
	font-family: helvetica, arial, "sans serif";
	font-size: 30px;
	color: #66686b;
	text-align: left;
	text-decoration: none;
}

/*-----------------------KÖRPER--------------------------*/

.koerper{
	background: #232323;
	width: 900px;
	height: 500px; /*körper geht drüber hinaus wenns sein muss*/
	border-width:1px;
	border-color:#C5C5C5;
	border-style:solid;
	margin: 30px 0 0px 0;
	padding: 0px;
	
	top: -70px;
	left: 0;
	display: block;
	position: relative;
	
	font-family: helvetica, arial, "sans serif";
	font-size: 12px;
	color: #C5C5C5;
	text-align: left;
	text-decoration: none;
}

/*-----------------------NEWS--------------------------*/

.news{
	background:  url(../bilder/bg_news.jpg) no-repeat;
	width: 900px;
	height: 500px;
	border-width:0px;
	border-color:#C5C5C5;
	border-style:solid;
	margin: 0px 0 0px 0;
	padding: 20px;
	top: 0px;
	left: 0px;
	display: block;
	position: relative;
	font-family: helvetica, arial, "sans serif";
	font-size: 17px;
	color: #333;
	text-align: left;
	text-decoration: none;
}

/*-----------------------VITA--------------------------*/

.vita{
	background:#232323;
	width: 900px;
	height: 500px;
	border-width:1px;
	border-color:#C5C5C5;
	border-style:solid;
	margin: 0px 0 0px 0;
	padding: 5px;
	overflow: auto;
	top: -1px;
	left: -1px;
	display: block;
	position: relative;
	
	font-family: helvetica, arial, "sans serif";
	font-size: 12px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	line-height:16px;
	/*text-indent: 10px;*/
	float: left;
}

/*-----------------------PRESSE--------------------------*/

.presse{
	background: #232323;
	width: 900px;
	height: 500px; /*körper geht drüber hinaus wenns sein muss*/
	border-width:1px;
	border-color:#C5C5C5;
	border-style:solid;
	margin: 30px 0 0px 0;
	padding: 0px;
	
	top: -70px;
	left: 0;
	display: block;
	position: relative;
	
	font-family: helvetica, arial, "sans serif";
	font-size: 14px;
	color: #5190FF;
	text-align: left;
	text-decoration: none;
	}

/*-----------------------BILDER--------------------------*/

.bilder{
	background:#232323;
	width: 800px;
	height: 200px;
	border-width:0px;
	border-color:#C5C5C5;
	border-style:solid;
	margin: 0px 0 0px 0;
	padding: 0px;
	
	top: 200px;
	left: 50px;
	display: block;
	position: relative;
	
	font-family: helvetica, arial, "sans serif";
	font-size: 17px;
	color: #fff;
	text-align: left;
	text-decoration: none;
}

/*-----------------------NEWSTICKER--------------------------*/

/*.newsticker{
	background:#232323;
	width: 1000px;
	height: 0px;
	border-width:0px;
	border-color:#C5C5C5;
	border-style:solid;
	margin: 0px 0 0px 0;
	padding: 0px;
	top: -350px;
	left: 125px;
	display: block;
	position: relative;
	font-family: helvetica, arial, "sans serif";
	font-size: 17px;
	
	text-align: left;
	text-decoration: none;
	z-index: 0;
}*/

/*-----------------------Unterschrift2--------------------------*/

/*.unterschrift2{
	background: #000000;
	width: 209px;
	height: 50px; 
	
	margin: 0 0 0px 0;
	padding: 0;
	
	top: 30px;
	left: -350px;
	display: block;
	position: relative;
	
	z-index: 8000;
	
	
	font-family: helvetica, arial, "sans serif";
	font-size: 40px;
	color: #66686b;
	text-align: left;
	text-decoration: none;
}

/*-----------------------NAVIGATION--------------------------*/
    
.navigation{
	background: #000;
	width: 590px;
	height: 30px;
		
	top: 50px;
	left: 80px;
	display: block;
	position: relative;
	
	font-family: helvetica, arial, "sans serif";
	font-size: 10pt;
	font-weight:bold;
	color: #5190FF;
	text-align: left;
	text-decoration: none;
	line-height:30px;
	
}


