/*tags*/
body {
	background: #525252;
	color: #000000;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
a {
	color: #000000;
}
img {
	border: 0px;
}
#nav a {
	color: #FFFFFF;
	font: 12px arial, verdana, helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
#nav a:hover {
        color: #ee9c14;
        font: 12px arial, verdana, helvetica, sans-serif;
        text-decoration: underline;
        font-weight: bold;
}
#outer {
	width: 970px;
	position: absolute;
	margin: 20px;
}
#head {
	width: 940px;
}
#basenav {
	width: 390px;
	height: 105px;
	padding: 0px;
	position: absolute;
	left: 572px;
	top: 5px;
}
#text td {
	font: 12px arial, verdana, helvetica, sans-serif;
	vertical-align: top;
}
#content {
	background: url(/images/bg_main.jpg) repeat-y;
	font: 12px arial, verdana, helvetica, sans-serif;
	color: #282828;
	text-align: left;
	position: relative;
	width: 780px;
	left: 160px;
	margin-top: 20px;
}
#logo {
	background-image: url(/images/logo.jpg);
	width: 215px;
	height: 100px;
}

#nav {
	width: 140px;
	padding: 0px;
	position: absolute;
	margin: 0px 20px 0 20px;
	float: left;
	height: 200px;
}


#text {
	width: 700px;
	position: relative;
	margin: 20px;
	float: left;
	text-align: justify;
}

#sonne {
        background-image: url(/images/sonne.gif);
        width: 90px;
        height: 90px;
        position: absolute;
        left: 302px;
        top: 5px;
}
						

#text_foot {
	background: url(/images/bg_main_foot.jpg) no-repeat;
	height: 30px;
	width: 780px;
	position: relative;
}	

#text_top {
	background: url(/images/bg_main_top.jpg) no-repeat;
	height: 30px;
	width: 780px;
	position: relative;
}

/*----- texts -----*/

#content b {
	font-weight: bold;
}

#content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 20px 0;
}

#content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #282828;
	margin: 0 0 10px 0;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 10px 0;
}

/* links */

#content a, a:hover {
	color: #282828;
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
	font-weight: bold;
}

