@charset "UTF-8";
/* CSS Document */


html, body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans", Verdana;
	font-size: 14px;
	color: #330000;
	line-height: 1.4em;
	
	/*background: url(images/back.gif) repeat-x;  */
	background-color: #330000; 
	height: 90%;
}



#container {
	width: 800px;
	height: auto;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color:#FFFFFF;

}

img {
	border: 0em;
	border:none;
}

a {
	color:#000066;

	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
	}



h2{
	padding:0px;
	margin:0px;
	padding-bottom:20px;	
}





/********************************Logo******************************/

#logo{
	width: 800px;
	height:90px;
	padding-top:10px;
	padding-bottom:20px;
	text-align:center;
	text-decoration:none;
}



/********************************NAVI******************************/
#navi{
	width: 800px;
	height:70px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

#navi ul{
	list-style-type:none;
	margin-left:  20 px;
	margin-right: 0 px;
	text-align:center;
}

#navi #nav li {
	display:inline;
	padding:0px;
}
#navi #nav li a {
	margin-right: 0px;
	background-image: url(images/button_aktiv2.gif);
	background-repeat: no-repeat;
	float:left;
	overflow:hidden;
	width:126px;
	height: 42px;
	text-align: center;
	vertical-align:middle;
	line-height: 35px;
	/*color:#eeddcc;*/
	color:#330000;
	font-size:14px;
	font-weight: normal;
	letter-spacing: 0.5pt;
	text-decoration:none;
}


#nav li#aktuellesAktiv a, #nav li#uebermichAktiv a, #nav li#kontaktAktiv a, #nav li#serviceAktiv a, #nav li#referenzenAktiv a,#nav li.aktiv a {
	background-image: url(images/button2.gif);
	color:#FFFFFF;
}

#nav li#sprache a {
	/*background-image: url(images/flag_en2.gif);
	background-repeat: no-repeat;
	float:left;
	
	vertical-align:middle;
	margin-left: 20px;
	overflow:hidden;
	text-align: center;
	line-height: 35px;*/
	
	background-image: url(images/flag_ende.gif);
	width:	56px;
	height: 40px;

	
}

/*Hovereffekt*/
#navi #nav li a:hover {
	color:#FFFFFF;
	background-image: url(images/button2.gif);
}

/*Hovereffekt*/
#navi #nav li#sprache a:hover {
	background-image: url(images/flag_en2.gif);
}



/****nochmal alles für englisch zu deutsch******/

#nav li#lang a {
	/*background-image: url(images/flag_en2.gif);
	background-repeat: no-repeat;
	float:left;
	
	vertical-align:middle;
	margin-left: 20px;
	overflow:hidden;
	text-align: center;
	line-height: 35px;*/
	
	background-image: url(images/flag_ende.gif);
	width:	56px;
	height: 40px;

	
}


/*Hovereffekt*/
#navi #nav li#lang a:hover {
	background-image: url(images/flag_de.gif);
}



/********************************Inhalt******************************/


#inhalt{
	width:700px;
	height:auto;
	margin-left:100px;
	margin:auto;
	background-image: url(images/map3.gif);
	
}

#text{

	padding:20px;}
	
	
#ref{
	
	height:100px;
	background-image:url(images/ref2.gif);
	background-repeat: no-repeat;
	list-style-type:none;
	margin-left:65px;
	font-size:16px;
	font-weight: normal;
	
	}


#container #inhalt #ref table {
	border:0px;
	width:555px;
	text-align:center;
	vertical-align:middle;
}

#container #inhalt #ref td {
	border:0px;
	width:274px;
	height:94px;
}

#ulaktuelles{
	list-style-type:none;
}

/********************************Inhalt im Inhalt******************************/

#headser{
	padding:0px;
	margin:0px;
}


#inhalttext{
	padding-bottom:20px;
	padding-left:30px;
	padding-left:20px;
	margin-left:10px;
	width:650px;
}

#headser ul{
	list-style:none;
	text-align:center;
	height:36px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#headser #headserul li{
	display:inline;
	padding:0px;
}


#headser #headserul li a {
	margin-right: 10px;
	background-image: url(images/inhaltserbutton2.gif);
	background-repeat: no-repeat;
	float:left;
	overflow:hidden;
	width:143px;
	height: 42px;
	text-align: center;
	vertical-align:middle;
	line-height: 35px;
	/*color:#eeddcc;*/
	color:#330000;
	font-size:14px;
	font-weight: normal;
	letter-spacing: 0.5pt;
	text-decoration:none;
}


#headser #headserul li#kurseAktiv a, #headser #headserul li#coachingAktiv a, #headser #headserul li#uebersetzungAktiv a, #headser #headserul li#korrekturAktiv a,#headser #headserul li.aktiv a {
	background-image: url(images/inhaltserbuttonaktiv3.gif);
	color:#FFFFFF;
}

/*Hovereffekt*/
#headser #headserul li a:hover{
	color:#FFFFFF;
	background-image: url(images/inhaltserbuttonaktiv3.gif);
}


#inhalt #headserline{
	background-image:url(images/headser3.gif);
	background-repeat: no-repeat;
	width:700px;
	height:35px;
	margin:0px;
	padding:0px;
}


#inhalt #inhaltser2{
	background-image:url(images/inhaltser.gif);
	background-repeat:repeat-y;
}

#inhalt #inhaltser #text{
	padding-left:30px;
	background-image:url(images/inhaltser.gif);
	background-repeat:repeat-y;
}

#inhalt #footser{
	background-image:url(images/footser.gif);
	width:700px;
	height:35px;
}
 
	
	
	
/********************************Header******************************/
#head{}/***keine Ahnung warum das so sein muss, aber sonst gehts nicht**/

#head{
	width:800px;
	height:17px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(images/head4.gif);
}


/********************************Footer******************************/


#foot{
	width:800px;
	height:17px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(images/foot.gif);
}
	


#footliste ul{
	list-style-type:none;
	text-align:center;
}

#footliste #footul li {
	display:inline;
	padding:0px;
}
#footliste #footul li a {
	color:#000066;
	font-size:14px;
	font-weight: normal;
	letter-spacing: 0.5pt;
	text-decoration:none;
	font-weight:bold;
}


/*Hovereffekt*/
#footliste #footul li a:hover {
	text-decoration:underline;
}



/**hinzugefügt wegen der Service Seite***/


.screenreader {
	position: absolute;
	left: -999em;
	top: -999em;
}

.aktiv {

background-image: url(images/inhaltserbuttonaktiv3.gif);
	color:#FFFFFF;

}

.inaktiv{
background-image: url(images/inhaltserbutton2.gif);
}
