/*****************************************************************
WETEK
> astrals.NET, Ralf Fieger

*****************************************************************/

body {
	margin: 0px;
	font-family: Arial, Tahoma, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: black;
	background-color: #333333;
	padding:0px;
}

#stageholder {
								width: 954px;
	margin:0px auto;
	background-color: #929395;
/*	text-align:center;*/
}

#head {
	position:absolute;
	margin:0px auto;
	top:0px;
/*	left:0px;*/
	width: 914px;
	height: 240px;
	background: url(/fileadmin/tmpl/images/global/bg.head.gif) top left no-repeat;
	text-align:left;
	
	/*border-left: 30px solid #929395;
	border-right: 30px solid #929395;*/
	border-left: 30px solid #333333;
	border-right: 30px solid #333333;	
}


#mainstage {
/*	position:relative;*/
	width: 914px;
	min-height: 400px;
	margin-top: 240px;
	background: url(/fileadmin/tmpl/images/global/bg.mainstage.gif) top left no-repeat;	
	border-left: 30px solid #333333;
	border-right: 30px solid #333333;
}

#left {
	position:relative;
	width: 215px;
	min-height: 1px;
	float:left;
	z-index: 60;
	padding-bottom: 20px;
/*	border-bottom: 1px solid transparent;*/
}


#content {
	position: relative;
	width: 568px;
	float:left;
	border-top: 20px solid transparent;
	padding: 50px 10px 0px 15px;

}

#right {
	float:right;
	width: 100px;
	padding-top: 55px;
}

#footer {
	height: 70px;
	width: 914px;
	background: url(/fileadmin/tmpl/images/global/bg.footer.gif) top left no-repeat;	
	border-left: 30px solid #333333;	
	border-right: 30px solid #333333;	
}



/*****************************************************************
HEAD
*****************************************************************/

#logo {
	position:absolute;
	left: 33px;
	top: 40px;	
}


#schaufenster {
	position: absolute;
	left: 395px;
	top: 126px;
}




/*****************************************************************
NAVI #LEFT
*****************************************************************/

#left ul {
	margin: 80px 0px 0px 32px;
	padding: 0px 50px 0px 0px;
	list-style-type: none;
}

#left ul ul {
	margin: 0px;
	padding: 0px;
}


#left ul li a {
	margin-left: 0px;
	padding-left: 15px;
	display:block;
	background: url(/fileadmin/tmpl/images/global/bg.left.li.gif) no-repeat 0px 2px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration:none;
	/*margin-bottom: 20px;*/
	margin-top: 20px;
}

#left ul li a.act {
	background: url(/fileadmin/tmpl/images/global/bg.left.li.act.gif) no-repeat 0px 2px;
}


#left ul ul li a {
	background-image:none;
/*	margin-left: 0px;
	padding-left: 13px;	*/
	color: black;
	margin: 0px;
}

#left ul ul li a:hover,
#left ul ul li a.act {
/*	color: #F58F00;*/
	color: #C47200;
}



/*****************************************************************
NAVI MAIN #HEAD
*****************************************************************/

ul#navi-main {
	position: absolute;
	left: 396px;
/*	top: 85px;*/
	bottom: 125px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 16px;
}

ul#navi-main li {
	display:inline;
	margin-right: 20px;
/*	background-color: yellow;*/
}

ul#navi-main a {
	text-decoration:none;
	color: #F58F00;
	font-weight: bold;
}



/*****************************************************************
NAVI MAIN #HEAD
*****************************************************************/

div#pers-links {
	position: absolute;
	left: 255px;
	top: 205px;
	height: 25px;
	width: 559px;
	text-align:right;
	font-size: 11px;
}

#pers-links ul {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	list-style-type: none;
	background: url(/fileadmin/tmpl/images/global/bg.perslinks.ul.gif) repeat-x bottom left;
	display:inline;

		margin-left: -10px;
		padding-left: -10px;
}



#pers-links li {
	display:inline;
