/*
  Stylesheet www.dianebergmann.com
*/
		body {
		margin:0px;
		padding:0px;
		font-size:14px;
		font-family:'Crimson', 'Times New Roman', serif;
		background:#f4f4f4;
		cursor:default;
		overflow:hidden;
		}
		
		h1{
		font-size:14px;
		letter-spacing:0.05em; 
		font-family:'Crimson', 'Times New Roman', serif;
		color:#000;
		font-style:normal;
		}
		
		h2{
		font-size:14px;
		letter-spacing:0.05em; 
		font-family:'Crimson', 'Times New Roman', serif;
		color:#988344;
		font-style:normal;
		}
		
		h3{
		font-size:14px;
		letter-spacing:0.05em; 
		font-family:'Crimson', 'Times New Roman', serif;
		color:#988344;
		font-style:normal;
		}
		
		a{
		text-decoration:none;
		color:#000;
		cursor:default;
		border:0;
		font-style:normal;
		}
		
		#footer{
		font-size:14px;
		text-align:left;
		position:absolute;
		left:20px; bottom:10px;
		float:left;
		text-align:left;
		}
				
/*******************************
/*
  ID
*/
		#wrapper{
		margin:auto;
		margin-top:50px; 
		height:768px;
		width:1094px;
		background-color:;
		}	
		
		#links{
		height:768px;
		width:199px;
		top:103px;
		text-align:left;
		background-color:#f4f4f4;
		float:left;
		}
		
		#header{
		height:103px;
		width:199px;
		}
		
		#rechts{
		height:768px;
		width:895px;
		margin-top:0px; 
		margin-left:199px;
		background-color:;
		}	
		
		#navi{
		width:199px;
		height:640px;
		background-color:;
		margin-top:25px; 
		}
		
		#menue{
		visibility:hidden;
		opacity:1;
		}	
		
		#footer{
		width:199px;
		text-align:left;
		color:darkgray;
		font-size:12px;
		position:absolute;
		bottom:25px;
		}
		
		#big{
		width:895px;
		height:680px;
		margin-top:0px; 
		margin-left:0px;
		background-color:;
		}
		
		#txt{
		width:895px;
		height:45px;
		margin-top:10px; 
		margin-left:0px;
		background-color:;
		text-align:left;
		color:gray;
		font-weight:normal;
		}
		
		#pfeile{
		width:30px;
		height:15px;
		opacity:0;
		}
		
		#pfeil1{
		margin-top:0px;
		margin-left:0px;
		overflow:hidden;
		color:gray;		
		float:left;
		}
		
		#pfeil2{
		margin-top:0px;
		margin-left:15px;
		overflow:hidden;
		color:#988344;
		}
		
		#about{
		width:895px;
		height:620px;
		padding:0px;
		overflow:hidden;
		margin:0px; 
		margin-top:0px;
		opacity:0;
		}
		
		#clients{
		width:895px;
		height:620px;
		padding:0px;
		margin:0px;   
		opacity:0;
		}
		
		#contact{
		width:895px;
		height:620px;
		padding:0px;
		margin:0px;  
		opacity:0;
		}
		
		#blog{
		width:895px;
		height:620px;
		padding:0px;
		margin:0px;  
		opacity:0;
		}
		
		#trenner{
		clear:both;
		}
					
/*******************************
/*
  Klassen
*/
		/*Hauptpunkt ohne einblenden*/
		.menuepunkt{
		width:120px;  
		height:25px;
		background-color:;  
		color:gray;
		padding-top:7px;
		font-size:14px;
		letter-spacing:0.02em; 
		font-family:Crimson, 'Times New Roman', serif;
		}	
		/*Hauptpunkt mit einblenden*/
		.menuepunkt1{
		width:120px;  
		height:25px;
		background-color:;  
		color:gray;
		padding-top:7px;
		font-size:14px;
		letter-spacing:0.02em; 
		font-family:Crimson, 'Times New Roman', serif;
		opacity:0;
		}	
		/*Unterpunkte einblenden*/
		.menuepunkt2{
		width:120px;  
		height:25px;
		background-color:;  
		color:gray;
		opacity:0;
		padding-top:0px;
		margin-top:0px;
		font-size:15px;
		letter-spacing:0.02em; 
		font-family:CrimsonItalic, 'Times New Roman italic', serif;
		}	
		  
/*******************************
/*
  Webfont eingebunden/Crimson
*/

@font-face {
    font-family: 'CrimsonRoman';
    src: url('../fonts/Crimson-Roman-webfont.eot');
    src: url('../fonts/Crimson-Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Crimson-Roman-webfont.woff') format('woff'),
         url('../fonts/Crimson-Roman-webfont.ttf') format('truetype'),
         url('../fonts/Crimson-Roman-webfont.svg#CrimsonRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonItalic';
    src: url('../fonts/Crimson-Italic-webfont.eot');
    src: url('../fonts/Crimson-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Crimson-Italic-webfont.woff') format('woff'),
         url('../fonts/Crimson-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Crimson-Italic-webfont.svg#CrimsonItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}