/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
background-color: #ff9900;
margin: 0px;
padding: 0px;
text-align: left;
font-family: Arial,sans-serif;
font-size: 101%;
color: #333;
}

div, p, .text{
font-size: 100%;
color: #333;
}

ol, li{
margin: 5px 20px 5px 20px;
padding: 0px;
clear: both;
}

ul {
margin: 5px 20px 5px 20px;
padding: 0px;
list-style-type: none;
clear: both;
}

a{
color: #333;
text-decoration: none;
border: 0px;
}

img{
border: 0px;
}

.fett{
font-weight: bold;
}

a.text, a.adresse{
text-decoration: underline;
}

a.firstnav_on, a.secondnav_on, a.thirdnav_on{
font-weight: bold;
color: #666;
text-decoration: none;
white-space: nowrap;
}

a.firstnav_off, a.secondnav_off, a.thirdnav_off{
font-weight: normal;
color: #ff9900;
text-decoration: none;
white-space: nowrap;
}

img.projektimg{
border: 1px solid #333;
padding: 0px 0px 0px 0px;
margin: 10px 0px 0px 0px;
text-align: center;
}

.navliste{
margin: 0px 5px 0px 0px;
color: #ff9900;
}

li.firstnav_on, li.secondnav_on, li.thirdnav_on,
li.firstnav_off, li.secondnav_off, li.thirdnav_off{
color: #ff9900;
padding: 0px 4px 0px 4px;
margin: 0px 0px 15px 0px;
}

.secondnav_on, .secondnav_off{
margin-left: 5px;
}

.thirdnav_on, .thirdnav_off{
margin-left: 10px;
}

h1{
font-size: 107%;
font-weight: bold;
color: #333;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 5px;
}

h2{
font-size: 100%;
font-weight: normal;
color: #333;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
}

h3{
font-size: 100%;
color: #333;
margin: 0px;
padding: 0px;
font-weight: bold;
}

h4{
font-size: 100%;
font-weight: normal;
color: #333;
margin: 0px;
padding: 0px;
}

h5{
font-size: 100%;
color: #333;
margin: 0px;
padding: 0px;
}

#HTMLHEAD_1_1
{
font-size: 107%;
font-weight: bold;
color: #333;
}

#HTMLHEAD_1_2
{
font-size: 100%;
font-weight: normal;
color: #333;
}

li.artibt {
color: #333;
font-size: 100%;
font-weight: normal;
margin-top: 2px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
clear: both;
}

img.artibt {
margin: 4px 10px 2px 0px;
padding: 0px 0px 0px 0px;
border: 1px solid #333;
float: left;
}

img.artibt_noimage {
margin: 4px 10px 2px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #333;
float: left;
}

p.artibt {
color: #333;
font-size: 93%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

p.artibt2 {
color: #333;
font-size: 93%;
margin: 0px 0px 0px 0px;
padding: 2px 0px 0px 0px;
clear: both;
font-weight: bold;
}

p.artibt3 {
color: #333;
font-size: 93%;
margin: -10px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: right;
clear: both;
}

a.artibt {
color: #333;
font-size: 93%;
font-weight: bold;
margin-top: -10px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
text-decoration: underline;
}

a.artibt2 {
color: #333;
font-size: 93%;
font-weight: bold;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 2px;
padding-bottom: 0px;
text-decoration: underline;
}

p.headline {
color: #333;
font-size: 104%;
font-weight: bold;
text-decoration: underline;
margin: -5px 0px 0px 0px;
padding: 0px;
}

ul.artibt {
margin: 5px 10px 0px 0px;
padding: 0px;
list-style-type: none;
clear: both;
}

.datum{
font-size: 76%;
color: #333;
margin: 0px;
padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#inhalt{
	background-color: #ffffff;
	width: 950px;
	height: 725px;
	top: 5px;
	left: 50%;
	margin-top: 0px;
	margin-left: -475px;
	position: absolute;
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	z-index: 1;
	border: 1px solid #333;
}

#streifenOben{
	width: 950px;
	height: 120px;
	top: 70px;
	left: -1px;
	position: absolute;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: #ff9900 url(../images/topbar.jpg) no-repeat top left; 
	z-index: 2;
}

#mitte{
	width: 600px;
	height: 725px;
	top: 0px;
	left: 175px;
	position: absolute;
	border-left: 1px solid #ccd6e0;
	border-right: 1px solid #ccd6e0;
	background-color: #f5f5f5;
	z-index: 3;
}

#streifenOben2{
	width: 600px;
	height: 120px;
	top: 70px;
	left: 175px;
	position: absolute;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ccd6e0;
	border-right: 1px solid #ccd6e0;
	background: #f5c696 url(../images/topbar-mitte.jpg) no-repeat top left; 
	z-index: 4;
}

#aktion{
display: none;
	background: url(../images/eier3.gif) no-repeat top left; 
	width: 150px;
	height: 117px;
	top: 130px;
	left: 600px;
	position: absolute;
	z-index: 20;
}

#aktion2{
display: none;
	width: 300px;
	height: 50px;
	top: 70px;
	right: 180px;
	color: #245525;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	position: absolute;
	z-index: 20;
}

#aktion3{
display: none;
	background: url(../images/stern.gif) no-repeat top left; 
	width: 65px;
	height: 65px;
	top: 20px;
	left: 130px;
	position: absolute;
	z-index: 20;
}

#aktion4{
display: none;
	background: url(../images/stern2.gif) no-repeat top left; 
	width: 50px;
	height: 50px;
	top: 60px;
	left: 80px;
	position: absolute;
	z-index: 20;
}

#rasterOben{
	background: url(../images/rasteroben.gif) no-repeat top left; 
	width: 150px;
	height: 150px;
	top: 1px;
	left: 175px;
	position: absolute;
	z-index: 6;
}

#logo{
	width: 150px;
	height: 150px;
	top: 10px;
	left: 365px;
	position: absolute;
	z-index: 5;
}

#wortlogo{
	width: 590px;
	height: 33px;
	top: 35px;
	left: 185px;
	position: absolute;
	text-align: right;
	z-index: 7;
}

#slogan{
	width: 590px;
	height: 33px;
	top: 165px;
	left: 313px;
	position: absolute;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	font-size: 110%;
	color: #333;
	z-index: 7;
}

#navigation{
	width: 170px;
	height: 490px;
	top: 210px;
	left: 0px;
	position: absolute;
	font-size: 83%;
}

#content{
	width: 585px;
	height: 490px;
	top: 210px;
	left: 180px;
	position: absolute;
	z-index: 10;
}

#contentHeader{
	width: 545px;
	height: 20px;
	top: 5px;
	left: 15px;
	position: absolute;
	color: #333;
	text-align: left;
}

#innerContent{
	width: 545px;
	height: 450px;
	top: 50px;
	left: 20px;
	position: absolute;
	overflow: auto;
	text-align: left;
	font-size: 83%;
}

#iconw3{
	width: 160px;
	height: auto;
	bottom: 120px;
	left: 5px;
	position: absolute;
	font-size: 69%;
	z-index: 10;
	border: 0px;
}

#adresse{
	width: 160px;
	height: auto;
	bottom: 5px;
	left: 10px;
	position: absolute;
	font-size: 69%;
	z-index: 10;
}

#news{
	width: 160px;
	height: auto;
	bottom: 10px;
	right: 5px;
	position: absolute;
	font-size: 83%;
	color: #333;
	text-align: center;
	z-index: 10;
}
