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

     Project      :   www.fotolichtkunst.de
     Copyright    :   www.fotolichtkunst.de
     Autor       :   Lutz Weymann
	 
**************************************************************/

* { 
    margin: 0; 
	padding: 0; 
}

html { 
    height: 100%; 
	padding: 0 0 1px 0;
    background: url(bg_html.gif) repeat; 
}

body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #666; 
    background: url(bg_body.gif) repeat-x;
}
	
h1, h2, h3, h4, h5, h6 { 
    font-weight: 300; 
}
h1 { 
    padding: 20px 30px 0 0; 
	font-size: 22px;
    color:#666;	
}
h2 { 
    margin-bottom: 20px; 
	font-size: 18px;
    color:#666;	 
}
h3 { 
    padding: 10px 30px 10px 0;
	font-family: Arial, Helvetica; 
	font-size: 16px;
    font-style: italic;
    color:#666;		
}
h6 { 
    padding-top: 20px; 
	font-size: 20px; 
	text-align: center; 
}

p { 
    line-height: 15px;
}

a { 
    color: green; 
	text-decoration: none; 
	border-bottom: 1px dotted green; 
}
a:hover { 
    color: #606060; 
	text-decoration: none; 
}

img { 
    border: 0;
}
img a { 
    border: 0; 
}

.clear { 
    clear: 	both; 
}

.floatLeft { 
    float:left; 
	margin: 3px 15px 5px 0; 
}
.floatRight { 
    float:right; 
	margin: 3px 0 5px 15px; 
}

/********** SEITENLAYOUT **********/

#page { 
    width: 1000px; 
	margin: 0 auto; 
}

#header { 
    width: 1000px; 
	height: 88px; 
	margin: 0 auto; 
}
.logo { 
    width: 210px;
    height: 88px;	
	float: left; 
	z-index: 1;
	background: url(bg_logo.gif) no-repeat center top #86e714; 
}
.logo h1,
.logo h2 { 
    margin: 0; 
	line-height: normal; 
	text-align: center; 
}
.logo h1 { 
    padding: 38px 0 0 0px;  
	font-size: 28px; 
	letter-spacing: -1px; 
	color: #464646; 
}
.logo h1 span { 
    color: #fff; 
	font-style: italic; 
}    
.logo h2 { 
    font: italic 13px Georgia, "Times New Roman", Times, serif; 
	color: #217f0c; 
}

.lang {
    width: 150px;
	height: 43px;
	float: right;
	line-height: 43px;
}

#content { 
    width: 730px; 
	float: right; 
	padding: 10px; 
}

#content-1 {
    width: 750px;
	float: right; 
	padding: 20px 10px 10px 10px; 
}

#sidebar { 
    width: 210px;	
	min-height: 540px;
	float: left;
	z-index: 2;
    margin: 0;
    padding: 0;	
	margin-bottom: 10px; 
 	background: url(bg_logo_bottom.gif) no-repeat top #86e714; 
}
#sidebar_inner {
    width: 210px;
	height: 342px;
	margin-top: 50px;
}
#sidebar_order {
    position: relative;
	top: 5px;
	left: 5px;
    width: 200px;
	padding: 15px 0;
	background-color: #fff;
	filter: alpha(opacity=70);	
	-moz-opacity: 0.70;
	opacity: 0.7;
	border-radius: 8px;
	-moz-border-radius: 8px ;
	-webkit-border-radius: 8px;
	color: #000;
}
#sidebar_order h4 {
    padding: 5px 15px;
	font-size: 13px;
	font-style: italic;
}
#sidebar_order dl {
    padding: 5px 10px;
	line-height: 18px;
	color: #666; 
}
#sidebar_order dl dt {
    padding-left: 10px;
}
#sidebar_order .logout {
    width: 200px;
    margin: 20px auto; 
	text-align: center;
}
#sidebar_order .logout a {
    padding: 3px 5px; 
	border: 1px solid #ff0000;
	color: #ff0000;
}

#footer { 
	height: 55px; 
	font-size: 10px; 
    border-top: 1px solid #86e714; 
}
#footer p { 
    width: 1000px; 
	margin: 5px auto; 
	line-height: 15px; 
	text-align: right; 
	color: gray; 
}
#footer p span.left { 
    float: left; 
}
#footer p span.right { 
    float: right; 
}
#footer a { 
    color: gray; 
	font-weight: normal; 
	line-height: 15px; 
	text-decoration: none; 
	text-transform: uppercase; 
	text-align: right; 
}
#footer a:hover { 
    color: #217f0c; 
	text-decoration: none; 
	border: 0; 
}

/********** NAVIGATION **********/
   	
