@charset "utf-8";



/* Import
--------------------------------------------------------------------------------------- */
	@import url("lightbox.css");
	@import url("cms.css");
	

/* Reset
--------------------------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
	
/* Globals und Typo 
--------------------------------------------------------------------------------------- */
html[xmlns^="http"] { overflow-y: scroll;}


html {
	}


body {
	background: #fff url(../images/bg.jpg) repeat-x top center;
	background-attachment:fixed;
	color: #d3d3df;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	}


	 
/*****************************************************************************************/
/*									 LINKS      										 */
/*****************************************************************************************/


a, .escape span{
	text-decoration: underline;
	color: #e1de0c;
	outline: none;
}

a:hover, a:hover span { text-decoration:none; color:#d3d3df;}

a:focus, a:focus span {  /* Macht die gepunktete Linie um geklickte Links unsichtbar */
	color: #e1de0c;
    outline: none;
	}
	
a:visited, a:visited span  {
	color: #e1de0c;
	text-decoration: underline;
	}

a#WKOlink {
	background: red url(../images/wkologo.gif) no-repeat;
	height: 32px;
	width: 107px;
	display: block; 
	text-indent: -9999px;
	position: relative !important;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

h1.h1-home {
	background: url(../images/layout/h1-home.png) no-repeat; 
	text-indent: -9999px; 
	padding-bottom: 20px;
	height: 36px; 
	}

*html h1.h1-home {
	background-image: none;
	margin-bottom: 20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/h1-home.png', sizingMethod='image');
}	


h1.h1-leistungen {
	background: url(../images/layout/h1-leistungen.png) no-repeat; 
	text-indent: -9999px; 
	padding-bottom: 20px;
	height: 36px; 
	}

*html h1.h1-leistungen {
	background-image: none;
	margin-bottom: 20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/h1-leistungen.png', sizingMethod='image');
}


h1.h1-equipment {
	background: url(../images/layout/h1-equipment.png) no-repeat; 
	text-indent: -9999px; 
	padding-bottom: 20px;
	height: 36px; 
	}

*html h1.h1-equipment {
	background-image: none;
	margin-bottom: 20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/h1-equipment.png', sizingMethod='image');
}	


h1.h1-referenzen {
	background: url(../images/layout/h1-referenzen.png) no-repeat; 
	text-indent: -9999px; 
	padding-bottom: 20px;
	height: 36px; 
	}

*html h1.h1-referenzen {
	background-image: none;
	margin-bottom: 20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/h1-referenzen.png', sizingMethod='image');
}	

h1.h1-agb {
	background: url(../images/layout/h1-abg.png) no-repeat; 
	text-indent: -9999px; 
	padding-bottom: 20px;
	height: 36px; 
	}

*html h1.h1-agb {
	background-image: none;
	margin-bottom: 20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/h1-agb.png', sizingMethod='image');
}

h1.h1-intern {
	background: url(../images/layout/h1-intern.png) no-repeat; 
	text-indent: -9999px; 
	padding-bottom: 20px;
	height: 36px; 
	}

*html h1.h1-intern {
	background-image: none;
	margin-bottom: 20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/h1-intern.png', sizingMethod='image');
}

h1.h1-impressum {
	background: url(../images/layout/h1-impressum.png) no-repeat; 
	text-indent: -9999px; 
	padding-bottom: 20px;
	height: 36px; 
	}

*html h1.h1-impressum {
	background-image: none;
	margin-bottom: 20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/h1-impressum.png', sizingMethod='image');
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding: 30px 0 5px 0;
}

h3 {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 10px;
	}

h4 {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 10px;
	}


img, a img {/* Bilder und verlinkte Bilder ohne Rahmen  */
	border: 0;
	}


/* Links- bzw. Rechtsausrichtung für Elemente
--------------------------------------------------------------------------------------- */
.left {
	float: left;
	margin: 0 0.5em 0.5em 0;
	}

.right {
	float: right;
	margin: 0 0 0.5em 0.5em;
	}

.clear { 
	clear: both;
	}

/* Layoutelemente
overflow: hidden; um nötige Foats aufzulösen.
--------------------------------------------------------------------------------------- */
div#wrapper {
	background: url(../images/layout/schatten-oben.png) no-repeat;
	background-position: 0 55px;
	width: 970px;
	margin: 0 auto;
	padding-top: 65px;
	}

*html div#wrapper {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/schatten-oben.png', sizingMethod='scale');
}

div#innerwrapper {
	background: url(../images/layout/hg-wrapper.png);
	width: 970px;
	overflow:hidden;
	}

