*{ margin: 0; padding: 0; }*
body {
	line-height: 1.8em;
	color: 333;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	font-style: italic;
	background-color: #e5e5e5;
}
a {
	COLOR: #333;
	text-decoration: none;
}
a:visited {
	COLOR: #333;
	text-decoration: none;
}
a:hover {
	COLOR: #e5e5e5;
	background-color: #333;
}
h2 {
	margin: 0 0 10px;
	padding: 10px 0 3px;
}
h3 {
	padding-left: 10px;
	color: #fff;
	font-size: 1em;
	height: 24px;
	line-height: 24px;
}
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p {
	margin: 10px 0 10px 0;
}
img { border: none; }

#header {
	height: 120px;
	background-image: url(Ich übersetze vom Englischen und vom Französischen in meine Muttersprache, also ins Deutsche
.);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/logo_neu.gif);
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}


#wrap {
	padding: 20px 10px 3px 10px;
	width: 760px;
	margin:100px auto;
	background-color: transparent;
}
#left {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 14px;
}
#left ul { padding: 5px 10px 10px 10px; margin: 0; }
#right { margin-bottom: 10px; float: right; width: 550px; padding: 0 10px 10px 10px; margin-top: 10px;}
	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }

/* Das Kontaktformular */ 
form {
	background-color: #e5e5e5;
	width: 390px; /* Breite des Formulars */
	padding: 0px;
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}
input#absender,
textarea {
  width: 350px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 10em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}
