/***** Alles auf Null *****/

html, body, div, p, hr, h1, h2, h3, ul, ol, span, a, table, td, tr, form, img, li {
   margin: 0;
   padding: 0;
   list-style: none;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}


body {
	background: #FFFFFF;
}


a {
/*	COLOR: #8E8E8E; */
	COLOR: #868686;	
}

a:visited {
/* 	COLOR: #8E8E8E; */
	COLOR: #868686;	
}

a:hover {
	COLOR: #8C0F05;
}

a:active {
	COLOR: #8C0F05;
}


table.main {
	margin-left:auto; margin-right:auto; margin-bottom:auto;
	border-bottom:0px solid #868686;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;	
	width: 770px;
	height: 100%; 
	background: #ffffff;
}

table.fla_main {
	margin-left:auto; margin-right:auto; margin-bottom:auto;
	border-bottom:0px solid #868686;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;	
	width: 770px;
	height: 580; 
	background: #ffffff;
}


table.content {
	margin-left:auto; margin-right:auto;
	border:0px solid grey;
	width: 620px;	
}

.text_maincontent {
	  font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
      font-size: 12px;                                                                                                                      
      line-height : 170%;                                                                                                                    
/*      color : #8E8E8E; */
      color : #868686; 
}		

.portfolio_kompetenzen {
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 12px;                                                                                                                      
    line-height : 170%;                                                                                                                    
/*    color : #8E8E8E; */
    color : #868686;	
	border:1px solid #8C0F05; 
	padding:5px; 
	background:#F5F5F5;
	text-align:center;
}


div img.pfeil {
	margin-left: 5px;
	margin-right: 5px;
}


.text_mainhead {
	  font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
      font-size: 13px;                                                                                                                      
      line-height : 170%;                                                                                                                    
      color : #8C0F05;
}

.text_keyword {
	  font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
      font-size: 12px;                                                                                                                      
	  padding: 3px;
	  color: #8C0F05;
	  border: 1px solid #8C0F05;
	  background: #F5F5F5;
}

.div_maincontent {
	border:0px solid black; 
	margin-top:100px;
	text-align:center;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.div_berater {
	border:0px solid black; 
	margin-top:100px;	
	text-align:left;
	width: 530px;
	margin-left: auto;
	margin-right: auto;
}
.div_berater_foto {
	border:0px solid black; 
	margin-top:105px;
	text-align:left;
	width: 180px;
	margin-left:40px;
}


/* Leistungen: Portfolio Übersicht START*/
#boxmitte a {
	display:block;
	height:25px; 
	width:280; 
	border-bottom:1px solid black;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 13px;                                                                                                                      
	padding: 5px;
	color: #8C0F05;
	text-decoration: none;
	text-align:center;	
	background: #ffffff;
}
#box a {
	display:block;
	height:25px; 
	width:170; 
	border-bottom:1px solid black;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 13px;                                                                                                                      
	padding: 5px;
	color: #8C0F05;
	text-decoration: none;
	text-align:center;
	background: #ffffff;
}

#boxmitte a:hover {
	color:#8C0F05;
	background:#ffffff;
	height: 35px;
}
#box a:hover {
	color:#8C0F05;
	background:#ffffff;
	height: 50px;
	width:170;	
}

#boxmitte a span {display:none;}
#box a span {display:none;}

#boxmitte a:hover span {
	position:relative;
	display:block;
/*	color:8E8E8E; */
	color:868686;	
	padding:3px;
	text-align:center;
	background:#ffffff;
}
#box a:hover span {
	display:block;
/*	color:8E8E8E; */
	color:868686;	
	padding:3px;
	text-align:center;	
}


.kompetenz {
	  font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
      font-size: 13px;                                                                                                                      
	  padding: 5px;
/*	  color: #8E8E8E; */
	  color: #868686;	  
}
/* Leistungen: Portfolio Übersicht ENDE*/



input.kontakt {
	border: 1px #8C0F05 solid;
	width:170px;
	background-color: #f7f7f7;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 12px;                                                                                                                                                                                                                                       
    color : #868686;
}

input.button {
	border: 1px #8C0F05 solid;
	background-color: #eeeeee;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 12px;                                                                                                                                                                                                                                       
    color : #8C0F05;
}

textarea.kontakt {
	border: 1px #8C0F05 solid;
	width:170px;
	height: 150px;
	background-color: #f7f7f7;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 12px;                                                                                                                                                                                                                                       
    color : #868686;
	overflow:auto;
}

