/*
tom

*/

* {
	margin: 0;
	padding: 0;
}

body {
	
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 5px;
	font-weight: normal;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
	line-height: 1.8em;
}

a:link {
	color:#000;
}

a:active {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 0 0 0;
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #99b0c6; /* Farbe vom aktiven Menüpunkt */
	color: #FFFFFF;
}

/* Header */

#header {
	width: 1000px;
	height: 200px;
	margin-top: 30px;

	margin-left:auto;
	margin-right:auto;
	background: url(images/imgheaderus.jpg) no-repeat;
}


/* Page */

#page {
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	/*float: left;*/
	height:460px;
	width: 1000px;
	
}




#text{
	float: left;
	height:210px;
	width: 780px;
	padding-top: 10px;
	margin-bottom: 10px;
	
	
}




#foto{
	float: right;
	height:210px;
	width: 200px;
	margin-bottom: 20px;
	background: url(images/robert.jpg) no-repeat right;
}




#arbeit {
	
	width: 1000px;
	height: 230px;
	
}



/*
#contentuebermich {
	float: right;
	width: 770px;
	padding-top: 10px;
}
*/
.post {
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0px 20px 0px 0px;
}




.hr {
	border-bottom: 1px solid #EDEBD5;
}


.hr2 {
	border-bottom: 1px solid #FFFFFF;
}






/* Footer */

#footer {
	width: 1000px;
	height: 80px;
	padding: 25px 0;
	
}

#footer p {
	margin: 0;
	text-align: left;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
