﻿/* ------------------------------------------------------------------------ */
/* body                                                                     */
/* ------------------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
}

#noscreen {
	display: none;
}


/* ------------------------------------------------------------------------ */
/* Oben                                                                     */
/* ------------------------------------------------------------------------ */

#pic {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#oben {
	position: absolute left top;
	width: 100%;
	color: #FFFFFF;
	background: #5599ff url(pic/ecke_top.jpg) no-repeat left top;
	font-weight: bold;
	z-index: 1;
    height: 40px;
	margin: 0;
	padding: 0;
}

#obentext {
	color: #FFFFFF;
    font-family: "Century Gothic", Verdana;
	margin-left: 250px;
	margin-top: 0px;
    font-size: 17px;
    font-weight:none;
    letter-spacing: 0.1em;
}

#logo {
	position: relative top;
	float: right;
	right: 0;
	margin: -40px 0 30px 30px;
	padding: 0;
	text-align: left;
	z-index: 5;
}



/* ------------------------------------------------------------------------ */
/* Linkes Menü leftcol                                                      */
/* ------------------------------------------------------------------------ */

#leftcol {
	position: absolute;
	top: 111px;
	width: 220px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size:14px;
}



/* ------------------------------------------------------------------------ */
/* Hauptnavigation                                                           */
/* ------------------------------------------------------------------------ */

#hauptnav {
	width: 220px;
	margin: 0;
	padding: 0 0 1px 0;
	background: #fff;
}

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

#hauptnav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}

#hauptnav a {
	display: block;
	width: 185px;
	margin: 0;
	padding: 5px 5px 4px 30px;
	color: #fff;
	background: #ffa851 url(pic/bullet1.gif) left no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#hauptnav a:hover {
	background: #999999 url(pic/bullet1.gif) left no-repeat;
}

#hauptnav a:active {
	background: #999999 url(pic/bullet1.gif) left no-repeat;
}



/* ------------------------------------------------------------------------ */
/* Schriftgröße ändern                                                      */
/* ------------------------------------------------------------------------ */

.size2 {
    width: 230px;
    color: #C80000; 
    padding: 5px 0px 5px 0px;   
    text-align: center;
    border: 1px solid #ffa851;
	display: block;
} 

.size {
    text-decoration:none; 
    text-align:center; 
    border: none;
    position:relative;
} 

.size-icon {
    text-decoration:none; 
    text-align:center; 
    border: none;
} 


/* ------------------------------------------------------------------------ */
/* Suchen (links unten)                                                     */
/* ------------------------------------------------------------------------ */

#suchfeld {
	color: #104871;
	background: transparent;
}

#suchfeld p {
	margin: 8px 0 0 30px;
	padding: 0;
}

#suchfeld a {
	color: #104871;
	text-decoration: underline;
}

#suchfeld h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	font-size: 130%;
	color: #104871;
	border-left: 20px solid #5599ff;
}



/* ------------------------------------------------------------------------ */
/* Untere Menüzeile footnav                                                 */
/* ------------------------------------------------------------------------ */

#footercontainer {
	margin-left: 230px;
	padding: 0;
	border-top: 2px solid #5599ff;
}

#bottomnav {
	float: right;
	width: 300px;
	height: 10px;
	margin: 0;
	padding: 7px 215px 7px 10px;
	color: #fff;
	background: #5599ff url(pic/ecke_bottom.jpg) no-repeat;
	font-weight: bold;
	text-align: right;
}

#footer {
	float: left;
	margin: 0;
	padding: 5px 10px 5px 0;
	color: #000;
	font-size: 90%;
	text-align: left;
}

#footer a {
	margin-left: 7px;
	margin-right: 7px;
	padding: 0;
	color: #104871;
}








/* ------------------------------------------------------------------------ */
