/* =====================================================================================================
   Stylesheet für das www.web-programmierung.bis/
   Autoren:  Armin PRIESNER und Farzaneh EMADI 
   Stand: Aptil 2010
   Datei: screen.css
   Logoblau: 457be3
   grau (Schrift): 898885

   ======================================*/
/*allgemein informationen */


  html  {
	height : 101%;
}
* {
	padding : 0;
	margin : 0;
}
	body {
	margin : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #898885;
	line-height : 19px;
	font-size : 11px;
	letter-spacing : 0.02em;
	background-image : url(3pxHG.gif);
	background-repeat : repeat;
}
p {
	margin : 3px 3px 3px 0px;
} 


.bg_pnkte_h {
	background-image: url(bg1grauh.jpg);
	background-repeat: repeat-x;
} 


.bg_pnkte_v {
	background-image: url(bg1grauv.jpg);
	background-repeat: repeat-y;
} 




#website {
	position: absolute;
	top: 3px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	background-position: left;
	border: 1px dotted #ece4da;
	background-color: #FFFFFF;
	background-image: url(1bgw.gif);
	background-repeat: repeat;	
	
}


/*Ende: allgemein Informationen */

/*Kopfbereich */


#titelbild {
	float: left;
	height: 180px;
	width: 960px;
	background-image: url(titelbild.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px solid #ece4da;
	
	}
	
#titelbild_blue {
	float: left;
	height: 180px;
	width: 960px;
	background-image: url(titelbild_blue.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px solid #ece4da;
	
	}
	
#logo {
	position: absolute;
	top: 0px;
	left:0px;
	width: 260px;
	height: 180px;
	margin: 0;
	padding: 0;
	cursor: auto;
	cursor: pointer;
}


/* Ende: Kopfbereich */


/* Navigation */

 	#main-navi {
		float: left;
		width: 184px;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #898885;
		line-height: 19px;
		padding: 0;/* Innenabstand  */
		margin: 22px 0 0 10px; /* Keinen Außenabstand */ 
		font-size: 11px;
		font-weight: bold;
		cursor: pointer;
		letter-spacing:0.1em;
	}
		
		#main-navi ul { word-spacing: 0; height: 300px; }
		#main-navi ul { margin: 0 0 0em 0; }
		#main-navi li {
			list-style-type: none; /* keine Markierung*/
			padding: 5px 0px 5px 8px;
			border-bottom: 1px solid #ece4da;
			width: 170px;
		}
		
  		#main-navi a{
		color: #457be3;
		text-decoration: none;
  		}

		#main-navi a:hover,
		#main-navi a:focus {
		color: #898885;
		}
		
			.subnvai {
				display: none;
				font-size: 10px !important;
				font-weight: bold;
			}
		#banner_unter_navi {
			margin-top: 40px;
			background-image: url(shop.jpg);
			background-repeat: no-repeat;
			height: 260px;
			margin-top: 10px;
		}
		
		#text_unter_navi {
			position:absolute; 
			margin: 564px 0 0 10px; 
			width: 180px;
			height: 260px;
			color: #333333;
		}

		/* ==================== NAVIGATION [immer anpassen] ==================== */
	#page_index #navi_index { background-color: #fff; }
	#page_index #navi_index a { color: #898885; }
		
	#page_programmierung #navi_programmierung { background-color: #fff; }
	#page_programmierung #navi_programmierung a { color: #898885; }
	
	#page_templates #subnavi_templates { background-color: #fff; }
	#page_templates #subnavi_templates a { color: #898885; }
		
	#page_preise #subnavi_preise { background-color: #fff; }
	#page_preise #subnavi_preise a { color: #898885; }
	
	#page_webdesign #navi_webdesign { background-color: #fff; }
	#page_webdesign #navi_webdesign a { color: #898885; }
	
	#page_grafik #navi_grafik { background-color: #fff; }
	#page_grafik #navi_grafik a { color: #898885; }

	#page_webhosting #navi_webhosting  { background-color: #fff; }
	#page_webhosting #navi_webhosting  a { color: #898885; }
	
	#page_domain #subnavi_domain { background-color: #fff; }
	#page_domain #subnavi_domain a { color: #898885; }
	
	#page_webspace #subnavi_webspace  { background-color: #fff; }
	#page_webspace #subnavi_webspace  a { color: #898885; }

	#page_projekte #navi_projekte  { background-color: #fff; }
	#page_projekte #navi_projekte a { color: #898885; }
	
	#page_webseiten #subnavi_webseiten   { background-color: #fff; }
	#page_webseiten  #subnavi_webseiten  a { color: #898885; }
	
	#page_grafik #subnavi_grafik   { background-color: #fff; }
	#page_grafik  #subnavi_grafik  a { color: #898885; }
	
	#page_suchmaschinen #navi_suchmaschinen  { background-color: #fff; }
	#page_suchmaschinen #navi_suchmaschinen a { color: #898885; }
	
	#page_kontakt #navi_kontakt  { background-color: #fff; }
	#page_kontakt #navi_kontakt a { color: #898885; }
	
	#page_projekte #navi_projekte  { background-color: #fff; }
	#page_projekte #navi_projekte a { color: #898885; }
	
	#page_webseiten #navi_webseiten  { background-color: #fff; }
	#page_webseiten #navi_webseiten a { color: #898885; }

	/* ==================== NAVIGATION [immer anpassen] ==================== */
	

			
