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

	Projekt		:	CubeCon GmbH
	Copyright	:	°° zweikreis.de 2010

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


/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }
legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### basic styles ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}

pre			{font-size:1.2em; }


.clearer {
	display:block;
	width:100%;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.hidden{
	display:none;
}

.clear {clear:both;}
.floatLeft { float:left; }
.floatRight { float:right; }
.warning { color:#f00; background: inherit; }

/* ### HTML ###################################################################### */
html {
	height:100%;
}

/* ### BODY ###################################################################### */
body {
	font-family:arial, helvetica, sans-serif;
	font-size: small;
	background:#FFFFFF;
	height:100%;
	margin-bottom:1px;
	padding:0;
	}

/* ### Hauptstruktur ############################################################ */

#website {
	display:block;
	float:left;
	width:100%;
	text-align:left;	
}

#main_table{
	width:995px;
}

#table_main{
	background:#FFFFFF url(../pics/head_hint.jpg) no-repeat 12px 19px;
}

#table_footer{padding-top:0px;}

#leiste_o{
	display:block;
	float:left;
	width:100%;
	height:20px;	
	background:url(../pics/leiste_o.png) no-repeat left top;	
}

#head_1{
	display:block;
	float:left;
	width:419px;
	height:150px;
	padding:0;
	margin:0;
}

#nav_head{
    display:block;
    float:left;
	margin-left:0px;
	margin-top:6px;
	width:419px;
}

#logo{
	display:block;
	float:left;
    clear:both;
	width:160px;
	margin:10px 0 0 15px;
}

#content_head{
	display:block;
	float:left;
	width:575px;
	height:150px;
	padding:0;
	margin:0;
}	

#main{
	display:block;
	float:left;
	width:100%;
	margin:2px 0;
}

#main_home{
	display:block;
	float:left;
	width:100%;
	margin-top:2px;
}

#nav{
	display:block;
	float:left;
	width:175px;
}

#main_content{
	display:block;
	float:left;
	width:650px;
	padding:0 2px;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}

#content{
	display:block;
	float:left;
	padding:25px 40px 25px 35px;
	width:575px;
	min-height:372px;
	background:#F7F8F6;
}

#content_home{
	display:block;
	float:left;
	padding:0;
	width:826px;
	min-height:350px;
}

#content_2{
	display:block;
	float:right;
	width:160px;
	margin-right:2px;
}	

/*	footer
------------------------------------------------*/

#footer {
	display:block;
	float:left;
	width:100%;
	padding:5px 0 10px 0;
	text-align:center;
	color:#CFE3F1;
    font-size:11px;
    letter-spacing:1px;
	background:url(../pics/leiste_u.png) no-repeat left top;
}

#footer a,
#footer a:link {
	color:#CFE3F1;
	text-decoration:underline;
}
#footer a:hover,
#footer a.current {
	color:#AAC3D5;
	text-decoration:none;
}

/*############################### CONTENT ################################# */

/* Links */

#content a,
#content a:link{
   	color:#4C7AA2;
	text-decoration:underline;
}

#content a:hover{
	text-decoration:none;
   	color:#A3A3A3;
}

/* Bilder */

.flLeft {
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
	padding:0px;
}

.flRight {
	display:block;
	float:right;
	margin:0px 0px 10px 20px;
	padding:0px 0 0 0 ;
}

/* Hauptbereich */

#content p {
	margin-bottom: 1.1em;
	color:#333333;
	line-height:1.4em;
	letter-spacing:0px;
	font-size:0.9em;
	text-align:left;
}

#content td {
	color:#333333;
	line-height:1.4em;
	letter-spacing:0px;
	font-size:0.9em;
	text-align:left;
}

#content h1 {
	font-size: 1.6em;
	padding:5px 0 20px 0px;
	color:#000;
}

#content h2 {
	font-size: 1.2em;
	font-weight:bold;
	padding:10px 0 15px 0px;
	color:#444444;
}

