/* Layout */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
html body {
	height: 100%;
}
html, body {
	margin:0;
	padding: 0;
	text-align:center;
	background: #040818;	
}
body {
	color: #142e63;
	font: 11px/150% "Lucida Grande", verdana, helvetica, sans-serif;
	font-size:14px;
}
p, a, td {
	font: 11px/150% "Lucida Grande", verdana, helvetica, sans-serif;
}
#wrapper {
	background: transparent url(../images/bg_body.png) repeat-y bottom;
}
#dancer {
	background: transparent url(../images/bg_dancer.png) no-repeat center bottom;
}

#header {
	background: transparent url(../images/bg_header.png) no-repeat center bottom;
	height: 110px;
}
#pagebody {
	margin: 0 auto;
	width:736px;
}


#maincontent {
	
	padding-top:0px;
	padding: 0 0 20px 40px;
	text-align: left;
	font-size: 0.9em;
	float:left;

	/*height: 400px;*/
	width:520px;

}

*+html #maincontent {
	

}



#maincontenxt[id] {
	height:auto;
	min-height: 400px;
}
#navigation {
	float: right;
	width:163px;
}
#footer {
	clear:both;
	height:75px;
	background: #040818;
	line-height:25px;
	color:#fff;
	font-size: 1em;
}
#footer a {
	color: #fff;
}

/* maincontent */
#maincontent {padding-top:10px;}
#maincontent h1 {
	font-size: 1.7em;
	line-height: 1em;
	text-align:center;
	margin-bottom:  1em;
}
#maincontent h2 {
	font-size: 1.2em;
	line-height: 100%;
	margin-bottom:  0.5em;
	background: transparent url(../images/icon_hot.png) no-repeat left top;
	padding-left: 27px;
	min-height: 27px;
	height: 27px;
}
#maincontent .articleSt h2 {
	font-size: 13px;
	margin-bottom:  0.5em;
	background: transparent;
	padding-left: 0px;
}
#maincontent[id] h2 {
	font-size: 13px;
}


#maincontent .firstImg {
	margin-right: 15px;
}
#maincontent a {
	color: #9eb3e6;
	font-weight: bold;
	text-decoration: none;
}
#maincontent a:hover{
	color: #ff0000;
}

#maincontent .article, #maincontent .articleSt  {
	background: transparent url(../images/seperator_alpha.gif) no-repeat center top;
	margin-top: 15px;
	padding-top: 15px;
}
#maincontent[id] .article, #maincontent[id] .articleSt {
	background: transparent url(../images/seperator_alpha.png) no-repeat center top;
	margin-top: 15px;
	padding-top: 15px;
}
#maincontent img {
	border: 2px solid #ffcc00;
}
.article p{
	margin-bottom: 1em;
}
/* Buttons */
.btnarchiv {
	text-align:right;
	margin-right: 163px;
}

.btnarchiv a {
	display:block;
	text-align:right;
	background: transparent url(../images/btn_archiv.png) no-repeat left center;
	color:  #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
.btnarchiv a:hover{
	color: #ff0000;
}

.btnback {
	text-align:left;
	margin-left: 22px;
}

.btnback a {
	display:block;
	background: transparent url(../images/btn_back.png) no-repeat right center;
	color:  #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
.btnback a:hover{
	color: #ff0000;
}

/* navigation */
#navigation {
	text-align: left;
}

#navigation a {
	background: transparent url(../images/bullet.png) no-repeat left center;
	line-height: 1.5em;
	padding-left:  10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;

}
#navigation a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#navigation h2 {
	background: transparent url(../images/reiter.png) no-repeat left center;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
}

#navigation h2 a {
	display:block;
	padding-left:  0px;
	color: #142e63;
	text-decoration: none;
	margin-left: 0px;
	font-weight: bold;
	background: transparent url(../images/reiter.png) no-repeat left center;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
}



/* Archiv */
#archiv a {
	color: #142e63;
	font-size: 11px;
	white-space: normal;
	background: transparent url(../images/bullet.png) no-repeat left 0.5em;
	padding-left: 12px;
	display:block;
}
#archiv .date {
	color: #aaa;
}
#archiv ul li {
	list-style: none;
	font-size:11px;
}
/* Mitarbeiter */

#mitarbeiter h2 {
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom:  0.5em;
	background: transparent;
	padding-left: 0px;
}

/*Downloads*/
.downloads {
	margin-left: 25px;
}
.downloads li  {
	list-style: url(../images/bullet.png);
}

#kontakt {
	width: 270px;
	background: #fff;
	padding: 10px;
	border: 1px solid #aaa;
}
#kontakt fieldset {
	margin-bottom: 10px;
}
#kontakt legend {
	font-weight: bold;
	margin: 0;
	font-size: 1.2em;
}
#kontakt label {
	display: block;
}
#kontakt input, #kontakt textarea {
	width: 100%;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	font-size: 13px;
	background: #efefef;
}
#kontakt textarea {
	height: 150px;
}
#kontakt .senden {
	background: transparent;
	text-align: right;
	border: 0px;
	color: green;
	font-size: 1em;
}

#navart, #navart p {
font-size: 12px;
line-height:normal;
}

#navart a {
font-size: 9px;
padding:0;
margin:0;
background:none;
}