/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.6
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/


body { background:#F7F7F7; height:100%; color:#FFF; font-size:12px; font-family: 'Open Sans', sans-serif; line-height:1.5em }
	img { border:none; }
	
	#fg{width:100%; height:100%; background:url(../pics/imgFg.png) repeat; position:fixed; top:0; left:0; z-index:60}
	#background {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 61;
}

h1{font-size:16px; font-weight:bold; color:#83AB14}
h2{font-size:14px; font-weight:bold; color:#83AB14}
h3{font-size:12px; font-weight:bold; color:#83AB14}

a{color:#83AB14; text-decoration:none}
a:hover{ text-decoration:underline}
a:focus { 
    outline: none; 
}


#wohnHolder{position:absolute; left:300px; top:100px; width:600px; height:auto; background:none; z-index:150; color:#2D2D2D; display:none; padding:20px}
#wohnHolder h2{color:#090909}
#wohnHolder h1{font-size:24px; color:#262626}
	
	
#info{width:300px; height:100%; position:fixed; top:0; left:0; display:none;}
#infoTop{width:300px; height:110px; position:absolute; top:0; left:0; background:url(../pics/infoBg.png) repeat-y; z-index:200;}
#infoBottom{width:300px; height:100%; position:absolute; top:110px; left:0; background:url(../pics/infoBg.png) repeat-y; z-index:100;}
	
#LogoNormal{width:300px; height:80px; position:fixed; top:0; left:0; z-index:90;}
#LogoWhite{width:300px; height:80px;}
#close{width:30px; height:30px;}
#close a{ background:url(../pics/close.png) top left; display: block; padding:15px; text-indent:-4000}

#printText{position:absolute; top:110px; left:20px; color:#333}
#print{height:auto; width:auto; font-size:14px; padding:10px 0 10px 48px; background:url(../pics/print.png) no-repeat}
#impressum{position:fixed; right:10px; bottom:10px; z-index:250; padding:2px 5px; background:#FFF}


.grundriss{height:auto; width:auto; font-size:14px; padding:12px 0 12px 48px; background:url(../pics/lupe.png) no-repeat}


#navMain{position:fixed; right:27px; top:27px; z-index:600}

#navMain ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navMain ul li {
	float:left;
	width:100px;
	margin:0;
	padding:0;
	text-align:center;
}
#navMain ul li a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
	border-right:1px solid #FFF;
}
#navMain ul li a {
	background:url(../pics/bg3.jpg) no-repeat 0 0;
}
#navMain ul li a:hover {
	background-position:0 0;
}
#navMain ul li a.last {border:none}


#progrSmall{padding:0 0 0 59px; margin-top:-17px; display:none}


.right{float:right} 
.left{float:left}
.mr20{margin-right:20px}
.mb20{margin-bottom:20px}
.cat{font-size:1.2em}
.green{color:#83AB14}
.red{color:#911f09}


#mainText{width:260px; padding:0 20px 20px 20px; text-align:left; position:absolute; top:110px; left:0; z-index:110}
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#F7F7F7; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../pics/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			
			
#wohnList{ list-style:none; margin:-10px 0 0 0; padding:0}
#wohnList h1{margin:5px 0 10px 0; width:250px; float:left}
#wohnList li{width:290px; height:290px; float:left; background:none; margin:10px 10px 0 0; list-style:none; padding:0;}
#wohnList li.first{ width:570px; height:270px; margin:10px 0 0 0; padding:10px;}

		
			
			
ul.menu {
    list-style-type: none;
    
    padding: 0;
    width: 300px;
	margin:20px 0 20px -20px;
}
ul.menu a {
    display: block;
    text-decoration: none;
}
ul.menu li {
    margin-top: 1px;
	width:300px;
}
ul.menu li a {
	background:#83AB14;
   display:block;
	padding:5px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
	
}
ul.menu li a:hover {
    color:#2A2C2C;
   
}




ul.menu a.active, ul.menu a.active:hover {
   
    color:#2A2C2C;
	text-decoration:underline;
	
}
div.panel {  
    
    padding: 5px;
}
ul.menu div.panel a, ul.menu div.panel li a:hover {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #666666;
    display: inline;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
ul.menu div.panel a:hover {
    color: #000000;
    text-decoration: underline;
}

.clearBoth{clear:both;}
.width270{width:270px}


