* {
	margin: 0;
	padding: 0;
}

body {
	font-family:verdana, arial, helvetica, sans-serif;
	color: black;
	font-size: 0.8em;
	background: url(../img/weltentaenzer_site_bg.jpg) no-repeat #000000 top center;
	text-align: center;
}

html, body {
	height: 100%;
}

#wrapper {
	width: 1280px;
	position:absolute;
	z-index: 0;
	left: 50%;
	margin-left: -640px;
	text-align: left;
	border: 0px solid white;
}

#head {
	color: white;
	height: 250px;
	text-align: left;
	background: url(../img/weltentaenzer_header.jpg) no-repeat top center;
	padding-left: 220px;
}

#borderRepeat {
	background: url(../img/content_border_repeater.gif) repeat-y 0px 210px;
}

#bgRepeat {
	background: url(../img/weltentaenzer_content_bg.jpg) repeat-y 210px 210px;
}

#contentwrapper {
	border: 0px solid black;
	background: url(../img/weltentaenzer_upper_bg.jpg) no-repeat;
	min-height:210px;
}

*html #contentwrapper {
	height: 210px;
}

#innerwrapper {
	float: right;
	width: 890px;
	border: 0px solid black;
}

#centercolumn {
	float: left;
	width: 550px;
	height: 100%;
	border: 0px solid black;
}

#centercolumn div.layout {
	padding: 10px;
	padding-bottom: 40px;
}

#leftcolumn {
	margin-right: 890px;
	border: 0px solid black;
	margin-left: 200px;
}

#leftcolumn div {
	padding: 0px;
}

#rightcolumn {
	margin-left: 550px;
	margin-right: 140px;
	border: 0px solid black;
}

#rightcolumn {
	padding-left: 5px;
	padding-right: 25px;
}

#rightcolumn p {
	padding-top: 0px;
}

#footerStage {
	position: relative;
	z-index: 10;
	width: 100%;
	background: url(../img/weltentaenzer_footer.png) top center no-repeat;
	margin-top: -30px;
}

#footer {
	color: white;
	text-align: center;
	height: 200px;
}

.clearer {
	clear: right;
}






/*
	Navigation
*/
div#mainMenu {
	padding-top: 70px;
	padding-bottom: 50px;
	border: 0px solid black;
}

#leftcolumn ul.mainItem {
	list-style-type: none;
	margin-left: 0px;
}
#leftcolumn ul.mainItem li {
	background: url(/_shared/img/nav_trenner.png) no-repeat bottom;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#leftcolumn ul.mainItem ul.subLvl1 {
	list-style-type: none;
	margin-left: 10px;
	padding-bottom: 10px;
}
#leftcolumn ul.mainItem ul.subLvl1 li {
	background: none;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#leftcolumn ul.mainItem li a:link,
#leftcolumn ul.mainItem li a:visited {
	color: #610000;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 50px;
}
#leftcolumn ul.mainItem li a:focus,
#leftcolumn ul.mainItem li a:hover {
	color: #FF0000;
}





/*
	Tab-Navigation
*/
#tabActive {
	height: 60px;
	width: 550px;
	padding: 0px;
	margin: 0px;
}
#tabActive.tab1 {
	background: url(/_shared/img/tab1.jpg) no-repeat;
}
#tabActive.tab2 {
	background: url(/_shared/img/tab2.jpg) no-repeat;
}
#tabActive.tab3 {
	background: url(/_shared/img/tab3.jpg) no-repeat;
}
#tabActive ul.tabMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#tabActive ul.tabMenu li.navTab{
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	margin-left: 10px;
	padding-top: 20px;
}

/*
	Boxen Rechte-Spalte
*/
#rightcolumn div {
	padding: 10px;
}

div#rightcolumn h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

#rightcolumn div#loginBox {

}






/*
	Globale Content-Formate
*/
p {
	padding-top: 5px;
	padding-bottom: 5px;
}







/*
	Content-Formate
*/

#centercolumn h3 {
	padding-top:0px;
	padding-bottom:5px;
	font-weight: bold;
	color: #868786;
	font-size: 14px;
}

#centercolumn h2 {
	padding-top:10px;
	padding-bottom:10px;
	font-weight: bold;
	color: #868786;
	font-size: 18px;
}

#centercolumn h1 {
	font-weight: bold;
	color: #868786;
	font-size: 26px;
	padding-bottom:10px;
}

#centercolumn p {
	font-weight: normal;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	padding-bottom:10px;
}

#centercolumn ul {
	padding-top: 0px;
	padding-left:20px;
	padding-bottom:10px;
	list-style-type: disc;
	font-weight: normal;
	color: #000;
	font-size: 12px;
	line-height: 20px;
}

.clearer {
	clear: right;
}





/*
	Projekt-Seiten
*/
#centercolumn table.projektDaten {
	width: 400px;
	border: 0px solid black;
}
#centercolumn table.projektDaten td {
	border-bottom: 1px dotted black;
	padding-bottom: 5px;
	padding-top: 5px;
}





/*
Bildlisten (1 Seite Bild - andere Seite Text)
*/

.listImageRight {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

.listImage {
	padding-left:0px;
	padding-bottom:10px;
}

.clListImage {
	clear:both;
}

.trennlinie {
	margin-top:5px;
	margin-bottom:5px;
	border-bottom-style:dotted;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-color:#868786;
}

.bildliste {
	margin-right:220px;
}






/*
2-Spalten-Text
*/

#centercolumn div.Spalte_li {
	width:240px;
	float:left;
}

#centercolumn div.Spalte_re {
	width:240px;
	float:right;
}






/* Centercolumn-Links */

#centercolumn a:link {
	color:#429DEC;
	border-bottom:dotted 1px;
	border-color:#429DEC;
	text-decoration:none;
}

#centercolumn a:visited {
	color:#429DEC;
	border-bottom:dotted 1px;
	border-color:#429DEC;
	text-decoration:none;
}

#centercolumn a:focus {
	color:#868786;
	border-bottom:none;
	border-color:#868786;
	text-decoration:none;
}

#centercolumn a:hover {
	color: #0033FF;
	border-bottom:none;
	border-color:#0033FF;
	text-decoration:none;
}





/* Klassen für Textareas */

#centercolumn .BildLinks {
	float:left;
}

#centercolumn .BildRechts {
	float:right;
}



input, select {
	border: 0px;
	border-bottom: 1px dotted black;
	background: transparent;
}

input.button {
	border: 1px dotted black;
	background: silver;
	cursor: hand;
	margin-top: 5px;
}
select {
	background: white;
}