#content h3{
	font-size: 1.1em;
	font-weight:bold;
	padding:5px 0 10px 0px;
	color:#595959;
}

#content h4,
#content h5,
#content h6 {	
	font-size: 1em;
	font-weight:bold;
	padding:5px 0 5px 0px;
	color:#484848;
}


#content ol,
#content ul {
	display:block;
	font-size:0.9em;
	padding-bottom: 10px;
	letter-spacing:0px;
}

#content ul li{
	display:block;
	padding-left:20px;
	margin-left:10px;
	padding-bottom:8px;
	background:url(../pics/listenpunkt.gif) no-repeat left -1px;
	line-height:1.2em;
	color:#333333;
}

#content ol li{
	padding-bottom:8px;
	list-style:decimal;
	line-height:1.2em;
	color:#333333;
}

/* Rechte Spalte und Kopf */

#content_2 p,
#content_head p {
	margin:0 10px 15px 15px;
	color:#555555;
	line-height:1.2em;
	letter-spacing:0px;
	font-size:0.85em;
	text-align:left;
}

#content_2 h1 {
	display:block;
	float:left;
	width:100%;	
	background:#698BA9;	
	color:#FFFFFF;
	padding:5px 0;
	font-size:1em;
	margin:0 0 10px 0px;
	text-align:center;
}

#content_head h1 {
	font-size: 1.4em;
	font-weight:bold;
	padding:10px 0 10px 15px;
	color:#595959;
}

#content_2 h2,
#content_head h2 {
	font-size: 1.1em;
	font-weight:bold;
	padding:10px 0 5px 12px;
	color:#595959;
}

#content_2 h3,
#content_head h3{
	font-size: 1em;
	font-weight:bold;
	padding:5px 0 5px 15px;
	color:#595959;
}

#content_2 h4,
#content_2 h5,
#content_2 h6,
#content_head h4,
#content_head h5,
#content_head h6 {	
	font-size: 1em;
	font-weight:bold;
	padding:5px 0 5px 15px;
	color:#484848;
}


#content_2 ol,
#content_2 ul,
#content_head ol,
#content_head ul {
	display:block;
	font-size:0.85em;
	padding-bottom: 10px;
	color:#000000;
	letter-spacing:1px;
}

#content_2 ul li,
#content_head ul li{
	display:block;
	padding-left:20px;
	margin-left:15px;
	padding-bottom:5px;
	background:url(../pics/listenpunkt.gif) no-repeat left -1px;
	line-height:1.1em;
}

#content_2 ol li,
#content_head ol li{
	padding-bottom:5px;
	list-style:decimal;
	line-height:1.1em;
}


/* ### Images ############################################################ 


#content .full {
	display:block;
	margin:0 0 10px 0;
	padding:0;
	background:#EAEAEA;
}

#content .flLeft p,
#content .flRight p,
#content .full p,
#content #right .flLeft p,
#content #right .flRight p,
#content #right .full p {
	margin:0 0 0 0;
	padding:4px 5px 3px 5px;
	font-size:1em;
	line-height:1.2em;
	text-align:left;
}

#content #right .flLeft,
#content #right .flRight,
#content #right .full {
	background:#CACACA;
		font-size:1.1em;
}

#content .flLeft p a,
#content .flRight p a,
#content .full p a,
#content .flLeft p a:link,
#content .flRight p a:link,
#content .full p a:link,
#content .flLeft p a:hover,
#content .flRight p a:hover,
#content .full p a:hover {
	text-decoration:none;
	color:#676748;
}



#download {
	display:block;
	float:left;
	width:100%;
	padding:6px 0 8px 0;
}

#download .links{
	display:block;
	float:left;
	width:50px;
	text-align:right;
	padding:0px 5px 0 5px;
	color:#999999;
	line-height:14px;
	text-align:center;
}


#download .rechts{
	display:block;
	float:left;
	width:400px;
}

#download .rechts h1{
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0;
}

#download .rechts .beschreibung{
	font-size:1.1em;
}

#content #download .rechts a,
#content #download .rechts a:link{
	text-decoration:underline;
	font-weight:bold;
}

#content #download h1 a:hover {
	text-decoration: none;
	color:#aaaaaa;
}



/* ### nav1st - first level navigation ######################################## */