/*	background: url(/fileadmin/tmpl/images/global/bg.perslinks.li.gif) repeat-y bottom left;	
	padding: 0px 5px 6px 7px;	*/
}

#pers-links a {
	text-decoration:none;
	color: #5E5E60;
	background: url(/fileadmin/tmpl/images/global/bg.perslinks.li.gif) repeat-y bottom right;	
	padding: 0px 7px 5px 5px;	
}

#pers-links a:hover {
	color: black;
}




/*****************************************************************
TEASER #RIGHT
*****************************************************************/


#right .teaser {
	position: relative;
	background: url(/fileadmin/tmpl/images/global/bg.teaser.right.gif) no-repeat top right;	
	margin-left: 3px;
	margin-right: 1px;
}

#right .teaser a {
	display:block;
	font-size: 12px;
	color: white;
	font-weight: bold;
	border-left: 1px solid white;
	text-decoration:none;
}

#right .teaser span {
	background: url(/fileadmin/tmpl/images/global/bg.teaser.right.sub.gif) no-repeat bottom right;	
	display:block;
	width: 70px;
	height: 64px;
	padding: 25px 0px 54px 25px;
}










/*****************************************************************
GLOBALS & COMMON
*****************************************************************/

.clear {	clear:both;}
.clearl {clear:left;}
.clearf {clear:right;}

.imgleft {float:left;margin-right: 20px;}
.imgright {float:right;margin-left: 20px;}



/*****************************************************************
LINKS
*****************************************************************/

a img {border: 0px;}

#content a,
.overlay a {
	color:#333333;
	font-weight: bold;
}

#content a:hover,
.overlay a:hover {
	text-decoration:none;
	color:black;
}

.overlay a { 
	color: #F58F00;
	text-decoration:underline;
}
.overlay a:hover { 
	color: #F58F00;
	text-decoration:none;
}


a:hover {

}

/*****************************************************************
CONTENT FONTS
*****************************************************************/

h1 {
	font-size: 16px;
/*	position:absolute;
	top:0px;
	left:15px;*/
/*	color: #F58F00;*/
	color:white;
}
.aktuelles h1 {	top: 90px;}
.overlay h1 {color: #F58F00;}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	color: white;
}

/* h1 und h2 vorher 18px */


.aktuelles h1#areahead {
	top: 90px;	
}
.aktuelles #introtext h1 {
	color: #F58F00;
/*	font-size: 16px;
	font-weight: bold;*/
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	position:relative;
	left: 0px;
	top:0px;
}

img#pagetitle {
	position:absolute;
	top:0px;
	left:15px;
}
.aktuelles img#pagetitle {
	top: 90px;
}


h3 {
	font-size: 16px;
/*	font-weight: normal;*/
	margin-bottom: 20px;
	color:white;
	margin-top: 30px;
	line-height: 140%;
}

h4 {
	font-size: 100%;
/*	text-transform: uppercase;*/
	font-weight: normal;
}





/**********************************************************************************************************************************
TEMPLATE AKTUELLES +++ TEMPLATE AKTUELLES +++ TEMPLATE AKTUELLES +++ TEMPLATE AKTUELLES +++ TEMPLATE AKTUELLES +++ 
**********************************************************************************************************************************/


.aktuelles #mainstage {
	background: url(/fileadmin/tmpl/images/global/bg.mainstage.aktuelles.gif) top left no-repeat;	
}

.aktuelles #footer {
	height: 33px;
	background: url(/fileadmin/tmpl/images/global/bg.footer.aktuelles.gif) top left no-repeat;	
}

.aktuelles #introtext {
/*	border: 1px solid red;*/
}


.aktuelles #content {
/*	background-color: yellow;*/
	padding-top: 135px;
}

.aktuelles #introtext {
	position: absolute;
	left: 15px;
	top: -10px;
	padding-right: 10px;
}






/*****************************************************************
IMAGE AREA #LEFT
*****************************************************************/



.aktuelles #image-area {
	position:relative;
	top: 0px;
	left: 40px;
	width: 86px;
	margin: 164px 0px 11px 33px;
/*	background-color: yellow;*/
}