@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
	background-image: url(./img_lay/bgr.png);
	background-repeat: repeat;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 95%;
}

#CONTAINER {
	width: 100%;
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
	background-image: url(./img_lay/005.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#SIDEBAR {
	width: 220px;
	float: left;
	margin-top: -85px;
}

#ARTICLE_CONTENT {
	position: relative;
	margin-left: 260px;
	margin-top: -200px;
	margin-right: 10%;
}
h2 {
	font-family: serif;
	font-size: 230%;
	font-weight: normal;
}


h3 {
	font-family: serif;
	font-size: 160%;
	font-weight: normal;
}


p {
	margin-left: 25px;
}

a {
	font-weight: bold;
	color: #FFF;
	cursor:hand;
}

a:hover {
	color: #FC9;
}

#HEAD {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#HEAD_01 {
	background-image: url(./img_lay/002.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#HEAD_02 {
	background-image: url(./img_lay/001.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 96px;
	width: 700px;
}

#HEAD_03 {
	background-image: url(./img_lay/003.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 302px;
}

#HEAD_04 {
	background-image: url(./img_lay/004.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 302px;
	width: auto;
	margin-left: 216px;
}

#FOOTER {
	width: 100%;
	margin-top: -23px;
}

#FOOTER_01 {
	background-image: url(./img_lay/footer_001.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	width: 834px;
	float: left;
}
#FOOTER_02 {
	background-image: url(./img_lay/footer_002.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 65px;
}
#FOOTER_CONTENT {
	background-image: url(./img_lay/footer_bgr.png);
}

#FOOTER a {
	margin-right: 15px;
}


#FOOTER a:hover {
	color: #900;
}



#footerlik {
	padding-bottom: 25px;
	padding-left: 55px;
}

#grunge {
	background-image: url(./img_lay/grunge.png);
	background-position: left bottom;
	height: 132px;
	width: 100%;
	z-index: 2;
	margin-top: -132px;
	background-repeat: no-repeat;
}

#LOGO {
	position:absolute;
	left:0px;
	top:-20px;
	width:100%;
	z-index:1;
}
#LOGO_IMG {
	background-image: url(./img_lay/logo_2.png);
	background-repeat: no-repeat;
	height:265px;
	background-position: right;
	margin-right: 55px;
	}
	

/*Navigation*/

#NAVI a{
	display: block;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	height: 28px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left top;
}

.article  {
	background-image: url(./img_lay/navi_001.png);
	color: #333;
}

.article:hover  {
	background-image: url(./img_lay/navi_001_hover.png);
	color: #FFF;
}

.article_active {
	background-image: url(./img_lay/navi_active.png);
	color: #CCC;
}

.sub_article {
	background-image: url(./img_lay/navi_sub_normal.png);
	color: #333;
}

.sub_article:hover {
	background-image: url(./img_lay/navi_sub_hover.png);
	color: #CCC;
}

.sub_article_active {
	color: #CCC;
	background-image: url(./img_lay/navi_sub_active.png);
}

/*Navigation End*/

#GALERIE {
	margin-left: 25px;
}

#GALERIE img {
	border: 1px solid #515151;
	padding: 3px;
	margin-right: 11px;
}


.box, .g_iframe , .gal {
	border: 1px solid #7C7458;
	padding: 3px;
	margin-right: 15px;
	margin-top: 15px;
}








.box:hover {
	border: 1px solid #CCC;
	padding: 3px;
	margin-right: 15px;
}



#ERROR {
	padding-top: 111px;
	padding-left: 111px;
}





.zemContactForm FIELDSET {
	padding-top: 30px;
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	BORDER-BOTTOM-STYLE: none;
	width: auto;
}

.zemContactForm LEGEND {
	DISPLAY: none
}

.zemContactForm INPUT {
	color: #FFFFFF;
	background-color:#666666;
	border: 1px solid #999999;
	width: 500px;
}

.zemContactForm INPUT.zemSubmit {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #770000;
	border: 1px solid #999999;
	margin-top: 22px;
	width: 200px;
}

.zemContactForm TEXTAREA {
	color: #FFFFFF;
	background-color:#666666;
	border: 1px solid #999999;
	width: 500px;
	height: 250px;
}

ul.zemError {
	color: #FFCC00;
	text-decoration: none;
	padding-bottom: 33px;
}

.zemError li, ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}












.rsx-page-num-list {
	padding-top: 22px;
}

 ul.rsx-page-num-list{
	display:inline; 
	list-style:none;
	margin:0px;
	color:black;
}
  
 ul.rsx-page-num-list a{
	PADDING: 3px;
	DISPLAY: block;
	FLOAT: left;
	TEXT-DECORATION: none;
	background-color: #333333;
	border: 1px solid #7C7458;
	MARGIN: 0px 14px 14px 0px;
}
  
 ul.rsx-page-num-list a:hover{
	BORDER: 1px solid #FFFFFF;
	TEXT-DECORATION: none;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
  
  ul.rsx-page-num-list li {
	display: inline;
	position: relative;
}

.unlinked {
	PADDING: 3px;
	DISPLAY: block;
	FLOAT: left;
	MARGIN: 0px 14px 14px 0px;
	BORDER: 1px solid #FFFFFF;
	LINE-HEIGHT: 1.2;
	TEXT-DECORATION: none;
	background-color: silver;
	font-weight: bold;
	color: #FFFFFF;
}  




.galerie_infoline {
	width: 558px;
	font-size: 90%;
}



.prev_next{
	display:inline;
	margin:0 0 0 0;
	float:right;
}


.prev_next a{
    font-weight: bold;  
    DISPLAY: block;
    TEXT-DECORATION: none;
    float: left;
    border: 1px solid #7C7458;
	MARGIN: 0px 0px 0px 14px;
		PADDING: 5px;


}

.prev_next a:hover{
	color: maroon;
	background-color: #333333;
	border: 1px solid #7C7458;
	MARGIN: 0px 0px 0px 14px;

}











/*                     TAG DISPLAY                     */

#tag_display {
	padding-right: 25px;
	font-size: 80%;
	text-align: justify;
	padding-bottom: 25px;
	width: 700px;
	padding-left: 55px;
	padding-top: 25px;
}

#tag_display a {
	color: #6B6661;
	text-transform: uppercase;
	font-size: larger;
	font-weight: bolder;
	text-decoration: none;
	margin-right: 5px;
}

#tag_display a:hover {
	color: #990000;
}

.box_taglist {
	border: 1px solid #7C7458;
	padding: 3px;
	margin-left: 55px;
	margin-bottom: 55px;
}

.box_taglist:hover {
	border: 1px solid #CCC;
	padding: 3px;
}


/*                     TAG DISPLAY ENDE                     */


.galerie_thumb {
	height: 90px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 3px;
	float: left;
	margin-right: 18px;
}

.galerie_thumb_over {
	height: 90px;
	width: 120px;
	background-image: url(./img_lay/zoom_01.png);
	padding: 3px;
	margin-top: -4px;
	margin-left: -4px;
	border: 1px solid #7C7458;
	
	
}
.galerie_thumb_over:hover {
	height: 90px;
	width: 120px;
	background-image: url(./img_lay/zoom_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #CCC;
	padding: 3px; 
}







