html,body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
	background-color:#828282;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
}

/*__________ ZellenStyles __________*/

#headerimage {
	float:left;
	width:100%; 
	height:72px;
	background-color:#828282;
}

#header_menu {
	float:left;
	width:100%;
	height:23px;
	font-size:12px;
	color:#BABABA;
	background-image:url(images/submenu_bg.jpg);
	background-repeat:repeat-x;
}

#header_menu_padding {
	background-image:url(images/submenu_bar.jpg);
	background-repeat:no-repeat;
	height:100%;
	padding-left:152px;
	padding-top:4px;
}

#content_background {
	float:left;
	width:100%; 
}


#menu_left {
	float:left;
	width:135px;
	height:100%;
	min-height:399px;
	font-size:12px;
	background-image:url(images/left_background.jpg);
	background-repeat:repeat-y;
}
#menu_left_padding {
	padding-top:30px;
	padding-bottom:120px;
}

#content {
	position:absolute;
	width:360px;
	min-height:500px;
	top:100px;
	left:164px;
}
#content_padding {
	padding-left:0px;
	padding-top:25px;
	padding-right:10px;
	padding-bottom:50px;
}

#content_right {
	position:absolute;
	height:100%;
	width:450px;
	top:100px;
	left:533px;
}
#content_right_padding {
	padding-top:25px;
	padding-right:10px;
	padding-left:0px;
	padding-bottom:100px;
}


#footer {
	margin-top:40px;
	color:#999999;
	font-size:9px;
	clear:both;
}
#footer a {
	text-decoration:none;
	color:#999999;
}
#footer a:hover {
	color:#FFFFFF;
}


/*__________ Menu-Styles ________ */

#header_menu a{
	text-decoration:none;
	color:#BABABA;
}
#header_menu a:hover, #header_menu .active{
	color:#AE8E08;
}


#menu_left a {
	display:block;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:28px;
	color:#DFDFDF;
	text-decoration:none;
}
#menu_left a:hover, #menu_left .active{
	color:#D3AF16;
}


/*__________ Styles: Content ________ */

#content {
	color:#BEBEBE;
}
#content_right {
	color:#888888;
}
#mailform {
	text-align:left;
}
.csc-mailform-field label {
	display:block;
	clear:both;
}


/*__________ Styles: Allgemein ________ */
H1 {font-size:13px; font-weight:bold; color:#fcec3e; clear:both;  margin-top:0px;}
H2 {font-size:13px;  }
b {color:#fcec3e;}


.csi-clear {margin-bottom:20px;}
.csi-textpic {padding-top:5px;}

.imgtext-table img {
 	margin-left:10px;
 	margin-right:10px;
}

#content_right {
	margin-left:15px;
}
#content_right img{
	margin-left:0px;
}
#content_right .csc-textpic-left img {
	margin-left:-15px;
}

input, textarea, select  {
	background-color:#999999;
	border:0;
}
fieldset {
	border:0;
}


/*__________ Styles: Typo3 Gallery ________ */
#tx-lzgallery-pi1-fotonav td{
	padding:0px 5px 0px 5px;
}

#tx-lzgallery-pi1-listing .title, #tx-lzgallery-pi1-title {
	font-size:13px;
	font-weight:bold;
}

#tx-lzgallery-pi1-fotonav a{
	display:block;
	padding:3px 8px 3px 8px;
	margin-right:5px;
	margin-left:5px;
	border-color:#999999;
	border-width:1px 0px 1px 0px;
	border-style:solid;
	white-space:nowrap;
	text-decoration:none;
	font-weight:bold;
}

#tx-lzgallery-pi1-title {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
	width:100%;
	border-bottom:1px solid #999999;
}


/*__________ Link-Stile fr Content Links ________ */

#content a, #content_right a {
	color:#7E6C1F;
}

#content a:hover, #content_right a:hover {
	color:#D3AF16;
}


