/**************************************
      Copyright (c) 2009   OSD        *
   Alle Rechte reserviert             *
***************************************/
html * {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size:12px;
	line-height:18px;
	color: #fff;
	background-color: #ddd;
}

h1  {
	color:#f00;
	font-size:22px;
	letter-spacing:1.2px;
	margin-left:158px;
	line-height:33px;
}

h2  {
	color:#333;
	font-size:14px;
	letter-spacing:1.0px;
	margin-bottom:2px;
}



/* ============== CONTENT - BEREICH ================= */

#main  {
	width:900px;
	background-color: #f00;
}

#mainContent,
#naviRe {
	float:left;
	text-align:right;
	width:480px;
	margin:0;
	height:494px;
}


.clear {
	clear:both;
	padding:0;
	margin:0;
	font-size:0;
	height:0

}

/* ============== CONTENT - NAVI ================= */

#naviRe {
	width:  224px;
}
	
#naviRe .button {
	margin-left:77px;
	margin-top:55px;
}
	
#naviRe  ul.button {
	list-style-type:none;
	margin-top:134px;
	line-height:1.2em;
}
#naviRe  ul {
	list-style-type:none;
	margin-top:330px;
}

#naviRe li {
	text-align:right;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:9px;
	line-height:1.2em;
}

#naviRe  li a {
	color:#fff;
	text-decoration:none;
	padding:3px 0;

}
	
#naviRe  li a:hover,
#naviRe a.activ  {
	color:#333;
	background-color:#fff;
}

/*_______CONTENT ________*/

#textFront  {
	width:672px;
	background-color:#fff;
	padding:16px;
	color:#555;
	margin-top:0;
}



#textFront  a.seclink {
	padding:2px 16px;
	background: url(./img/pfeil_re.gif) 5px 3px no-repeat;
	color:#000;
	font-weight:900;
	text-decoration:none;
}
#textFront  a.seclink:hover {
	color:#f00;
}

#textFront .colLeft {
	float:left;
	color:#222; 
	font-weight:bold;
	margin-left:83px;
	width:75px;
	line-height:20px;
}
* html #textFront .colLeft  {
	margin-left: 42px;
}
	
#textFront .colRight  {
	float:left;
	width:470px;
}

#textFront .colOne  {
	text-align:justify;
	margin-left:35px;
	width:432px;
}
#textFront .clear {
		clear:both;
		height:15px;
}
#textFront .colShow  {
	float:left;
	margin-left:35px;
	width:432px;
}

/*_____NAVI - GALERIELISTE______*/
#textFront  ul {
	list-style-type:none;
	margin-top:30px;
	margin-left:300px;
}

#textFront li {
	font-size: 14px;
	font-weight:bold;
	margin-bottom:3px;
	line-height:1.2em;
}

#textFront  li a {
	color:#666;
	text-decoration:none;
	padding-left:15px;

}
	
#textFront  li a:hover,
#textFront .active  {
	color:#000;
	background:url(./img/pfeil_re.gif) 0 3px no-repeat;
}


/*====== popup-Layer =======*/
#top_layer  {
	display:none;
	z-index: 900;
	position: absolute;
	top:23px;
	left:490px;
	width:360px;
	padding:6px  18px;
	background-color:#eee;
}

* + html #top_layer  {
	width:360px;
}

#top_layer .closer {
	float:right;
}

#top_layer img.re {
	float:right;
    vertical-align:top;
	margin:5px 3px;
}


/*========== Bildergalerie ==========*/

* html #textFront .colShow  {
	margin-left:18px;
}

#button {
	float:left;
	margin-top:246px;
	margin-left:5px;
	width:60px;
	}

/*===============Fusszeile mit Logos===================*/
#logo  {
	width:705px;
}

