@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	text-align: center;
	font-family: "Verdana", verdana, arial, helvetica, sans-serif; 
	color: #000000;
	font-size: 10px;
}

.main_container {
	margin: 0 0 0 0;
	width: 714px;
	text-align: left;
}

a {
  	text-decoration: none;
  	color: #343399;
 }

h1 {
	font-weight: bold;
	color: #343399;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
} 

.main h1 {
	margin: 0px;
	padding: 0px;
	padding-top:10px;
}

.main li {
	font-size:12px;
}

p {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer h2 {
	margin: 0px;
	padding-top: 3px;
}
	

.header ul {
	list-style: none;
	margin: 0 0 0 400px;
	padding-top: 70px;
	font-size:12px;
}

.header li {
	display: inline;
	margin: 0 0 0 0;
} 

.header {
	width: 714px;
	height: 93px;
	border: 0px solid #666;
	background: url(../images/header.jpg) no-repeat 0 0;
	text-align: right ;
	font-family:"Times New Roman", Times, serif;
	}
	
	.header a {
		padding-left:6px;
	}
	
	.header a:hover {
		text-decoration:underline;	
	}

.menu {
	position: absolute;
	top: 49px;
	left: 434px;
	width: 250px;
	height: 15px;
	border: 0px solid #F60;
	color: #999;
	text-align: center;
}

.header_image {
	width: 714px;
	height: 94px;
	border: 0px solid #666;
	background: url(../images/header2.jpg) no-repeat 0 0;
	text-align: center;
}

.main {
	width: 500px;
	min-height: 350px;
	border: 0px solid #666;
	background: #FFFFFF no-repeat 0 0;
	text-align: left;
	padding-right: 214px;
	background: url(../images/rechts.jpg) no-repeat bottom right;
	font-size:12px;
}

.footer {
	width: 714px;
	height: 21px;
	line-height:21px;
	border-top: 1px solid #343399 ;
	border-bottom: 1px solid #343399 ;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-y;
	background-position:left;
	text-align: right;
	font-size:10px;
	color:#343399;
	}
	
	.footer a:hover{
		text-decoration:underline;
	}

img.content {
	float: left;
	margin: 10px 10px 10px 0px;
	border: 1px solid #343399;
}