/* Nav oben   */

#nav_head li{
	display:block;
	float:left;
}

#nav_head li a,
#nav_head li a:link{
	display:block;
	float:left;
	padding:4px 8px 1px 8px;
	border-right:1px solid #B7B7B7;
	text-transform:uppercase;
	color:#383838;
	font-size:0.8em;
}

#nav_head li.netviewer a,
#nav_head li.netviewer a:link{
	display:block;
	float:left;
	padding:0px 5px 5px 9px;
	text-transform:none;
	border-right:none;
	color:#A11D2B;
	font-weight:bold;
}

#nav_head li a:hover{
	color:#A8A8A8;
}

#nav_head li a.current{
	color:#A8A8A8;
}







/*	Navigation links
------------------------------------------------------------------------------*/

#nav ul.nav1st li .linkhead2,
#nav ul.nav1st li .linkhead15{
	display:block;
	float:left;
	width:162px;
	padding:5px 5px 4px 5px;
	color:#FFFFFF;
	font-size:1em;
	border-bottom:3px solid #FFFFFF;
}

#nav ul.nav1st li .linkhead2{background:#698BA9;}
#nav ul.nav1st li .linkhead15{background:#8DB0B4;}


/*	Navigation links 2. Ebene
------------------------------------------------------------------------------*/

#nav ul.nav2nd {
	display:block;
	float:left;
	width:172px;
	padding-bottom:20px;
}

#nav ul.nav2nd li {
	display:block;
	float:left;
	width:100%;
}

#nav ul.nav2nd li a,
#nav ul.nav2nd li a:link {
	display:block;
	float:left;
	width:162px;
	padding:3px 5px 3px 5px;
   	font-size:0.9em;
   	color:#2B2B2B;
   	background:#cccccc;
   	border-bottom:2px solid #FFFFFF;

}

#nav ul.link2 li a,
#nav ul.link2 li a:link {
   	background:#EFF2EE;
}

#nav ul.link15 li a,
#nav ul.link15 li a:link {
   	background:#E4EEED;
}

#nav ul.nav2nd li a:hover {
	text-decoration:underline;
   	color:#2B2B2B;
   	background:#FFFFFF;

}


#nav ul.nav2nd li a.current,
#nav ul.nav2nd li a.current:link,
#nav ul.nav2nd li .nav_subhead {
	display:block;
	float:left;
	width:65px;
	padding:3px 5px 3px 5px;
   	background:#FFFFFF;
}


/*	Navigation links 3. Ebene
------------------------------------------------------------------------------*/

#nav ul.nav3rd {
	display:block;
	float:left;
	width:85px;
	padding:2px 0 10px 0;
}

#nav ul.nav3rd li {
	display:block;
	float:left;
	width:100%;
}

#nav ul.nav3rd li a,
#nav ul.nav3rd li a:link {
	display:block;
	float:left;
	width:100%;
	padding:1px 0px;
   	font-size:11px;
   	color:#4C7AA2;
   	background:#FFFFFF;
	text-decoration:underline;
}

#nav ul.nav3rd li a:hover,
#nav ul.nav3rd li a.current,
#nav ul.nav3rd li a.current:link {
	text-decoration:none;
   	color:#A3A3A3;
   	background:#FFFFFF;
	padding:1px 0px;
}

/*disclaimer */

#disclaimer {
	display:block;
	float:right;
	width:250px;
}

#disclaimer h1  {
	font-size:0.9em;
	font-weight:bold;
	padding:10px 0;
	color:#444444;
	
}

#disclaimer p  {
	font-size:0.85em;
	line-height:1.2em;
	margin-bottom:0.9em;
	color:#666666;
}

/* google maps */

.googlemaps{
	display:block;
	float:right;
	width:400px;
}


