/******************************************************/
/*
/*	Stylesheet Document
/* 	Copyright (c) 2007 GFB & Partner Marketing Services
/*	www.gfb.at
/*
/*	Unauthorized copying is not allowed and will be
/*	punished by an appropriate agent. In this case
/*	by an honorable fellow... me
/*
/******************************************************/

@import"nav_main.css";


/* Normalizing and basic stuff
------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
	}
	
	
	
ol, ul {
	list-style: none;
	}

table {
	border-spacing: 0px;
	}
	
	
* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333333;
}	


*,a { 
        outline:none;
	}

img {
	border: 0px;
}



hr{
	height:1px;
	background-color: #f2efe2;
	color: #f2efe2;

	border-right: 0px solid #f2efe2;
	border-left: 0px solid #f2efe2;
	border-top: 1px solid #f2efe2;
	border-bottom: 1px solid #660000;
	margin: 1px 0px 1px 0px;


	_display:block;
	_margin: -5px 0px -6px 0px;

}


#drucken_unten, #drucken_oben{
        display: none;
}	



/* Headlines
------------------------------------------------------*/

h1{
	padding: 8px 0px 15px 0px;
	color: #c42213;
	font-size: 20px;
        font-weight: normal;
	font-family: Arial,Tahoma,Helvetica, sans-serif;
        letter-spacing: 0.03em;
}

	
/* Site
------------------------------------------------------*/

html {	
	height: 100%;
	background-color: #ffddb9;
	background-image: url(/basic/images/html_hg.png);
	background-repeat:repeat-x;
	
}


body {	
	height: 100%;
	background:url(/basic/images/body_hg.png);
	_background:url(/basic/images/body_hg.gif);
	background-repeat:no-repeat;
        background-position:top center;	
	color: #333;
}




.float_clear{
	clear:both;
}




/* Content - Main
--------------------------------------------------*/

div#mainContainer {
         margin: 0px auto;
         width: 980px;
}

div#mainContainerAabstand {
        height: 48px;
}

div#content_main {
        position:absolute;
	width: 990px;
}


div#contentinhalt{
	width: 560px;
	float:left;
}

div#headerstreifen{
        position:absolute;
	width: 980px;
	height: 258px;
	z-index:10;
}


div#flashbox{
        position:absolute;
        left:184px;
        top:5px;
}


div#logo{
        position:absolute;
        top: 0px;
        left.0px;
	width: 980px;
	height: 258px;
	z-index:11;
}

div#logo img{
        position:absolute;
        left:0px;
        top:0px;
	width: 184px;
	height: 236px;	
}

.logo_png {
	 background-image:url(/basic/images/logo.png);
	 _background:transparent;
	 /* Mozilla ignores crazy MS image filters, so it will skip the following */
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/basic/images/logo.png');
}


		
/* Footer
------------------------------------------------------*/
div#LinksFooter {
	clear:both;
	float:left;
	width: 535px;
	height: 97px;
}

div#footerUnten{
	width: 980px;
	position: relative;
}

div#footerUnten .footertext{
	margin:25px 0px 0px 16px;
}

div#info {
	float: right;
	margin-top:40px;
}


#info li {
	float: left;
	position: relative;
	cursor: pointer;
	font-weight: normal;
	font-size: 0.70em;
	letter-spacing: 0.01em;
	line-height: 1.4em;
	padding: 0px 3px 0px 3px;
	}
	#info li a { 
		color:#333333;
		text-decoration: none;
		}
	#info_footer li a:hover { 	
		color:#660000;
		text-decoration: none;
		}
			

div#adressbox { 
	width: 582px;
	font-weight: normal;
	font-size: 0.70em;
	letter-spacing: 0.01em;
	line-height: 1.4em;
	margin-top:40px;
        margin-left:19px;
        float: left;	
}

div#adressbox a{
	text-decoration:none;
}
		
div#adressbox p{
	padding: 0px 0px 0px 9px;
}
	
		
		
/* Hauptnavigation (oben)
------------------------------------------------------*/
div#nav {
	position:absolute;
	top:258px;
	width: 980px;
	height: 35px;
	left:0px;
	z-index:11; 
	border-bottom: 2px solid #c42213;
}		
	
	

/* Container Überblendung
------------------------------------------------------*/

#branding {
	overflow: hidden;
	}
	#branding img {
		position: absolute;
		left: 0px;
		top: 0px;
		display:none;
		}
		#branding noscript img {
			display: block;
	
	
	}
	
	
	
/* Galerie Mitarbeiter
------------------------------------------------------*/			

#simplegallery2 {
	visibility: hidden;
}

#simplegallery2 .gallerydesctext {

	padding: 2px 5px;
}

#myvacation {
        margin-top:6px;
}






/* Galerie Lightbox
------------------------------------------------------*/
.lightboxgalerie {float:left;background:#ffffff;width:141px;height:100px;display:inline;position:relative;margin-bottom: 6px;}
.lightboxgalerie img{padding-top: 5px;margin:auto; display:block;}
.galerieabstand{margin-right: 6px;}