/* CSS
Astronomiefreunde Esens
c 2009 Stephan Brüning, AstroInfos.net
Freie Verwendung ausschließlich für die Astronomiefreunde Esens, Jens Hieronimus
*/

body {
	background: url(Bilder/bg_sterne.png);
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
	}

img {
	border: none;
	padding: 0;
	margin: 0;
	}

a{
	text-decoration: none;
	color: #26658e;
	}

h1 {
	font-size: 16px;
	border-bottom: 2px solid #26658e;
	}

h2 {
	font-size: 14px;
	border-bottom: 1px dotted #26658e;
	}


#box_left {
	z-index: 500;
	position: absolute;
	margin-left: 50%;
	left: -510px;
	width: 252px;
	color: #ffffff;
	top: 155px;
	}
	
.box_left_header h1{
	font-size: 14px;
	border: none;
	font-weight: bold;
	}
	
.box_left_content h1{
	font-size: 14px;
	border: none;
	font-weight: bold;
	}

.box_left_header {
	background: url(Bilder/box_head.png) no-repeat;
	width: 252px;
	height: 51px;
	position: absolute;
	padding-left: 30px;
	font-weight: bold;
	padding-top: 20px;
	}
.box_left_content {
	position: absolute;
	background: url(Bilder/box_repeat.png) repeat-y;
	width: 252px;
	min-height: 180px;
	top: 51px;
	padding-left: 30px;
	padding-right: 100px;
	text-align: justify;
	}
.box_left_footer {
	background: url(Bilder/box_foot.png) no-repeat;
	position: absolute;
	width: 252px;
	height: 52px;
	bottom: -52px;
	left: 0px;
	}
.box_left_content a{
	color: #ffffff;
	text-decoration: underline;
	}
	

#box_right {
	z-index: 500;
	position: absolute;
	margin-left: 50%;
	left: 260px;
	width: 252px;
	color: #ffffff;
	top: 155px;
	}
.box_right_header {
	background: url(Bilder/box_head.png) no-repeat;
	width: 252px;
	height: 51px;
	position: absolute;
	padding-left: 50px;
	padding-top: 20px;
	font-weight: bold;
	
	}

.box_right_header h1{
	font-size: 12px;
	border: none;
	font-weight: bold;
	}
	
.box_right_content h1{
	font-size: 12px;
	border: none;
	font-weight: bold;
	}


.box_right_content {
	position: absolute;
	background: url(Bilder/box_repeat.png) repeat-y;
	width: 252px;
	min-height: 180px;
	top: 51px;
	padding-left: 50px;
	text-align: justify;
	}
.box_right_content a{
	color: #ffffff;
	text-decoration: underline;
	}
.box_right_footer {
	background: url(Bilder/box_foot.png) no-repeat;
	position: absolute;
	width: 252px;
	height: 52px;
	bottom: -52px;
	left: 0px;
	}







#mainview { 
	position: absolute;
	z-index: 9999;
	margin-left: 50%;
	
	}	
	
.header {
	width:998px;
	background: url(Bilder/header.png) no-repeat;
	height: 156px;
	position: absolute;
	margin-left: 50%;
	left: -499px;
	
	}
.content {
	background: url(Bilder/bg_content.png) repeat-y;
	min-height: 520px;
	width: 602px;
 	position: absolute;
	margin-left: 50%;
	left: -300px;
	top: 156px;
	padding-left: 50px;
	padding-right: 50px;
	
	}
.menu {
	background: url(Bilder/bg_menu.png) repeat-x;
	width: 513px;
	height: 34px;
	margin-left: -42px;
	text-align: center;
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #26658e;
	padding-left: 73px;
	margin-bottom: 20px;
	}

.menu a{
	display: block;
	float: left;
	width: 90px;
	height: 26px;
	padding-top: 8px;
	
	}	

.menu a:hover{
	background:url(Bilder/bg_menu_over.png) repeat-x;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	}

.footer {
	background: url(Bilder/bg_footer.png) no-repeat;
	position: absolute;
	height: 131px;
	width: 602px;
	margin-left: 50%;
	left: -351px;
	bottom: -205px;
	text-align: center;
	padding-top: 74px;
	font-size: 10px;
	letter-spacing: normal;
	}


	