.menu { 
    width: 700px; 
	height: 41px; 
	margin: 3px 0 0 0; 
	float: right; 
	padding: 0; 
}
.menu ul { 
    float: right; 
	display: block; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
.menu li { 
    height: 41px; 
	float: left; 
	line-height: 41px; 
}
.menu li a { 
    padding: 0 20px; 
	text-decoration: none; 
	text-transform: lowercase; 
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #fff; 
	border: 0; 
}
.menu li.current a { 
    text-decoration: underline; 
	color: #217f0c; 
}    
.menu li a:hover { 
    text-decoration: underline; 
	color: #217f0c; 
}


/********** MODULE **********/

/*  Modul 01.2 - Text  */

.text { 
    padding: 15px 20px ; 
} 
.text p { 
    margin: 0;
	padding: 4px 0 4px 0; 
}
.text a { 
    color: green; 
	text-decoration: none; 
	border-bottom: 1px dotted green; 
}
.text a:hover { 
    color: #606060; 
	text-decoration: none; 
	border: 0; 
}
.text .floatLeft a,
.text .floatRight a { 
    cursor: pointer; 
	border: none; 
}
.text .floatLeft a.zoom,
.text .floatRight a.zoom { 
    cursor: -moz-zoom-in; 
}
	
/*  Modul 01.3 - Referenzen  */

.referenz { 
    width: 520px; 
	margin: 0 auto; 
}
.toggler { 
    width: 510px;
	padding-left: 10px; 
	cursor: pointer; 
	text-decoration: none; 
	font-size: 1.1em; 
	font-weight: normal; 
	line-height: 20px; 
	display: block; 
}
.toggler span {  }
.toggler p { 
    padding-bottom: 10px;
}
.toggler a { 
    border: none; 
}
.toggler a img { 
    cursor: -moz-zoom-in; 
}
.toggler-closed { 
    height: 20px; 
	color: green; 
	text-decoration: underline; 
	border: none; 
}
.toggler-closed:hover { 
    height:20px; 
	color: #606060; 
}
.toggler-opened { 
    height: 20px; 
	font-weight: bold; 
	color: #606060; 
	background: #f4fecf; 
}
.toggler-opened:hover { 
    height: 20px; 
	color: #606060; 
}
.toggler-c-closed,
.toggler-c-opened { 
    font-size: 0.9em; 
	font-weight: normal; 
	text-align: left; 
	line-height: 1.0em; 
}
.toggler-c-closed { 
    background: transparent; 
	border: solid 1px #e3e3e3; 
	margin: 0 auto; 
	padding: 10px; 
}
.toggler-c-opened { 
    width: 500px; 
	margin: 0 auto; 
	padding: 10px; 
	background: #f4fecf; 
	border-bottom: 1px dotted green; 
}
.no_toggler { 
    width: 510px; 
	margin: 0 auto; 
	padding-left: 10px; 
	font-size: 1.1em; 
	font-weight: normal; 
	line-height: 20px; 
}	

/*  Modul 01.4 - Impressum  */

.impressum  { 
    width: 500px; 
	margin: 20px auto; 
}
.impressum .links { 
    width: 248px; 
	float: left; 
}
.impressum .rechts { 
    width: 248px; 
	float: left; 
}	
.impressum p { 
    margin-bottom: 4px; 
}
.impressum a, 
.impressum a:link, 
.impressum a:visited { 
    text-decoration: none; 
}
.impressum a:hover { 
    color: #008000; 
	text-decoration: none; 
	border: 0; 
}
.clboth { 
    clear: both; 
	display: block; 
}

/*  Modul 01.5 - Aktuelles / News  */

.news { 
    width: 480px; 
	margin: 27px auto 0 auto; 
	padding: 10px 20px; 
	border: 1px solid #ddd; 
	background: #f8f8f8; 
}
.news .headline { 
    width: 480px; 
	font-size: 15px; 
	font-family: Arial; 
	line-height: 22px; 
	border-bottom: 1px solid #ddd; 
} 
.news .text { 
    padding: 5px 0 5px 0; 
	border-bottom: 1px solid #ddd; 
}
.news .image { 
    width: 356px; 
	margin: 0 auto; 
	padding: 10px 0 0 0;
}
.news .image .img,
.news .image .img-1 { 
    width: 100px; 
	height: 100px; 
	float: left; 
	padding: 5px; 
	background: #fff; 
	border: 1px solid #ded7bd; 
}
.news .image .img-1 { 
    margin-right: 10px; 
}
.news .image .img a,
.news .image .img-1 a { 
    border: none;
}

/*  Modul 01.6 - Link Bildrotator  */

.project {
    margin: 10px 0;  
    border-top: 1px solid #ded7bd;
}
.project .text {
    padding: 10px 20px;
}	
.rotator {
    position: relative;
	margin-bottom: 10px;
    padding: 3px;
	border: 1px solid #ded7bd;
    box-shadow: 4px 4px 2px #ccc;
}
.rotator ul {
    list-style: none;
}
.rotator ul li a {
    border: none;
}
.rotatorBackground {
    position: absolute;
	height: 30px;
	bottom: 13px;
	left: 3px;
	z-index: 15;
	background-color: #011d2e;
	filter: alpha(opacity=60);	
	-moz-opacity: 0.60;
	opacity: 0.6;
	border-top: 1px solid #125d8a;
	border-bottom: 1px solid #125d8a;
}
.rotatorText {
    position: absolute;
	width: 300px; 
	height: 20px;
	bottom: 20px;
	z-index: 16;
    color: #ffffff;
    text-indent: 15px;
	filter: alpha(opacity=100);  
	-moz-opacity: 1;
    opacity: 1;	
}	
.rotatorText p {
    margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}
.rotatorText p a {
    color: #ffffff;
	text-decoration: none;
	border: none;
}
.rotatorText p a:hover {
	text-decoration: underline;
}

/*  Modul 01.7 - Projekt-Teaser  */

.artikelTeaser { 
    width: 600px; 
	margin: 0 auto;
	padding: 0 0 20px 0; 
	border-bottom: 1px solid #ded7bd; 
}
.artikelTeaser p.artikelBody { 
    margin: 10px 0; 
}
.artikelTeaser p.artikelLink { 
    margin: 5px 0 0 0; 
}

/*  Modul 02.1 - Fotogalerie (Fancybox)  */

#gallery { 
    width: 580px; 
	margin: 20px auto; 
}
#gallery h2 { 
    margin-bottom: 5px; 
}
#gallery p {
    width: 552px; 
	margin: 0 auto; 
	padding: 0 0 10px 0; 
}
#gallery .link { 
    width: 552px; 
	margin: 0 auto; 
	padding-bottom: 10px; 
	line-height: 20px; 
	text-align: right; 
}
#gallery #image { 
    width: 516px; 
	margin: 0 auto; 
	padding: 10px 7px 7px 10px; 
	border: 1px solid #ded7bd; 
	background: #efe8cc;
    box-shadow: 4px 4px 2px #ccc;
}
#gallery #imgBlock {  }
#gallery #imgBlock a.zoom { 
    float: left; 
	margin: 0 3px 3px 0; 
	padding: 3px 3px 1px 3px;
	cursor: -moz-zoom-in; 
	background: #fff; 
	border: 1px solid #ded7bd; 
}
#gallery .paginator { 
    margin: 3px 0 10px 0; 
	background: #efe8cc; 
}
#gallery .paginator a.active,
#gallery .paginator a.inactive { 
    margin-right: 4px; 
	padding: 2px 5px; 
	text-decoration: none; 
	background: #fff; 
	border: 1px solid #ded7bd; 
}
#gallery .paginator a.inactive { 
    color: #888; 
}

