body {
	margin-top: 5px;
	padding: 0;
	background: #fff;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-shadow: #a7a6af 1px 1px 2px;;
	}
	
#header {
	height: 500px;
	width: 800px;
	margin: 0;
}
	
#content {
	margin-left: 30px;
	margin-top: 0px;
}

p {
}

h1 {
	color: #a48b76;
	font-family: "Times New Roman", Times New Roman, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 15px;
}

h2 {
	color: #ee4646;
	font-size: 16px;
	margin: 15px;
	font-family: "Times New Roman", Times New Roman, Helvetica, sans-serif;
	text-transform: uppercase;
}

a {
	color: #403a4d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #785c6a;
}

i {
	color: #c7a0a0;
}

b {
	color: #7e606b;
}

textarea {
	color: #fff;
	font-family: "Courier New", Courier New, Arial;
	font-size: 10px;
	height: 30px;
	width: 200px;
	background: #000;
	border: 1px solid #000;
}

#logo {
	float: left;
}

#photobox {
	float: right;
	width: 200px;
}

.navi {
	color: #3d9eb8;
	width: 200px;
	font-family: Tahoma, Arial;
	font-size: 10px;
	text-transform: uppercase;
}

a.navi:link, a.navi:visited, a.navi:active {
width: 200px;
display : block;
color : #282828;
border-bottom : 1px solid #c6c6c6;
font-size : 10px;
padding : 0px;
margin : 0px;
text-decoration : none;
}

a.navi:hover {
width: 200px;
display : block;
color : #c6c6c6;
border-bottom : 1px solid #282828;
font-size : 10px;
margin : 0px;
padding : 0px;
text-decoration : none;
}
a.navi2:link, a.navi2:visited, a.navi2:active {
width: 200px;
display : block;
color : #282828;
background: #a8a8a8 url(verlauf1.png);
font-size : 10px;
padding-top : 7px;
padding-bottom : 7px;
padding-right : 7px;
padding-left : 7px;
margin-top : 0px;
margin-bottom: 2px;
text-decoration : none;
}
a.navi2:hover {
width: 200px;
display : block;
color : #a8a8a8;
background: #2c6676 url(verlauf.png);
font-size : 10px;
padding-top : 7px;
padding-bottom : 7px;
padding-right : 7px;
padding-left : 7px;
margin-top : 0px;
margin-bottom: 2px;
text-decoration : none;
}

#footer {
	color: #000;
	padding-top: 20px;
	font-size: 10px;
}

/*Body und Divs etc*/
#comment {}

#comment td, table, p {
	font-family: arial;
	font-size: 10px;
	line-height: 14px;
	color:#605b6b;
	width: 200px;
	text-shadow: #dbdbdb 1px 1px 1px;
	
}
#comment .by{
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color:#FFFFFF;
	background: none;
	text-align:center;
}
#comment .comment{
 	width:200px;
	border: 1px solid #dbdbdb;
	-moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
}
/* Font Styles */

#comment i, em{
	color: #81646f;
}
#comment u {
	color: #393939;
	border-bottom: 1px solid #088A85;
}
#comment b, strong{
	color: #393939;
	font-size: 11px;
}
#comment blockquote {
	background-color: #393939;
	padding: 8px 8px 8px 8px;
	border: 3px double #393939;
}
/* Ueberschriften */

#comment h1 {
	font-family: Arial;
	text-align:center;
	font-size: 14px;
	color: #605b6b;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
}
/* Input, Selects, Textarea */
#comment input[type=text]{
	Color: #605b6b;
	margin-bottom: 2px;
	border: 1px solid #dbdbdb;
	font-style: italic;
	font-size: 12px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#comment input[type=text]:hover, [type=text]:focus{
	Color: #605b6b;
	margin-bottom: 2px;
	background-color: #E6E6E6;
	border: 1px solid #dbdbdb;
	font-size: 12px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#comment input[type=submit]{
	Color: #FFFFFF;
	margin-bottom: 2px;
	background-color: #605b6b;
	border: 1.5px solid #dbdbdb;
	font-size: 12px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#comment textarea{
	width: 200px;
	height: 150px;
	Color: #605b6b;
	font-family: arial;
	font-size: 12px;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#comment textarea:hover, textarea:focus{
	width: 200px;
	height: 150px;
	Color: #616060;
	font-family: arial;
	font-size: 12px;
	margin-bottom: 2px;
	background-color: #E6E6E6;
	border: 1px solid #dbdbdb;
	-moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
}
#comment A:link,  A:visited, A:active {
	color: #81646f;
	font-size: 11px;
	text-decoration: none;
	font-family: verdana;
}
#comment A:hover {
	color: #605b6b;
	text-decoration: 
}
