* {
	margin: 0;
	padding: 0;
}

body {
background: #ededed;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 22px;
color: #222;
}

a {
text-decoration: none;
color: #340101;
}
a:hover {
text-decoration: underline;
color: #750101;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 70px;
background: #e0f3fa url(images/header.jpg) no-repeat;

}
#header h1 { 
font-size: 35px;
letter-spacing: -1px;
padding: 30px 0 0 0;
color: #340101;
text-align: center;
}
#header h1 a { 
color: #340101;
text-decoration: none;
font-weight: 100;
letter-spacing: -1px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 18px;
color: #340101;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 28px;
line-height: 28px;
background: #e0f3fa url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
border-left: solid 1px #fff;
border-right: solid 1px #fff;
}
#menu ul li:hover, #menu ul li.active {
background: #ededed;
color: #750101;
text-decoration: none;
}

#menu ul li a {
padding: 0 20px 0 20px;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #340101;
}

#menu ul li a .active {
padding: 0 20px 0 20px;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #340101;
}

#menu ul li a:hover {

color: #750101;
text-decoration: none;
}

#content {
background: #e0f3fa url(images/content.jpg) repeat-y;
padding: 0 20px;
padding-right: 40px;
}
#main_content {
width:100%;
padding-left: 10px;

}

#main_content img{
width: 300px;
height: 300px;	
	
	
}
.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #d8d8d8;
}
.right h2 a {
text-decoration: none;
color: #340101;
}
.right h2 a:hover {
color: #750101;
}

h2 {
font-size: 24px;
font-weight: 100;
padding-left: 10px;
/* height: 26px; */
line-height: 28px;
/* background: #d8d8d8; */
}
h2 a {
text-decoration: none;
color: #340101;
}
h2 a:hover {
color: #750101;
}




.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #d8d8d8;
color: #340101;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #340101;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {
color: #750101;
}
.articles { padding: 10px; }

#bottom {
background : #e0f3fa url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

.lebenslauf {
padding:5px;	
	}
.text_breite {
width: 430px;
padding: 5px;
border:solid 1px;
background-color:#FFC;
	}
	
.kontakt_breite {
padding: 5px;	
	}