/*  Modul 02.3 - Kundengalerie & Bestellformular  */

#image-form {
    width: 730px;
	height: 400px;
	padding: 10px 0 10px 10px;
	overflow:auto;
	border: 1px solid #ded7bd;
    box-shadow: 4px 4px 2px #ccc;
}
#image-form a {
    border: 0 none;
}
#image-form fieldset {
    border: 0 none;
}
.image {
    width: 230px;
	height: 110px;
	margin: 0 5px 5px 0;
	float: left;
	border: 1px solid #ded7bd;
	/*background: #fff;*/
}
.image .image-thumb {
    width: 80px;
    margin: 5px;
    padding: 3px 3px 0 3px;	
    float: left;
    background: #fff;	
}
.image .image-thumb a.zoom {
	cursor: -moz-zoom-in;
	border: 0 none;
}
.image input.imgtitel {
    width: 80px;
	padding: 1px 0 2px 0;
	color: #666;
	border: 0 none;
	background: transparent;
}
.image .form {
    width: 130px;
	float: left;  
}
.image label,
.image input,
.image select {
    font-size: 11px;
	color: #666;
}
label.img-label {
    width: 50px;
	margin-top: 5px;
	float: left;
	display: block;
}
.image select {
    width: 80px;
	margin: 5px 0 0 0;
	display: block;
}

/*  Modul 03.1 - Image-Menü für Portfolio  */

