/* Basis-Einstellungen, gelten fuer alle Seiten */

/* Gegen das "Zucken" in Firefox bei vertikalem Scrollbar */
html {
    height:100%;
    padding-bottom:0.01em;
    }

body {
	text-align: center;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0, 0, 0);
    background-image:url(../img/bg_wolke.jpg);
    margin:0;
}

p {
	margin-top: 0.2em;
}


h2 {
	margin-bottom: 0.2em;
        margin-top: 0.2em;
}


h4 {
	margin-bottom: 0.2em;
}

a:link {
	color: rgb(0, 0, 190);
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color: rgb(50, 50, 140);
	font-weight:bold;
	text-decoration:none;
}

li {
	margin-top: 0.5em;
}

div#footer{
	font-size: 90%;
	background-color: rgb(230, 210, 130);
        margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
	padding: 2px;
}

.clear{
clear: both;
}

div#wrapper{
	text-align: left;
	margin: auto;
	width: 970px;
	background-color: rgb(242, 235, 204);
}

div#mainNavigationBox{
	font-weight:bold;	
	background-color: rgb(230, 210, 130);
	margin: 10px;
}

table#mainNaviTable{
	width: 95%;
	text-align: center;
}

/* Homepage Content Bereiche rechts und links */
div#homeContentLeft{
	float: left;
	background-color: rgb(242, 235, 204);
	font-size: 90%;
	width: 710px;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

div#homeContentRight{
	float:right;
	font-size: 90%;
	background-color: rgb(230, 210, 130);
	width: 210px;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	padding: 4px;
}

/* Standard Content page */
/* Subnavi links */
div#subNaviLeft{
	float: left;
	background-color: rgb(230, 210, 130);
	width: 13%;
	display: inline;
	text-align: left;
	font-size: 80%;
        line-height:160%;
	padding: 10px;
        margin-left: 10px;
}

div#stdContentRight{
	float: right;
        width: 81%;
	background-color: rgb(242, 235, 204);
	font-size: 90%;
        margin-right: 10px;

}


