html,body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/*__________ ZellenStyles __________*/

#headerimage {
	float:left;
}


#header_menu {
display:none;
}

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

#menu_left {
	display:none;
}

#content {
	position:absolute;
	width:360px;
	min-height:500px;
	top:80px;
	left:10px;
	border-right:2px solid gray;
}
#content_padding {
	padding-left:0px;
	padding-top:25px;
	padding-right:10px;
	padding-bottom:50px;
}

#content_right {
	position:absolute;
	height:100%;
	width:450px;
	top:80px;
	left:370px;
}
#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 ________ */



/*__________ Styles: Content ________ */

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


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


.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;
}