#image_menu { 
    width: 440px; 
	margin: 50px auto; 
    padding: 3px;
	border: 1px solid #ded7bd;
    box-shadow: 4px 4px 2px #ccc; 
}
.image_menu {
	margin: 0;
	padding: 0; 
    list-style: none; 
	position: relative; 
}  
.image_menu li{ 
	width: 110px; 
	height: 200px;
	float: left; 
	margin-right: 0px; 	
	padding: 0; 	
    display: block; 
	overflow: hidden; 
	cursor: pointer; 
	background: url(image_menu.jpg) no-repeat; 
}
.image_menu a{ 
	height: 200px;
    display:block; 
 	text-indent: -9999px; 
	outline: none; 
}
#image1 { 
    background-position: 0px 0px; 
}
#image2 { 
    background-position: -250px 0px; 
}
#image3 { 
    background-position: -500px 0px; 
}
#image4 { 
    background-position: -750px 0px; 
}
	
/*  Modul 04.1 - Formulare (X-Form)  */

#rex-xform * { 
    margin: 0; 
	padding: 0; 
}
#rex-xform { 
    width: 420px; 
	margin: 20px auto; 
	padding: 10px 0 10px 10px; 
	border: 1px solid #ded7bd; 
	background: #efe8cc;
    box-shadow: 4px 4px 2px #ccc; 
}
#rex-xform fieldset { }
#rex-xform p { 
    clear: both; 
	margin-bottom: 7px; 
}
#rex-xform p.formselect, 
#rex-xform p.formtextarea, 
#rex-xform p.formcheckbox, 
#rex-xform p.formmcheckbox { 
    margin-bottom: 7px; 
}
#rex-xform p.formhtml, 
#rex-xform p.formcaptcha { 
    margin-top: 7px; 
	margin-bottom: 7px; 
}
#rex-xform p.formhtml { 
    font-weight: bold; 
}
/*  Label  */
#rex-xform p label { 
    display: block; 
	float: left; 
	width: 155px; 
	padding-top: 3px; 
}
#rex-xform p.formtextarea label { 
    float: none; 
}
#rex-xform p.formcheckbox label { 
    padding-top: 0px; 
}
.com-answer #rex-xform .com-content p.formtext label { 
    width: 155px; 
}
#rex-xform p.formtextarea label { 
    width: auto; 
}
/*  Captcha  */
#rex-xform p.formcaptcha input.captcha { 
    float: right; 
	margin: 9px;
}
#rex-xform p.formcaptcha span.as-label img { 
    height: 30px; 
	margin-top: 3px; 
}
/*  Input  */
#rex-xform p.formtext input, 
#rex-xform p.formpassword input { 
    width: 250px; 
	padding: 2px; 
}
.com-answer #rex-xform .com-content p.formtext input { 
    width: 230px; 
}
#rex-xform p.formcaptcha input { 
    width: 100px; 
	padding: 2px; 
}
#rex-xform p.formtext input, 
#rex-xform p.formpassword input, 
#rex-xform p.formcaptcha input, 
#rex-xform p.formmediapool input { 
    border: 1px solid #ddd; 
	color: #555; 
	font-size: 11px; 
}
/*  Textarea */
#rex-xform p.formtextarea textarea { 
	width: 405px; 
	height: 80px; 
    margin-top: 5px; 
	padding: 2px; 
	color: #555; 
	border: 1px solid #ddd; 
}
.com-answer #rex-xform .com-content p.formtextarea textarea { 
    width: 390px; 
}
/*  Submit */
#rex-xform p.formsubmit label { 
	width: 155px; 
	float: left; 
	padding-top: 3px; 
    display: block; 
} 
#rex-xform p.formsubmit input { 
    padding-left: 155px; 
}
#rex-xform p.formsubmit input { 
    padding: 0 3px 0 3px; 
	font-size: 11px; 
	color: #555; 
	cursor: pointer; 
}
p.answertext { 
    margin-top: 20px; 
	padding-left: 20px; 
}
/*  Warnungen  */
#rex-xform ul.form_warning { 
    padding: 10px; 
	color: red; 
}
#rex-xform .form_warning { 
    color: red; 
}

/*  Modul 06.1 - Login  */

.loginbox {
    width: 270px;
	height: 100px;
	margin: 50px  auto;
	padding: 3px;
	border: 1px solid #ded7bd;
    box-shadow: 4px 4px 2px #ccc;	
}
.loginbox form {
    width: 270px;
	height: 100px;
	background: #efe8cc;
} 
.loginbox form fieldset {
    border: 0 none;
}
.type-text,
.type-button {
    height: 20px;
	padding: 10px 10px 0 10px;
	line-height: 20px;
}
.type-text label {
    width: 120px;
}
.type-text input {
    width: 150px;
	height: 14px;
    float: right;  
	padding: 2px; 
    border: 1px solid #ddd; 
	color: #555; 
	font-size: 11px;    
}
.type-button input {
    float: right;
    padding: 0 3px 0 3px; 
	font-size: 11px; 
	color: #555; 
	cursor: pointer; 
}  
