html { 
	padding:0px;
	margin:0px;
}

body {
	background-color: #e1ddd9;
	color:#564b47;  
	text-align:center;
	margin:0px;
	padding:0px;
	font-size: 12px;
}

#box {
	margin: 0px auto 20px auto;
	padding:0px;
	border-bottom: transparent;
	width: 814px;
	font-family: Georgia, Times New Roman, Times, serif;
}

#inhalt {
	width:410px;
	padding:0px;
	float:left;
	overflow: auto;
	font-family: Georgia, Times New Roman, Times, serif;
	background: #fff;
	border-right: 1px dotted #666666;
	border-left: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}

#kopf {
	border-bottom: #666666 solid 20px;
	border-collapse: collapse;
	background: transparent url(http://www.dipaolo.de/thomas/images/name.jpg) no-repeat 0px 15px;
	height: 75px;
}

#links {
	width: 200px;
	padding:0px;
	float:left;
	font-family: Georgia, Times New Roman, Times, serif;
}

#rechts {
	width: 200px;
	padding:0px;
	float:left;
	font-family: Georgia, Times New Roman, Times, serif;
}

h1 {
	color: #666666;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-top: 25px;
}

h2 {
	color: #b3b0ad;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	border-left: transparent;
	font-size: 32px;
	font-style: normal;
	line-height: 30px;
}

h3 {
	color: #666666;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	font-size: 14px;
}

h4 {
	color: #666666;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	padding-right: 10px;
}

h5 {
	color: #666666;
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	font-size: 8px;
	font-style: italic;
}

h6 {
	color: #666666;
	text-align: center;
	padding-right: 10px;
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
}

p {
	color: #666666;
	text-align: left;
	padding-right: 20px;
	font-size: 12px;
	line-height: 120%;
}

.pad {
	color: #666666;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: left;
	padding-left: 20px;
	line-height: 180%;
}

table {
	padding-left: 20px;
}


.right {
	float: right;
}

li {
	line-height: 150%;
	text-align: left;
	border-top: 1px solid #666666;
}

ul {
	margin: 0;
	padding: 10px 0 0 25px;
}

#nav {
	top: 200px;
}

a:link    { color: #ff9900; text-decoration: none;
	font-weight: bold;
}

a:visited   { color: #ff9900; text-decoration: none;
}

a:hover   { color: black; text-decoration: none }

a:active   { color: #ff9900; text-decoration: none;
}

.middle {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.imgleft {
	margin-top: 10px;
	float: left;
	border: 3px solid #ffffff;
	width: 185px;
}	
