/* CSS Document */

body {
	background-image:url('pics/bg.png');
	background-position:top center;
	font-family:'Arial','Tahoma', sans-serif;
	}
	
#wrapper {	
	width:898px;
	/*height: 600px; */
	margin: 2px auto
	}

#icons {
direction:rtl;
}
	
#main {
	background-color:#FFFFFF;
	border:1px solid black;
	width: 100%;
	margin: 5px auto;
	background-image:url('pics/head3.jpg'); 
	background-repeat:no-repeat;
	background-position:top left;
	}

#head {
	font-size:0.7em;
}

#header_bg {
	/*background-image:url('pics/head2.jpg'); */
	background-repeat:no-repeat;
	background-position:top left;
	height: 152px;
	}

.menu {
	width: 100%;
	margin-top: 18px;
}

.menu a {
	margin-left:10px;
	color:#666666;
	text-decoration:none;
	}
.menu a:hover {
	font-weight:bold;
	}

/* ####################### Info Leiste ######################### */

#infoleiste {
	margin-top: 20px;
	margin-left: 10px;
	width: 200px;
	float:left;
	}

#infoleiste p {
	margin-top:0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:2px;
	}

.info_header {
	width: 200px;
	height: 23px;
	background-image:url('pics/info_head.png');
	color:#FFFFFF;
	font-weight:bold;
	font-variant:small-caps;
	font-size:0.7em;
	line-height:20px;
	}

.info_box {
	width: 198px;
	background-color:#EEE;
	color:#000;
	font-size:0.7em;
	border: 1px solid #BBB;
	margin-bottom:20px;
	}
	
.copyright {
	font-size: 0.6em;
	text-align:center;
	width:90%;
	}

/* ####################### Inhalt ######################### */
	
#content {
	margin-top: 20px;
	margin-left: 20px;
	width: 660px;
	float:left;
	}
	
.content_header {
	width: 618px;
	height: 24px;
	background-image:url('pics/content_head.png');
	color:#FFFFFF;
	font-weight:bold;
	font-variant:small-caps;
	font-size:0.7em;
	line-height:20px;
	}

.content_header p {
	margin-top:0px;
	margin-left: 5px;
	margin-right: 5px;
	}
	
.content_box {
	width: 618px;
	font-size:0.7em;
	margin-bottom:20px;
	}

.content_box p {
	width: 100%;
	margin-top:0px;
	text-align:justify
	}

.content_box a {
	margin-left:10px;
	color: #006600;
	text-decoration:none;
	font-weight:bold;
	}
.content_box a:hover {
	font-weight:bold;
	color:#666666;
	}
	
/* ####################### Autor ######################### */
.hinweis_box {
	margin: 180px auto 10px auto;
	border: 1px #006600 dashed;
	background-color: #66CC66;
	color: #FFFFFF;
	width:70%;
	font-size:0.7em;
	text-align:center
}

#autor {
	background-color:#FFFFFF;
	border:1px solid black;
	width: 100%;
	margin: 5px auto;
	background-image:url('pics/head3.jpg'); 
	background-repeat:no-repeat;
	background-position:top left;
	}
	
#autor p {
	width: 100%;
	font-size:0.7em;
	margin-left:0px;
	}

#autor a {
	margin-left:10px;
	color: #006600;
	text-decoration:none;
	font-weight:bold;
	}
#autor a:hover {
	border-bottom: 1px #999999 dashed;
	}
