/*
Theme Name: MacLeo WordPress
Theme URI: http://macleo.de/
Description: The wp-macleo WordPress theme is based on the famous wp-coda by Greg Johnson <a href="http://wordpress.bustatheme.com/coda</a>.
Version: 1.0
Author: Jan Beerbaum und Leo Lipp
Author URI: http://www.macleo.de
Tags: White, Simple, one Page, Plane, Beautiful

	WP-MacLeo v1.0
	http://www.macleo.de

	This theme was designed and built by Jan Beerbaum und Leo Lipp,
	whose blog you will find at http://macleo.de

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong{font-weight:bold}
em{font-style:normal}
a{text-decoration:none; cursor:pointer}

* {
            margin: 0;
            padding: 0;
        }


body{
	color:#333333;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:1.35;
	background:#000000 url(images/macleo_bg.jpg) center top repeat-x;
}

#header{
	margin:0 auto;
	padding:0px;
	width:900px;
	position:relative;
}

#flags {
	position: absolute;
	left: 418px;
}

	#header h1,
	#header h2{
		display:none;
	}
	#header ul{
		margin:0 auto;
		height:100px;
		width:800px;
	}
		#header ul li{
			display:block;
			float:left;
			width:266px;
			height:100px;
		}
			#header ul li a{
				display:block;
				position:relative;
				width:266px;
				height:100px;
				background-image:url(images/header_links.png);
				background-repeat:no-repeat;
			}
				#header ul li a strong{
					display:none;
				}
				#header ul li a span.hover{
					display:block;
					position:absolute;
					width:266px;
					height:100px;
					background-image:url(images/header_links.png);
					background-repeat:no-repeat;
				}
				#go_download a{
					background-position:0 0;
				}
					#go_download a .hover{
						background-position:0 -100px;
					}
				#go_learn{
					padding:0 1px;
				}
				#go_learn a{
					background-position:-267px 0;
				}
					#go_learn a .hover{
						background-position:-267px -100px;
					}
				#go_talk a{
					background-position:-534px 0;
				}
					#go_talk a .hover{
						background-position:-534px -100px;
					}
	
		

#page_header{
	margin:0 auto;
	padding-top:10px;
	width:1000px;
	height:50px;
}
	#page_header p{
		display:none;
	}

#page{
    width:1000px;
    margin:0 auto;
}
	#slider{
		margin:0 auto;
		position:relative;
		padding-left:20px;
	}

	#page .navigation{
		padding:0px;
		height:60px;
		padding-top:30px;
		white-space: nowrap;
	}
	
	#page .navigation li{
		float:left;
		padding:0px;
	}
	
	#page .navigation a{
		display:block;
		float:left;
		padding:0px;
		font-size:13px;
		color:#464646;
		font-weight:bold;
	}
		#page .navigation a:hover,
		#page .navigation a.selected{
			color:#669900;
		}
		#page .navigation a.selected{
			color: #669900;
		}
	#page .navigation a span{
		display:block;
		float:left;
		padding:0 15px;
		padding-top:40px;
	}
		#page .navigation a:hover span,
		#page .navigation a.selected span{
		}
	#page .navigation a:focus{
		outline:none;
	}

	#page .scroll{
		height:590px;
		width:950px;
		margin:0px 0px;
		overflow:auto;
		position:relative;
		clear:left;
		
	}
	
		#page .scrollContainer .panel{
			height:583px;
			width:970px;
			overflow:hidden;
		}		
	
			#page .panel h3{
				font-size:28px;
				padding:0 0 .5em 0;
				letter-spacing:-2px;
				color:#000;
				font-weight:bold;
				display:none;
			}
			#page .panel h4{
				padding:0 0 .5em 0;
				font-size:15px;
				letter-spacing:-0.5px;
				font-weight:bold;
				color:#3e414c;
			}
			#page .panel strong{
				color:#33333e;
			}
			#page .panel em{
				font-style:italic;
			}
			#page .panel a{
				white-space:nowrap;
				color:#464646;
				font-weight:bold;
			}
				#page .panel a:hover{
					text-decoration:none;
					color:#669900;
				}
			#page .panel .gallery img{
				padding:2px;
				border:solid 1px #c0c5d6;
			}
			#page .panel blockquote,
			#page .panel ul,
			#page .panel ol,
			#page .panel pre{
				font-size:12px;
				margin-top:1px;
				margin-bottom:1em;
				padding:10px 15px;
				padding-bottom:5px;
				background:#d9dadb;
			}
			#page .panel blockquote p{
				padding:.4em 0 !important;
				text-indent:0 !important;
			}
			#page .panel li{
				list-style-position: inside;
				padding: 0 0 .5em 0;
			}
				#page .panel ul li{
					margin:0 0 0 1em;
					list-style:square;
				}
				
				#page .panel ol li{
					margin:0 0 0 1.5em;
					list-style:decimal;
				}
			#page .panel pre{
				line-height:1em;
				color:#19234c;
				font-size:13px;
				overflow:auto;
				background:#f8f8f8;
				border:solid 1px #e5e5e5;
			}
			#page .panel code{
				padding:0 3px;
				color:#33333e;
				background:#f8f8f8;
				border:solid 1px #e5e5e5;
				font-size:13px !important;
			}
			
			#page .panel .gallery{
				text-align:center;
			}

	#page .scrollButtons{
		width:30px;
		height:30px;
		position:absolute;
		top:280px;
		cursor:pointer;
	}
		#page .scrollButtons a{
			display:block;
			height:30px;
			width:30px;
		}
		#page .scrollButtons span{
			display:none;
		}
		#page .scrollMeLeft{
			left:-40px;
		}
			#page .scrollMeLeft a{
				background:url(images/left_right.png) 0 0 no-repeat;
			}
			#page .scrollMeLeft a:hover{
				background:url(images/left_right.png) 0 -30px no-repeat;
			}
		#page .scrollMeRight{
			right:-40px;
		}
			#page .scrollMeRight a{
				background:url(images/left_right.png) -30px 0 no-repeat;
			}
			#page .scrollMeRight a:hover{
				background:url(images/left_right.png) -30px -30px no-repeat;
			}

#page_footer{
	width:900px;
	margin:0 auto;
}
	#page_footer h5{
		padding:20px 90px;
		font-size:28px;
		letter-spacing:-2px;
		font-weight:bold;
		color:#3c508e;
	}
	#page_footer p{
		padding:0 70px 30px 70px;
		font-size:13px;
		color:#2f4077;
		line-height:1.5em;
	}
		#page_footer p a{
			color:#fff;
		}
			#page_footer p a:hover{
				text-decoration:underline;
			}

#footer{
	margin-top:100px;
	height:90px;
	border-top:solid 1px #0b194d;
	background:#000 url(images/footer_bg.png) center top no-repeat;
	font-size:13px;
	font-family: "Lucida Grande", Calibri, Arial;
	clear:left;
}
	#footer p{
		width:900px;
		overflow:hidden;
		margin:0 auto;
		color:#374051;
	}
		#footer span{
			display:block;
			height:90px;
			line-height:90px;
		}
		#footer .left{
			float:left;
		}
		#footer .right{
			float:right;
		}
		#footer a{
			color:#727fa1;
		}
			#footer a:hover{
				text-decoration:underline;
			}


div#fancy_overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	background-color:#333;
}

div#fancy_loading{
	position:absolute;
	height:40px;
	width:40px;
	cursor:pointer;
	display:none;
	overflow:hidden;
	background:transparent;
	z-index:100;
}

div#fancy_loading div{
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:480px;
	background:transparent url(images/fancy_progress.png) no-repeat;
}

div#fancy_close{
	position:absolute;
	top:-12px;
	left:-12px;
	height:30px;
	width:30px;
	background:transparent url(images/fancy_closebox.png) ;
	cursor:pointer;
	z-index:100;
	display:none;
}

div#fancy_content{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0; 
	margin:0;
	z-index:96;
}

#fancy_frame{
	position:relative;
	width:100%;
	height:100%;
	display:none;
}

img#fancy_img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0; 
	padding:0; 
	margin:0;
	z-index:92;
	cursor:pointer;
}

div#fancy_title{
	position:absolute;
	bottom:-35px;
	left:0;
	width:100%;
	z-index:100;
	display:none;
}

div#fancy_title table{
	margin:0 auto;
}

div#fancy_title div{
	color:#FFF;
	font:bold 12px Arial;
	padding-bottom:2px;
}

td#fancy_title_left{
	height:32px;
	width:15px;
	background:transparent url(images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main{
	height:32px;
	background:transparent url(images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right{
	height:32px;
	width:15px;
	background:transparent url(images/fancy_title_right.png) repeat-x;
}

div#fancy_outer{
	position:absolute;
    top:0;
    left:0;
    z-index:90;
    padding:18px 18px 58px 18px;
    margin:0;
    overflow:hidden;
    background:transparent;
    display:none;
}

div#fancy_inner{
	position:relative;
	width:100%;
	height:100%;
	border:1px solid #fff;
	background:#fff;
}

a#fancy_left, a#fancy_right{
	position:absolute; 
	bottom:10px; 
	height:100%; 
	width:35%; 
	cursor:pointer;
	background-image:url(images/data:image/gif;base64,AAAA);
	z-index:100; 
}

a#fancy_left{
	left:0px; 
}

a#fancy_right{
	right:0px; 
}

a#fancy_left:hover{
	background:transparent url(images/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover{
	background:transparent url(images/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}

div#fancy_bg{
	display:none;
}
	
div.fancy_bg{
	position:absolute;
	display:block;
	z-index:70;
}

div.fancy_bg_n{
	top:-18px;
	width:100%;
	height:18px;
	background:transparent url(images/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne{
	top:-18px;
	right:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e{
	right:-13px;
	height:100%;
	width:13px;
	background:transparent url(images/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se{
	bottom:-18px;
	right:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s{
	bottom:-18px;
	width:100%;
	height:18px;
	background:transparent url(images/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw{
	bottom:-18px;
	left:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w{
	left:-13px;
	height:100%;
	width:13px;
	background:transparent url(images/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw{
	top:-18px;
	left:-13px;
	width:13px;
	height:18px;
	background:transparent url(images/fancy_shadow_nw.png) no-repeat;
}

.leotext {
	color:#333333;
font-family:Helvetica,Arial,Verdana,sans-serif;
font-size:13px;
font-weight:bold;
line-height:1.35;	
}


.leohead {
font-family:helvetica,Arial,Verdana,sans-serif;
color:#669900;
font-size:15px;
padding-bottom:5px;
padding-top:3px;
}

.submitButton {
	text-align:right;
	margin-right:5px;
}

.impressum {
	background:#D9DADB none repeat scroll 0 0;
	font-size:12px;
	padding:10px 13px;
	border:1px solid #999;
}

.impressum:hover {
	border-color:#669900;
}

.preise {
	background:#D9DADB none repeat scroll 0 0;
	font-size:12px;
	padding:0px 13px;
	padding-top:1px;
	border:1px solid #999;
}

.preise:hover {
	border-color:#669900;
	background-color:#669900;
}

#page .panel .preise a{
					text-decoration:none;
					color:#333333;
				}

#page .panel .preise a:hover{
					text-decoration:none;
					color:#333333;
				}

.greenborder {width:430px; border:1px solid #999; text-align:left;}
.greenborder:hover {border-color:#669900;}

form { margin:0; padding:0;}
fieldset {width:440px; border:1px solid #999; margin-right:47px; text-align:left;}
fieldset:hover {border-color:#669900;}
fieldset#checkbox input  {width:35px;}
legend {font-size:14px; color:#669900; font-weight:bold; padding:5px; margin:5px 5px 5px -6px; background:none;}
label { color:#333; font-size:1em; margin:0 0 3px 0; padding:0; line-height:1.5em; width:120px; display:block; float:left; clear:left;}
input {border:1px solid #666; padding-left:0.3em; margin-bottom:1.2em; width:300px; background:#fff;resize:both;}
input:focus {border-color:#669900;resize:both;}
select {border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; background:#fff; width:100px;}
textarea {width:304px; border:1px solid #666;resize:both;}
textarea:focus {border-color:#669900;resize:both;}
.plz {width:70px;}
.ort {width:220px;}
.strasse {width:240px;}
.strnummer {width:50px;}
.submitbtn {width:123px; background:#333; border:1px solid; border-color:#999 #333 #333 #999; color:#fff; cursor:pointer; padding:0; margin:0;}
.submitbtn:hover {background:#669900; color:#fff; border:1px solid; border-color:#999 #333 #333 #999; }

.trigger {border:1px solid #999; text-align:left;}
.trigger:hover {border-color:#669900;}

.quotes {
	float:left;
	margin-top:200px;
	margin-left:10px;
}

.bubbleInfo {
            position: relative;

        }
     
        /* Bubble pop-up */


 #dpop1{
		position:absolute;
		display:none;
		margin:120px 0 0 -80px;
		padding:10px 0 0 0;
		width:600px;
		height:125px;
		z-index:50;
		font-size:12px;
		color:#fff;
		border-collapse:collapse;
	}
	
 #dpop2{
		position:absolute;
		display:none;
		margin:192px 0 0 -150px;
		padding:10px 0 0 0;
		width:600px;
		height:125px;
		z-index:50;
		font-size:12px;
		color:#fff;
		border-collapse:collapse;
	}
 #dpop3{
		position:absolute;
		display:none;
		margin:150px 0 0 -210px;
		padding:10px 0 0 0;
		width:600px;
		height:125px;
		z-index:50;
		font-size:12px;
		color:#fff;
		border-collapse:collapse;
	}
 #dpop4{
		position:absolute;
		display:none;
		margin:163px 0 0 -260px;
		padding:10px 0 0 0;
		width:600px;
		height:125px;
		z-index:50;
		font-size:12px;
		color:#fff;
		border-collapse:collapse;
	}
 #dpop5{
		position:absolute;
		display:none;
		margin:190px 0 0 -320px;
		padding:10px 0 0 0;
		width:600px;
		height:125px;
		z-index:50;
		font-size:12px;
		color:#fff;
		border-collapse:collapse;
	}
 #dpop6{
		position:absolute;
		display:none;
		margin:190px 0 0 -380px;
		padding:10px 0 0 0;
		width:600px;
		height:125px;
		z-index:50;
		font-size:12px;
		color:#fff;
		border-collapse:collapse;
	}
 #dpop7{
		position:absolute;
		display:none;
		margin:210px 0 0 -286px;
		padding:10px 0 0 0;
		width:600px;
		height:125px;
		z-index:50;
		font-size:12px;
		color:#fff;
		border-collapse:collapse;
	}

        .popup td.topleft { background-image: url(images/bubble/bubble-1.png); height: 15px; width: 19px; }
        .popup td.top { background-image: url(images/bubble/bubble-2.png); }
        .popup td.topright { background-image: url(images/bubble/bubble-3.png); height: 15px; width: 19px; }
        .popup td.left { background-image: url(images/bubble/bubble-4.png); }
        .popup td.right { background-image: url(images/bubble/bubble-5.png); }
        .popup td.bottomleft { background-image: url(images/bubble/bubble-6.png); height: 15px; width: 19px; }
        .popup td.bottom { background-image: url(images/bubble/bubble-8.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td.bottomright { background-image: url(images/bubble/bubble-7.png); height: 15px; width: 19px; }

        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif) no-repeat top right;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }

		.name { unicode-bidi:bidi-override; direction: rtl; }


#large_box {width:650px; height:300px;}

.form123 {
	display: none;
}

#zoom {
	z-index: 10;
}
.formButtons {
	text-align:right;
	width:452px;
	margin-top:20px;
	background-color: #333;
	height: 33px;
	padding-top: 9px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}