* {
padding: 0;
margin: 0;
} 

body {
background-color: #DBDBDB;
	margin:0;
	padding: 0;
	color: #000000;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	line-height: 17px;
}

a {
	color: #330000;
	text-decoration: none;
}
a:hover { color: #000; text-decoration: underline; }
img { border: none; }

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

#top {
height: 10px;
background: #BDC4F2 url(top.gif) no-repeat;
}

#header {
	height: 70px;
	background: url(header1.jpg) no-repeat;
}
#header h1 {
	padding: 20px 0 0 50px;
}
#header h1 a {
	color: #660000;
	text-decoration: none;
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header h1 a span{
	color: #660000;
	text-decoration: none;
	font-size: 18px;
}



#header h1 a:hover {
color: #000;
}
#header h2 {
	color: #333333;
	font-size: 17px;
	padding: 2px 0 0 560px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header #titel {
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	color: #FFFFFF;
	padding: 0;
	margin-left: 20px;
	}

#header #slogan {
	color:#CCCCCC;
	letter-spacing: 0px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 450px;
}
#header #impress {
	color:#FFFFFF;
	letter-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 600px;
	width: 200px;
}


#navigation {
	height: 25px;
	line-height: 25px;
	background: #555 url(menu.gif) no-repeat;
	padding-left: 20px;
	font-size: 10px;
}

#navigation ul
{
	text-align:left;
	padding-left: 10px;

}

#navigation li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#navigation li a {
color: #fff;
text-decoration: none;
font-weight: 600;
}
#navigation li a:hover {
color: #000;
}

#content {
	background-color: #CCCCCC;
	background-image: url(content.gif);
	background-repeat: repeat-y;
}

.left {
	float: left;
	width: 10px;
	padding: 10px 10px 20px 10px;
}
.left li {
list-style-type: none;
}
.left li a {
display: block;
padding: 3px 3px 3px 20px;
font-weight: 600;
}
.left li a:hover {
background: #fefefe;
text-decoration: none;
}

.center {
	float: left;
	width: 500px;
	padding: 10px 0px;
	text-align: justify;
}
.center h2 {
	font-size: 17px;
	color: #660000;
	padding: 5px 0;
}
.center h2 a { text-decoration: none; }

.center h3 {
	font-size: 15px;
	color: #666666;
	padding: 5px 0;
}


.center ul { padding: 10px 0px 0px 10px;
font-weight:bold;
 }
.center li { font-weight: normal; 
padding: 2px 0px 0px 0px;
margin-left: 20px;
list-style:inside;
list-style-type: circle;
}

.center p {
	margin:0;
	padding-bottom: 5px;
	color: #000000;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	line-height: 17px;
	}
.center blockquote {
	margin-left:30px;
	padding-bottom: 5px;
	color: #000000;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	line-height: 17px;
	}


img.float-left {
float:left;
  margin: 5px 15px 5px 0px;
}

img {
	border: 1px solid #DADADA;
	padding: 5px;	
}



.right {
	float: right;
	width: 220px;
	padding: 10px 20px 20px 20px;
	text-align: justify;
}
.right h1{
	font-size:14px;
	padding: 1px 0px 5px 0px;
	color: #660000;
	text-align: left;
}

.right p{
	padding-left: 5px;

}

.box {
	background : #fff;
	border: 1px solid #bbb;
	padding: 10px 0px 10px 10px;
	margin: 0 0 10px 0;
}
.box a {
	font-weight: normal;
	text-decoration: underline;
}
.box1 {
background : #fff;
border: 1px solid #bbb;
padding: 10px;
margin: 10px;
}
.box1 a { font-weight: 600; }

#footer {
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #333 url(footer.gif) no-repeat;
	color: #ccc;
	font-size: 9px;
}
#footer a { color: #eee;}
#footer a:hover { color: #fff; }

#bottom {
height: 10px;
background: #fff url(bottom.gif) no-repeat;
}