/* Kasten  
*********************************************/

#kasten{
	display:block;
	float:left;
	width:160px;
}

#kasten_head{
	display:block;
	float:left;
	width:160px;
	height:23px;
	padding-top:7px;	
	margin:1px 0 5px 0px;
	text-align:center;
	color:#FFFFFF;
	background:#767D86;
}

#kasten_content{
	display:block;
	float:left;
	width:158px;
	height:371px;
	padding-top:10px;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;	
	text-align:center;
}

#kasten_kante{
	display:block;
	float:left;
	width:160px;
	height:1px;
	border-top:5px solid #949BA3;
}

	
/* Übersicht  
*********************************************/

#uebersicht{
}


#uebersicht ul{
	list-style:disc;
	color:#333333;
	margin:10px 0 0px 30px;
	font-size:11px;
}

#uebersicht ul li{
	line-height:1.2em;
}

#uebersicht td.head1_li{
	background:#698BA9 url(../pics/hint_li.png) no-repeat left top;	
	color:#FFFFFF;
	font-size:1.5em;
	height:73px;
}
	
#uebersicht td.head1_re{
	background:#8DB0B4 url(../pics/hint_re.png) no-repeat left top;	
	color:#FFFFFF;
	font-size:1.5em;
}

#uebersicht td .klein{
	font-size:0.6em;
	padding:10px 0 0 0;
}

#uebersicht_innen_li{
	background:url(../pics/uebersicht_hint.gif) no-repeat left 65px;
}

#uebersicht_innen_re{
	background:url(../pics/uebersicht_hint_re.gif) no-repeat left 65px;
}

#uebersicht td.head2_li{
	background:#EFF2EE;
	width:161px;
	height:55px;
}

#uebersicht td.head2_re{
	background:#E4EEED;
	width:161px;
	height:55px;
}

#uebersicht td.text{
height:230px;
width:161px;	
}

#uebersicht td p{
	padding:10px 10px 0px 10px;
	font-size:0.85em;
	color:#484848;
}


#uebersicht td.link_detail_li,
#uebersicht td.link_detail_re{
height:54px;
}

#uebersicht td.link_detail_li a,
#uebersicht td.link_detail_li a:link,
#uebersicht td.link_detail_re a,
#uebersicht td.link_detail_re a:link{
	display:block;
	float:right;
	padding:5px 20px;
   	color:#4C7AA2;
	text-decoration:underline;
}

#uebersicht td.link_detail_li a:hover,
#uebersicht td.link_detail_re a:hover{
	text-decoration:none;
   	color:#A3A3A3;
}

		
/*  Referenzen
*******************************************************************************/

#referenz{
	display:block;
	float:left;
	width:100%;
	margin-top:5px;
}

#referenz .head{
	display:block;
	font-size:0.9em;
	margin-bottom:10px;
}

#referenz .ref_text{
	display:block;
	padding:0 50px 0 10px;
}

#referenz .head .firma{
	font-size:1.2em;
	font-weight:bold;
}

#referenz a,
#referenz a:link{
	color:#444444;
	text-decoration:none;
}

#referenz a:hover{
	color:#444444;
	text-decoration:underline;
}

#ausklappen a,
#ausklappen a:link{
	font-family:verdana,sans;
	display:block;
	float:right;
	font-size:0.8em;
	text-decoration:none;
	padding:1px 0;
	border-bottom:1px solid #cccccc;
	margin: -5px -15px 0 0 ;
}

/* Partner  
*********************************************/

#partnerbox{
	display:block;
	border:1px solid #dddddd;
	margin-bottom:5px;
}

#partnerbox .partnerlogo{
	display:block;
	text-align:center;
	background:#FFFFFF;
	padding:20px 0 0 0;
}

#partnerbox .partnerlink{
	display:block;
	text-align:right;
	padding:10px 20px;
	background:#FFFFFF;
}

		
/* form-module
*******************************************************************************/

