/******************************************************/
/*
/*	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
/*
/******************************************************/


/* 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;
	}

img{
	border:none;
	}
	
	
	
/* Site
------------------------------------------------------*/

html {	
	height: 100%;
}

body {
	background-color: #f4f5f6;  
}	


body, table {
	color: #000000;
	font-size: 11px;
	border-collapse: collapse;
	font-family: Verdana, Tahoma, Arial,Helvetica,sans-serif;
}	



.float_left{
	float:left;
}

.float_right{
	float:right;
}


.float_clear{
	clear:both;
}

/* Logo
--------------------------------------------------*/
div#logo{
	width: 600px; 
	height: 133px;	
}




/* Hauptnavigation (oben)
------------------------------------------------------*/

div#navigation{
	float:left;
	width:600px
}

div#nav__main {
	float:left;
	width:600px
}
	

.nav ul{
	position: absolute;
	left: 35px;
	list-style: none;
}

.nav ul li {
	display: block;
	border-right: 1px solid #000000;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 9px;
	font-size: 12px;
	padding: 1px 0px 0px 1px ;
}


.nav ul li.nav__main_start {
	border-left: 1px solid #000000;
	}


.nav ul li a{
	display: block;
	text-decoration:none;
	color:#000000;
	
	}
	
.nav ul li a:hover{
	color:#b7284c;
	}
	
	
div#container{
	clear:both;
	width:600px;
        position:relative; 
	margin:0 auto;
	background:#FFFFFF;
	}
	

div#header{
	height: 154px;
	background:#FFFFFF;
	}


div#flashDiv{
	width:591px;
	height: 393px;
	margin-left:9px;
}

#content{
	float:left;
}

.spacer{
	width:1px;
	float:left;
}

div#text{
	width:530px;
	margin:80px 34px 65px 35px;
}

div#text a{
color:#000000;
}


table.portrait {
line-height: 15px;
}


div#referenzen{
	position:absolute;
	width:80px;
	left:500px;
	margin-top:1px;
	}
	
	
div#referenzen img{
	float:right;
	margin-right:15px;
	}


/* Footer
------------------------------------------------------*/
div#footer{
    position:absolute;
	bottom:46px;
	clear:both;
	width:100%;
	}
	
	
/* Referenzen-Tabelle
------------------------------------------------------*/	
.textausrichtungLeft{
text-align: left;
height:16px;	
}

.textausrichtungCenter{
text-align: left;
height:16px;		
}

table#referenzenTabelle  a{
text-decoration:none;
color:#000000;
}


table#referenzenTabelle  a:hover{
text-decoration:none;
color:#000000;
text-transform: uppercase;
font-weight: bold;
}