/*Seiteneinstellungen*/
body {
	background-image:url(./pic/back.jpg); 
	background-repeat:repeat-x;
	background-color:white;
	background-attachment:fixed;
  	color: black;
  	font-size: 0.9em;
  	font-family: Arial,Helvetica,Geneva,sans-serif;
  	padding: 0;
  	margin: 0px;
  	border: 0px;  
  }

/* #seite_body wird nur benötigt da sonst bei großen bildern die breitenangaben aus dem body tag auf den dunklen bereich der lightbox übernommen werden und nur dieser Teil dunkel dargestellt wird (im IE 6)*/

#seite_body {
  	text-align: center;  /* Zentrierung im Internet Explorer */
  	margin: 0px auto; 
  	width: 950px; 
}

#border_top {
	background-image:url(./pic/header.png); 
	background-repeat:no-repeat;
    height:407px;
    position: relative;
}   
  
#navigation {
 	z-index:99;
}

#navigation img {
}


#navigation2 {
	position:relative; 
    text-align:right;  
	top:-139px;	  
    margin-right: 25px;
    margin-left: 580px;
	width: 300px;   
	padding-top:0px; 	
	height:19px;
}

#navigation3 {
	position:relative; 
    text-align:right;  
	top:-139px;	  
    margin-right: 25px;
    margin-left: 580px;
	width: 300px;  
	padding-top:0px; 
	height:19px;		
}

.webdesign {
	position:relative;
	left:265px;
	top:-139px;
}

.printdesign {
	position:relative;
	left:243px;
	top:-166px;
}

.grafikdesign {
	position:relative;
	left:221px;
	top:-185px;
}

.services {
	position:relative;
	left:199px;
	top:-196px;
}

.kontakt {
	position:relative;
	left:177px;
	top:-196px;
}

#seite {
	background-image:url(./pic/seite_back.png);     
	background-repeat:repeat-y; 
    text-align:left;    
	width: 950px;	
  }
  
#content {
    position:relative;
    top:-129px;
    margin-left: 65px;
    margin-right: 65px;
	width: 820px;   
	padding-top:0px; 
  }

#sonder_spalte {
	padding:4px; 
	width:300px; 
	vertical-align:top; 
	float:left; 
}
  
#border_bottom {
    /*position:relative;
    top:-129px; */
	background-image:url(./pic/bottom.png);
	background-repeat:no-repeat;
    height:117px;   
} 
  

/*vorschau*/
#content_vs {
}

/*
#content_vstext {
	padding-bottom: 10px;
	padding-top:10px;
	height:150px;	
	border-top: 1px solid #E0B03A;	
}
*/

#content_vstext {
	padding-bottom: 10px;
	padding-top:10px;
	float: left;
	height:150px;	
	width:400px;
	border-top: 1px solid #E0B03A;	
}

#content_vstext img {
	float: left;
	padding-right: 0px;
	background-repeat: no-repeat;	
	background-position:center center;
}




#counter {
	position:relative;
	text-align: center;
	padding-top:50px;
	color:white;
}

/*artikel*/
#content_text {
	
}

#content_text_img {
 	float: none;
	padding-right: 0px;
	background-repeat: no-repeat;	
	background-position:center center; 	
}


/* Allgemeine Schriftenformatierung */  

a:link, a:visited, a:hover, a:active { 
  color: black;
  text-decoration: underline;
  padding-left:0px;
  background-image: none;
}  

#navigation2 a:link, #navigation2 a:visited, #navigation2 a:hover, #navigation2 a:active  { 
  color:  white;
  text-decoration: none;
  background-image: url(./pic/link.png);
  background-repeat:no-repeat;
}    

#navigation3 a:link, #navigation3 a:visited, #navigation3 a:hover, #navigation3 a:active  { 
  color:  white;
  text-decoration: none;
  background-image: url(./pic/link.png);
  background-repeat:no-repeat;
} 

#counter a:link, #counter a:visited, #counter a:hover, #counter a:active  { 
  color:  white;
  text-decoration: none;
  background-image: url(./pic/link.png);
  background-repeat:no-repeat;
} 


h1 {
  text-decoration:underline;
  font-weight: bold;
  text-align: center;
  font-size: 2em;  
  margin:0px;
  padding-bottom: 5px;  
  padding-top:15px;
   }

h2 {
  font-size: 1.5em;
  margin:0px;
  padding: 5px 0px;  
  }
  
h3 {
  font-size: 1.2em;
  margin:0px;
  padding: 5px 0px;  
  }

h4 {
  font-size: 1.0em;
  margin:0px;
  padding: 5px 0px;  
  }

#errormessage {
	color:red;
	font-weight: bolder;
}


.dunkel {
	color: white;
	background-color: #E0B03A;
  	font-weight: bolder;
  	text-align: center;	
}

