﻿/* CSS-Layout */
body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-color:#FFFFFF;
	text-align: center;
}
#box0 {
	padding-bottom: 0px;
	margin: 0px auto;
	width: 800px;
	text-align: left;
}
#cbody {
	padding-left: 0px;
	margin-top:5px;
	float: left;
	width: 800px;
	position: relative;
	background-color: #ffffff;
	margin-bottom:0px;
}
#masthead {
    height:70px;
    width:800px;
    padding-top:20px;
    font-family:"Times New Roman", Times, Serif;
    font-size:40px;
    font-weight:bold;
    color:#000066;
    text-align:left;
    padding-left:20px;

}
#top_nav {
    border: 1px solid #dfdfdf;
background-image:url('../images/hintergrund.jpg');
    	height:30px;
    	width:800px;
    	font-family:"Times New Roman", Times, Serif;
    	font-size:16px;
    	font-weight:bold;
    	color:#000066;
    	text-align:center;    
}
#top_nav a {
	color:#8282FF;
	text-decoration:none;
}
#top_nav a:hover {
	color:gray;
	text-decoration:none;
}
#page_content {
    border-right: #dfdfdf 1px solid;
	border-left: #dfdfdf 1px solid;
	border-top: #dfdfdf 1px solid;
	border-bottom: #dfdfdf 1px solid;
    background-color:#FFFFFF;
    background-image:url('../../images/hintergrundmitte.jpg');
    font-family:"Times New Roman", Times, Serif;
    font-size:15px;
    color:#000066;
    width:800px;
    height:auto;
}
#kopf {
    background-color:#FFFFFF;
    width:800px;
    height:100px;
    font-family:"Times New Roman", Times, Serif;
    font-size:x-large;
    color:#FFFFFF;
    text-align:left;
    padding-top:2px;
}
#fuss {
    width:800px;
    height:25px; 
    font-family:"Times New Roman", Times, Serif;   
    font-size:xx-small;
    font-weight:normal;
    text-align:right;
    color:gray;	
    padding-top:5px;
}
#fuss a {
	color:gray;
	text-decoration:none;
} 
#fuss a:hover {
	color:#8282FF;
	text-decoration:none;
} 
.head {
    font-size:small;
    text-align:right;
    color:gray;	
}
.head a {
    color:gray;
    text-decoration:none;	
}
.head a:hover {
	color:#8282FF;
	text-decoration:none;
}
#tabmitte{
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    height:auto;
}
.link{
	color:#333333;
	font-size: 16px;
	text-decoration: none;
}
.link:hover {
	color:red;
	text-decoration: none;
}
.link1{
	color:#000066;
	font-size: 15px;
	text-decoration: none;
}
.link1:hover {
	color:red;
	text-decoration: none;
}

.überklein{
	font-size:16px;
	font-weight:bold;
}
.übergroß{
	font-size:18px;
	font-weight:bold;
}

.kleinklein{
	font-size:16px;
	font-weight:bold;
}
.textlinks{
	text-align:left;
}
.style1 {
	text-align: center;
	}


