body{
background-image: url("../images/design/bg.png");
background-color:#dbccc6;
background-repeat: repeat-x;
font-family: verdana;
font-size: 9px;
color: #383634;
}
#allg {
position:relative;
margin:0 auto;
padding:10px;
width:800px;
-moz-border-radius:10px;
background-image: url("../images/design/spacer.png");
}
#index{
position:relative;
margin:0 auto;
width:800px;
background-color: #dbd5c8;
}
b{
color: maroon;
}
i{
color: black;
}
u{
text-decoration: none;
border-bottom: 2px black dotted;
}
.content{
background-color: #dbd5c8;
padding: 10px;
}
.header{
background-image: url("../images/design/header.png");
width:800px;
height:300px;
}
.navigation{
position:relative;
margin:0 auto;
width:700px;
background-image: url("../images/design/spacer.png");
padding:10px;
-moz-border-radius:10px;
opacity: 0.8;
}
.bild{
position:relative;
margin:0 auto;
background-image: url("../images/design/spacer.png");
padding:10px;
-moz-border-radius:10px;
}
.navigation a{
color: grey;
font-size: 9px;
padding: 5px;
text-transform: uppercase;
text-decoration: none;
}
.navigation a:hover{
color: black;
background-color: silver;
font-size: 9px;
-moz-border-radius:10px;
text-transform: uppercase;
text-decoration: none;
}
.news {
width: 70%;
position:relative;
margin:0 auto;
	background-color: #d1c8b2;
	font-size: 10px;
	padding: 10px;
	border: 5px #dbdbdb solid;
		-moz-border-radius:10px;
}
.commentardetails {
	display: block;
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
	width: 100%;
	height: 20px;
	color: #8c8c8c;
	padding: 2px;
	text-align: center;
	background-color: #4e1612;
}
.commentardetails a {
	font-size: 12px;
	font-family: Arial;
	color: #8c8c8c;
}
.commentardetails a:hover {
	font-size: 12px;
	font-family: Arial;
	color: #fff;
}
.commentarbox {
	display: block;
	font-size: 11px;
	font-family: Tahoma;
	width: 100%;
	color: #808c49;
	padding: 2px;
	text-align: center;
	background-color: #4e1612;
}
.comments {
	padding: 5px; 
	display: block;
	font-size: 8px;
	font-family: Tahoma;
	width: 110px;
	color: #fff;
	text-align: center;
	background-color: #bb7a84;
	float:right;
		-moz-border-radius:10px;
}
.newsicon{
margin-right: 10px;
	background-color: #dbdbdb;
	float: left;
	font-size: 10px;
	color: #698f6e;
	-moz-border-radius:10px;
	display: block;
	padding: 5px; 
}

a{
color: #2d2625;
font-size: 9px;
text-transform: uppercase;
text-decoration: none;
}
a:hover{
color: #a94439;
text-transform: uppercase;
text-decoration: none;
}
.login{
width: 200px;
opacity: 0.2;
}
input,textarea{
background-image: url("../images/design/spacer.png");
-moz-border-radius:10px;
text-transform: uppercase;
color: silver;
font-size: 9px;
border: 1px solid silver;
}
h1{
color: #795d53;
padding-left: 10px;
font-size: 16px;
border-bottom: 1px solid #65615a;
}
h2{
color: #795d53;
font-size: 12px;
padding-left: 30px;
background-image: url("../images/design/spacer.png");
border-bottom: 1px solid #65615a;
border-left: 10px double silver;
border-right: 10px double silver;
-moz-border-radius:10px;
}
p{
color: #383634;
-moz-border-radius:10px;
background-image: url("../images/design/spacer.png");
padding: 5px;
width: 70%;
margin-left: 15%;
border-left: 10px double silver;
border-right: 10px double silver;
}