/*jung.css */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica ;
	font-size: 10px; 
	color: #fff;
	background-color: #000;
}

#page {
	width: 800px;
	height: 600px;
	margin: 20px 0;
	padding: 0;
	background-color: #000;
}

#header {margin: 0; padding: 0; width: 100%;}
#header img {float: right;}
#navi {
	height: 45px;
	margin-left: 20px; 
	margin-right: 30px; 
}

#navi-left {float: left; width: 450px;}
#navi-left li {float: left; margin-right: 3px;}

#navi-right {float: right; width:230px;}
#navi-right li {float: right; margin-left: 3px;}

a {
	color: #fa0cd3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
	font-size: 11px;
	font-weight: bolder;
	color: #7ac4eb;
}

li.active a {
	color: #fa0cd3;
	text-decoration: overline;
}
li a {
	color: #7ac4eb;
	text-decoration: none;
}
li a:hover {
	text-decoration: overline;
}

.clearer {
	clear: both;
	margin-bottom: 10px;
}
.break {
	margin-bottom: 3px
}
.border {
	width: 390px;
	height: 2px;
	margin: 0 20px 15px 20px;
	border-bottom: 1px dotted #fff;
	
}


/**************************** content ********************************/

#content {
	padding-top: 20px;
	width: 800px;
}
#left {
	float: left;
	width: 410px;
	display: inline;
}
#right {
	float: left;
	width: 302px;
	margin-left: 20px;
	display: inline;
}
.box {
	margin: 0 0 15px 20px;
}
.headline {
	font-weight: bold;
	color: #7ac4eb;
	margin-bottom: 3px;
}
.txt {
	width: 400px;
}
.txt-left {
	float: left;
	width: 45%;
}
.txt-right {
	float: left;
	width: 55%;
}

body.collection .txt {
	width: 460px;
}
body.collection .txt-left {
	float: left;
	width: 210px;
}
body.collection .txt-right {
	float: left;
	width: 250px;
}


/* e-mail Formular für newsletter */
form {
	margin: 0px;
	padding: 0px;
}
#email {
	background: #000000;
	border: 1px solid #FFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica ;
	font-size: 10px;
	width: 150px;
}
#email-submit {
	background: #000000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica ;
	font-size: 10px; 
}