/* Ende: Navigation */



/*horizontale Navi Start---*/

#horizontale-navi {
	position: absolute;
	top: 112px;
	width: 960px;
	height: auto;
	margin: 10px 0 0px 50px; /*Außenabstand oben, oberhalb Linie*/
	float: left;
	letter-spacing:0.04em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #626262;
}


  #horizontale-navi a{
		text-decoration: none;
		color: #626262;
		padding: 6px 7px 6px 6px;
		}

	
	#horizontale-navi a:hover{
		color: #898885;
		text-decoration: none;
		border-bottom: none;
	}
	#horizontale-navi a:focus {
		color: #457be3;	
		text-decoration: none;
		border-bottom: none;
	}
	
	#horizontale-navi a:active {
		color: #457be3;	
		text-decoration: none;
		border-bottom: none;
	}

	#horizontale-navi ul { word-spacing: 0;}
	#horizontale-navi ul { margin-bottom: 0;}
	#horizontale-navi li {
		display: inline; /*nebeneinander anzeigen*/
		list-style-type: none;
		margin: 0;
		padding: 0px;
	}


	/* ==================== HORIZONTALENAVIGATION [immer anpassen] ==================== */
	
	
	#page_arbeit #horizontale-navi_arbeit { background-color: #ffffff; }
	#page_arbeit #horizontale-navi_arbeit a { color: #457be3; }
	
	#page_zeit #horizontale-navi_zeit { background-color: #ffffff; }
	#page_zeit #horizontale-navi_zeit a { color: #457be3; }
	
	#page_personal #horizontale-navi_personal { background-color: #ffffff; }
	#page_personal #horizontale-navi_personal a { color: #457be3; }
	
	

	/* ==================== HORIZONTALENAVIGATION [immer anpassen] ==================== */


/*Ende horizontale Navi*/		
	

/* Anfang contentbereich*/

#content {
	width: 960px;
	float: left;
	margin: 0px 0px 0px 0px;
}


/* Anfang textbereich */

#banner {
	float: right;
	width: 210px;
	margin: 20px 0px 0px 0px;
	padding: 5px;
	letter-spacing:0.02em;
	border: 1px solid #f6f6f6;
	}
	

#ol_banner {
	padding: 0;
	}
	
#ul_banner {
	padding: 3px 0 0px 0px;
	}
	
#li_banner  {
	padding: 2px 0 0 0px;
	list-style-type: none; /* Aufzählungszeichen entfernen */
	list-style-image: url(pfeil_grau.gif);
	margin: 0 0 0 18px;
	
	}


.ol_banner {
	padding: 0;
	}
	
.ul_banner {
	padding: 3px 0 0px 0px;
	}
	
.li_banner  {
	padding: 2px 0 0 0px;
	list-style-type: none; /* Aufzählungszeichen entfernen */
	list-style-image: url(pfeil_grau.gif);
	margin: 0 0 0 16px;
	
	}
 
 
#textbereich {
	float: left;
	width: 530px;
	margin: 20px 0px 5px 10px;
	padding: 5px 0px 0px 0px;
	min-height: 400px;
	color: #302d2d;
	letter-spacing:0.02em;
	}
	
	
	
	#textbereich a{
		text-decoration: none;
		color: #587d1f;
	}
	#textbereich a:hover{
		color: #a00d41;

	}
	#textbereich a:focus {
		color: #d22b37;	
	}
	

	#ol_textbereich {
	padding: 3px 0 3px 20px;
	}
	
	#ul_textbereich {
	padding: 3px 0 14px 10px;
	}
	
	#li_textbereich  {
	padding: 0px 0 0px 0px;
	list-style-type: none; /* Aufzählungszeichen entfernen */
	list-style-image: url(pfeil_gruen.gif);
	margin: 0 0 0 20px;
	
	}


	.ol_textbereich{
	padding: 3px 0 3px 20px;
	}
	
	.ul_textbereich {
	padding: 3px 0 14px 0px;
	}
	
	.li_textbereich  {
	padding: 0px 0 0px 0px;
	list-style-type: none; /* Aufzählungszeichen entfernen */
	list-style-image: url(pfeil_gruen.gif);
	margin: 0 0 0 20px;
	}
	
	.li_textbereich_preis  {
	padding: 0px 0 0px 20px;
	list-style-type: none; /* Aufzählungszeichen entfernen */
	margin: 0 0 0 20px;
	font-weight: bold;
	color: #4c6dab;
	margin: 0;
	letter-spacing:0.09em;
	}



.h1_gruen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4D9D23;
	text-decoration: none;
	line-height: normal;
	padding-bottom: 3px;
	padding-top: 3px;
}

