/* CSS Document */
/***********************************************/
/* basics */
/***********************************************/
body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:90%;
}
html {
	min-height: 101%;
}
a:link, a:visited, a:active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 120%;
    margin: 2px;
    padding: 2px;
}
h2 {
    font-size: 110%;
	margin: 2px;
	padding: 2px;
}
h3 {
	font-size: 100%;
	margin: 2px;
	padding: 2px;
	}
h4, h5, h6 {
	font-size: 95%;
	margin: 2px;
	padding: 2px;
}
ul {
	list-style-type: square;
	padding: 2px 5px 5px 20px;
	margin: 2px;
	line-height: 1.1em;
}
ul ul{
    list-style-type: disc;
}
ul ul ul{
    list-style-type: none;
}
ul li {
	margin: 2px;
}
.red {
	color: #CC3300;
}
.bold {
	font-weight: bolder;
}
.small {
	font-size: 95%;
	font-weight: normal;
}
.smaller {
	font-size: 85%;
	font-weight: normal;
}
.underline {
	text-decoration: underline;
	line-height: 105%;
}

/***********************************************/
/* Sprungnavigation */
/***********************************************/
@media screen, print
{
.skip
{
	position: absolute;
	left: -1000em;
	width: 20em;
}
}

/***********************************************/
/* Rahmen und Kopfzeilen */
/***********************************************/
#wrapper {
	width: 990px;
	background-color:#FFFFFF;
	margin: 10px auto;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
#topnav {
	position: relative;
	top: 0px;
	right: 0px;
	color: #fff;
	background: transparent;
	text-align: right;
}
#banner {
	margin: 5px auto;
	padding: 0;
	text-align: center;
}
#header {
	margin-bottom: 5px;
	background-color: #CCCCCC;
	padding: 5px;
	font-size: 85%;
	font-weight: 500;
	color: #CC3300;
	letter-spacing: 0.4em;
	text-align: center;
		}
/***********************************************/
/* Linke Spalte und Navigation */
/***********************************************/
#left {
	float: left;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 80%;
		}
#navcontainer {
	margin-top: 0px;
	padding: 5px 0px 0px 15px;
}
#navlist {
	width: 155px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
#navlist li {
	list-style: none;
	margin: 0px;
	border-top-style: solid;
	border-color: #CCCCCC;
	border-top-width: 1px;
	padding: 3px 0px 3px 3px;
}
#navlist li a {
	text-decoration: none;
	color: #333333;
	text-align: left;
}
#navlist li a:hover, #navlist li a:focus {
	text-decoration: underline;
}
/***********************************************/
/* Mittlere Spalte und Content */
/***********************************************/
#content {
	margin: 0px 210px 0px 220px;
	text-align: left;
	font-size: 85%;
	padding: 5px;
	}
#content p {
	margin: 2px;
	padding: 2px;
	text-decoration: none;
	line-height: normal;
}
#content a, #content a:focus, #content a:hover {
	font-size: 95%;
}
/***********************************************/
/* Rechte Spalte und Kontaktinformationen */
/***********************************************/
#right {
	float: right;
	width: 165px;
	\width: 175px;
	w\idth: 165px;
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: left;
}
#right p {
	margin: 2px;
	border: 0px none;
	text-decoration: none;
	line-height: normal;
	padding: 2px;
}
#right a, #right a:hover, #right a:focus {
	font-size: 95%;
}
/***********************************************/
/* Fußzeile mit Adresse */
/***********************************************/
#footer {
	border: 0px;
	background-color:#CCCCCC;
	color:#666666;
	font-size: 65%;
	text-align:center;
	margin: 0px;
	padding: 10px;
	clear: both;
}