*html div#innerwrapper {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/hg-wrapper.png', sizingMethod='scale');
}

div#logo { 
	background: url(../images/layout/logo.png) no-repeat; 
	width: 155px;
	height: 90px;
	position: absolute;
	margin-left: 15px;
	top: 0;
	}
	


*html div#logo {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/logo.png', sizingMethod='image');
}


div#header {
	background: url(../images/layout/platzhalter.jpg) no-repeat;
	width: 940px;
	height: 368px;
	margin: 0 auto;
	}


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

ul#navi {
	background: url(../images/layout/navigation.gif) no-repeat;
	height: 32px;
	width: 940px;
	margin: 0 auto;
	}

ul#navi li { 
	position: relative;
	float: left;
	list-style: none;}
	
ul#navi li a{ 
	height: 32px;
	display: block; 
	text-indent: -9999px;}	
	
ul#navi li a.home { 
	margin-left: 243px;	
	width: 83px;
	}
	
ul#navi li a:hover.home {
	background: url(../images/layout/nav-home-hover.gif) no-repeat;
	}	

ul#navi li a.leistungen { 
	width: 115px;
	}
		
ul#navi li a:hover.leistungen {
	background: url(../images/layout/nav-leistungen-hover.gif) no-repeat;
	}
			
ul#navi li a.equipment { 
	width: 112px;
	}
	
ul#navi li a:hover.equipment {
	background: url(../images/layout/nav-equipment-hover.gif) no-repeat;
	}	
	
ul#navi li a.referenzen { 
	width: 116px;
	}

ul#navi li a:hover.referenzen {
	background: url(../images/layout/nav-referenzen-hover.gif) no-repeat;
	}	

ul#navi li a.agb { 
	width: 71px;
	}
	
ul#navi li a:hover.agb {
	background: url(../images/layout/nav-agb-hover.gif) no-repeat;
	}
		

ul#navi li a.intern {
	width: 88px;
	}
	
ul#navi li a:hover.intern {
	background: url(../images/layout/nav-intern-hover.gif) no-repeat;
	}

ul#navi li a.impressum { 
	width: 112px;
	}
	
ul#navi li a:hover.impressum {
	background: url(../images/layout/nav-impressum-hover.gif) no-repeat;
	}	
	
	


div#content {
	width: 640px;
	float:left;
	width: 600px;
	min-height: 250px;
	_height: 280px;
	padding: 35px 30px 35px 30px;
	_padding: 35px 30px 35px 20px;
	position: relative;
	}
	
div#content ul {
	list-style: square;
	padding: 15px 0  0 15px;
	
}

div#sidebar {
	float:left;
	margin-left: 15px;	
	width: 180px;
	padding: 30px;
	_padding: 30px 40px 30px 15px;
	}

div#sidebar p {
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 10px; 
	}
div#sidebar strong {
	color: #e1de0c;
	font-weight: bold;
	font-size: 12px;
	}	
	
div#sidebar p.left {
	float:left;
	width: 45px;
	margin-bottom: 2px; 
	}

div#sidebar p.right {
	position: relative !important;
	float: none;
	margin-bottom: 2px; 
	}

div#sidebar p.rightende {
	padding-left: 50px;
	margin-bottom: 10px; 
	}
	


div#sidebar img {
	padding-top: 25px;
	}	

div#footer {
	background: url(../images/layout/schatten-unten.png) no-repeat;
	clear: both;
	height: 10px;	
	margin: 0 0 40px 0;
	}

*html div#footer {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/layout/schatten-unten.png', sizingMethod='image');
}

#fswrapper{margin:0 auto;padding-top: 0;width:970px;
}

#containerSwf{ 
	width:940px;
	height:368px;
	margin:0 auto;
	padding-top: 0;
	background: url(../internet/images/layout/platzhalter.jpg) top left no-repeat;
	border-bottom: 2px solid #434253;
}


.linkgalerie { 
	float:right ;
	margin: 5px 15px 0 18px;
	}

.linkgalerie img {
	border: 2px solid #e1de0c;
}


.linkgalerie a:hover  {
	border: 2px solid #fff;
}

ul#bildergalerie {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	width: 650px;
}

ul#bildergalerie li {
	width: 160px;
	margin-bottom: 30px;
	display: inline;
}

ul#bildergalerie img {
	border: 2px solid #e1de0c;
	margin: 0 10px 10px 0;
}

ul#bildergalerie a {
	text-decoration: none; 
}
ul#bildergalerie a:hover img  {
	border: 2px solid #fff;
}



