/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:rgb(35,31,32);
	background-color:rgb(139,163,189);
	background-image:url(../images/background.png);
	background-attachment:fixed;
	background-position:right bottom;
	background-repeat:no-repeat;
}
a {
	color:rgb(139,163,189);
	text-decoration:none;
}
a:hover {
	color:rgb(139,163,189);
	text-decoration:underline;
}
table {
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:rgb(35,31,32);
}
th {
	margin:0px;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
}
td {
	vertical-align:top;
}
ul {
	list-style-type:square;
}
li {
	margin-bottom:20px;
}
h1 {
	width:790px;
	margin-top:5px;
	margin-bottom:10px;
	color:rgb(139,163,189);
	border:2px solid rgb(139,163,189);
	font-size:16px;
	font-weight:bold;
	padding:5px;
}
h2 {
	font-size:14px;
	color:rgb(139,163,189);
	margin-top:5px;
	margin-bottom:5px;
}
p {
	margin-top:5px;
	margin-bottom:10px;
	line-height:1.5;
}

/* --> Seiten-Aufbau <-- */
#logo {
	width:955px;
	height:207px;
	margin-top:5px;
	margin-left:25px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}
#indextable{
	width:990px;
	margin-top:0px;
	margin-left:35px;
}
#menu{
	margin-left:35px;
	width:825px;
	text-align:right;
	
	font-size:12px;
	color:#rgb(35,31,32);
	font-weight:bold;
}
#menu a{
	color:rgb(35,31,32);
	text-decoration:none;
}
#menu a.inactive{
	color:rgb(35,31,32);
	text-decoration:none;
}
#menu a.current {
	color:#fff;
	text-decoration:none;
}
#menu a:hover{
	color:#fff;
	text-decoration:none;
}
#footer{
	clear:left;
	width:825px;
	margin-bottom:5px;
	margin-left:0px;
}
#footer a{
	color:rgb(35,31,32);
	text-decoration:underline;
}
#contact{
	float:right;
	margin-top:-145px;
	margin-bottom:25px;
	width:135px;
}
#contact a{
	color:rgb(35,31,32);
	text-decoration:underline;
}
/* --> End-Seiten-Aufbau <-- */

/* --> Startseite <-- */
#indextable1{
	float:left;
	width:550px;
	margin:0px;
	margin-bottom:5px;
	margin-top:10px;
}
#indextable2{
	float:left;
	width:274px;
	margin:0px;
	margin-bottom:5px;
	margin-top:10px;
}
a.indextable {
	width:270px;
	height:135px;
	display:block;
	float:left;
	margin:0px;
	margin-top:2px;
	margin-left:2px;
	border:1px solid white;
	color:white;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
a:hover.indextable {
	background:#fff;
	color:rgb(139,163,189);
	text-decoration:none;
}
a.indextable2 {
	width:270px;
	height:274px;
	display:block;
	float:left;
	margin:0px;
	margin-top:2px;
	border:1px solid white;
	color:white;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
a:hover.indextable2 {
	background:#fff;
	color:rgb(139,163,189);
	text-decoration:none;
}
p.indextable1 {
	margin-top:111px;
	margin-right:10px;
}
p.indextable2 {
	margin-top:252px;
	margin-right:10px;
}
/* --> End-Startseite <-- */

/* --> Seiten-Container <-- */
#content{
	width:825px;
	min-height:300px;
	height:auto !important;  /* für moderne Browser */
	height:300px;
	float:left;
	background-color:#fff;
	margin-top:5px;
	margin-bottom:5px;
}
#text{
	margin:10px;
}
#news {
	float:left;
	width:745px;
	margin:20px;
	border:1px solid rgb(139,163,189); 
}
/* --> Seiten-Container <-- */

/* --> Menü <-- */
a.menu{
	text-decoration:none;
	color:rgb(35,31,32);
}
a:hover.menu{
	text-decoration:none;
	color:#fff;
}/* --> End-Menü <-- */