/* Standard Tags */
/* ---------------------------- */
* { margin:0; padding:0; } 

body {
    min-height: 101%;
    font-size: 100.01%; 
    position: relative;
    text-align: center; 
}
.mitte {
	width: 900px; 
	margin: 100px auto;
}

.hr {
	position: relative;
	float: none;
	width: 100%;
	margin: 5px 0px 5px 0px;
	height: 1px;
	background-image: url(hr_bg_dot.png);
	overflow: hidden;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #c41212;
	text-decoration: none;
	margin: 5px 0px 0px 0px
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #c41212;
	text-decoration: none;
	margin: 5px 0px 0px 0px
}

a {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #515050;
	text-decoration: none;
	margin: 0px 0px 5px 0px
}
a:hover {
	color: #D45C19;
	text-decoration: none;
	}

p {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #515050;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}

p a {
	color: #878787;
	text-decoration: none;
	}

p a:hover {
	color: #c41212;
	text-decoration: none;
	}
	
tab {
    border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	}


/*   	HAUPTCONTAINER STYLE    */
/* ---------------------------- */


#rahmen {
	position: relative;
	top:30px; 
	float: none;
	width: 690px;
	overflow: hidden;
	height: 680px;
	margin: auto;
	background-color: #ffffff;
	border-width: 1px;
    border-style: solid;
    border-color: #a3a3a3;
}
/* 	     NAVIGATION STYLE       */
/* ---------------------------- */

#nav {
	position: relative;
	float: left;
    width: 650px;
	display: block;
	padding:  0px 0px 6px 40px;
	top: 15px;
}

#nav ul li {
	position: relative;
	width: 74px;
	display: block;
	float: left;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}

#nav ul li a {
	color: #c41212;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #c41212;
	text-decoration: underline;
}  


/* 	     INHALTE STYLE       */
/* ---------------------------- */

#maincontent {
	position: relative;
	float: left;
	display: block;
	width: 610px;
	height: 610px;
	overflow: hidden;
	padding: 0px 25px 0px 40px;
	min-height: 400px;
	top: 15px;

}

#maincontent td {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	color: #515050;
	padding: 5px 5px 0px 0px;
}

 
 
/* 	     FOOTER STYLE           */
/* ---------------------------- */

#footer {
	position: relative;
	float: none;
	width: 400px;
	height: 50px;
	margin: auto;
	margin-bottom: 30px;
	top: 30px;
	left: 0px;
	overflow: visible;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	position: relative;
	float: left;
	padding: 0px 5px 0px 0px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #515050;
	text-decoration: none;
}

#footer ul li a {
	font-size: 10px;
	color: #515050;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #c41212;
	text-decoration: underline;
}