.h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6c6b69;
	text-decoration: none;
	line-height: 19px;
	letter-spacing:0.1em;
	margin: 0;
	padding: 6px 4px 2px 4px;

}


	 .h1_rot {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #fd0000;
	text-decoration : none;
	line-height : 19px;
	letter-spacing : 0.1em;
	margin : 0;
	padding : 4px 4px 4px 4px;
}
.h2_grau {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6c6b69;
	line-height: 19px;
	padding: 10px 3px 1px 0px;
	letter-spacing:0.05em;
}

.h3_grau {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #474749;
	line-height: 14px;
	margin: 0px 3px 10px 0px;
	letter-spacing:0.05em;
}

.h1_blau {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4c6dab;
	text-decoration: none;
	line-height: 19px;
	margin: 0;
	padding: 4px 4px 4px 4px;
	letter-spacing:0.09em;
}



	#content a{
		text-decoration: none;
		color: #4c6dab;
	}
	#content a:hover{
		color: #fba712;

	}
	#content a:focus {
		color: #fba712;	
	}
	
	.text_unterstreichen {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #29120a;
	text-decoration: underline;
	}

#ol_content {
	padding: 3px 0 3px 6px;
	}
	
#ul_content {
	padding: 3px 0 8px 0px;
	}
	
#li_content  {
	padding: 2px 0 0px 0px;
	list-style-type: none; /* Aufzählungszeichen entfernen */
	margin: 0 0 0 0px;
	
	}


.ol_content{
	padding: 3px 0 3px 20px;
	}
	
.ul_content {
	padding: 3px 0 14px 0px;
	}
	
.li_content  {
	padding: 2px 0 0px 0px;
	list-style-type: none; /* Aufzählungszeichen entfernen */
	margin: 0 0 0 0px;
	
	}


.td_strich {
	background-image: url(strich.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.td_strichH_links {
	background-image: url(img/strichH.gif);
	background-repeat: repeat-y;
	background-position:right;
}

.pfeil_gruen {
	margin-top: 9px;
	margin-right: 1px;
	margin-left: 1px;
}
.pfeil_grau {
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;

}
	

/* Ende content*/


/* Ende contentbereich*/


/*footer Start----------------------------------------------------*/


#footer {
	float: left;
	width: 948px;
	height: auto;
	border-top: 1px solid #ece4da; /*border-top*/
	margin-top: 10px; /*Außenabstand oben, oberhalb Linie*/
	margin-bottom: 10px; /*Außenabstand oben, oberhalb Linie*/
	letter-spacing:0.04em;
	font-weight: bold;
	padding: 6px;
}

#footer-navi {
	float: right;
}


  #footer-navi a{
	color: #898885;
	text-decoration: none;
  }

	#footer-navi a:hover,
	#footer-navi a:focus {
	color: #457be3;
	}
	
	
	#footer-navi ul { margin-bottom: 0;}
	#footer-navi li {
	display: inline; /*nebeneinander anzeigen*/
	list-style-type: none;
	margin: 0;
	font-size: 11px;
	padding: 5px;
	}

	.footer-navi ul { margin-bottom: 0;}
	.footer-navi li {
	display: inline; /*nebeneinander anzeigen*/
	list-style-type: none;
	margin: 0;
	font-size: 11px;
	padding: 5px;
	}

	/* ==================== FUSSNAVIGATION [immer anpassen] ==================== */
	#page_impressum #footer-navi_impressum { background-color: #fff; }
	#page_impressum #footer-navi_impressum a { color: #457be3; }
		
	#page_kontakt #footer-navi_kontakt { background-color: #fff; }
	#page_kontakt #footer-navi_kontakt a { color: #457be3; }
	
	#page_agb #footer-navi_agb { background-color: #fff; }
	#page_agb #footer-navi_agb a { color: #457be3; }

	/* ==================== NAVIGATION [immer anpassen] ==================== */


/*Ende footer*/

/* Anfang Text */


.h2_blau{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4c6dab;
	text-decoration: none;
	line-height: 19px;
	margin: 6px 3px 4px 0;
	letter-spacing:0.1em;

}
/* Ende Text */


#anfrageForm input, #anfrageForm textarea { border: 1px solid #8d8b87; } /* Formular auf kontakt.php */

/* Anfang Tabelle */
table {
	width: 100%;
	background: white;
	color: #302d2d;
}

/* Tabellenzellen gestalten */
th, td {
	padding: 0px;
	text-align: center;
	vertical-align: top;
	
}
	th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff; /*hellgrau*/
	background-repeat: repeat-x;
	color: #4c6dab; /*grau*/
	letter-spacing:0.1em;

	
	}
	
thead {
	background-color: #ffffff; /*hellgrau*/
	color: #4c6dab; /*dunkelblau*/
	font-weight: bold;
}

tfoot {
	border-top: 1px solid #38507f;
}

tr {
	background-color: #ffffff;
	color: #302d2d;

}
thead tr:hover, 
tfoot tr:hover {
	background-color: #ffffff;
	color: #38507f;
}

tr:hover { background-color: #ffffff; }
thead tr:hover,
tfoot tr:hover { 
   background-color: transparent; 
   color: #38507f; 
}

/* Ende Tabelle */