.warnung_best {
    display:block;
	margin:0;
    padding:2px;
    color:#FFFFFF;
    background:#cc0000;
    font-weight:bold;
    text-align:center;
    font-size:0.8em;
}


.danke_best {
    display:block;
    padding:30px 0;
    color:#3E433B;
	width:340px;
    font-weight:normal;
    text-align:center;
    font-size:11px;
}


#form-module {
    display:block;
    float:right;
	width:360px;
	margin:75px 0 30px 0;
	padding:5px;
}

#form-module h1{
	font-weight:bold;
	padding:3px 0px;
	font-size:0.8em;
	text-align:right;
	color:#908C1B;
	letter-spacing:1px;
}


#form-module .text_2 {
	padding:0px 2px;
	font-size:0.8em;
	text-align:right;
	color:#666666;
}


#form-module input,
#form-module select,
#form-module textarea,
#form-module file {
    font-family:verdana, arial, helvetica, sans-serif;
	font-size:0.8em;
	float:left;
	margin:0px;
	padding:2px;
	width:226px;
	border:1px solid #DCDCDC;
	background:#FFFFFF;
}


#form-module .submit {
    float:right;
	padding:2px 0;
	margin-right:2px;
	background:#AEAA39;
    width:150px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
	letter-spacing:0px;
	border:1px solid #DCDCDC;
}


#form-module textarea.textarea {
	height:100px;
}



/* #################### Blättern ####################### */

#blaettern{
	position:absolute;
	right:20px;
	top:10px;
	width:160px;
}

#blaettern .links{
	display:block;
	float:left;
	width:40px;
	height:30px;
}
#blaettern .links a,
#blaettern .links a:link{
	display:block;
	float:left;
	background:url(../pics/blaettern.gif) no-repeat left top;
	width:40px;
	height:30px;
}
#blaettern .links a:hover{
	background:url(../pics/blaettern.gif) no-repeat left -30px;
	text-decoration:none;
}


#blaettern .rechts{
	display:block;
	float:left;
	width:40px;
	height:30px;
}
#blaettern .rechts a,
#blaettern .rechts a:link{
	display:block;
	float:right;
	background:url(../pics/blaettern.gif) no-repeat right top;
	width:40px;
	height:30px;
}
#blaettern .rechts a:hover{
	background:url(../pics/blaettern.gif) no-repeat right -30px;
	text-decoration:none;
}


#blaettern .mitte{
	display:block;
	float:left;
	width:80px;
	height:30px;
}
#blaettern .mitte a,
#blaettern .mitte a:link{
	display:block;
	float:left;
	width:80px;
	height:22px;
	padding-top:8px;
	color:#908C1B;
	font-size:12px;
}
#blaettern .mitte a:hover{
	text-decoration:underline;
}

/* flashplayer  */


#flashfilm .tut{
	text-align:right;
	font-size:10px;
	margin-bottom:30px;
}

/* JAOS Gallery
*******************************************************************************/

#content #galerie{
	display:block;
	float: left;
	width:100%;
	padding:0;
	margin:20px 0 40px 0;
}

#content_2 #galerie{
	display:block;
	float: left;
	padding:10px 0 0 17px;
}

#content #gal,
#content_2 #gal{
	display:block;
	float: left;
}

#content #galerie h1{
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:1em;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px solid #B2B2B2;
}

.jaosg_thumbnail {
	display:block;
	float: left;
}

.jaosg_thumbnail a,
.jaosg_thumbnail a:link{
	display:block;
	float: left;
}

#galerie .beschreibung {
	display:block;
	float:left;
	font-size:10px;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	color:#484848;
	line-height:1.1em;
}



/* Lightbox 2.02
*******************************************************************************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../lb_images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited { background: url(../lb_images/prev.gif) left 20% no-repeat; }
#nextLink, #nextLink:visited { background: url(../lb_images/next.gif) right 20% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; padding: 5px 0; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 90px; float: right;  padding: 5px 0;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 2000px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}








#printfoot{
	display:none;
}

.anker{
display:block;
height:0px;
overflow:hidden;

}






