/* CSS Document */

* {
  margin:0;
  padding:0;
}

html {
	height:100%;
}

body {
	background-image:url(images/bg.jpg);
	color:#1b1b1b;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:130%;
	height:100%;
}

a {
	color:#8a8a8a;
	outline:none;
	text-decoration:underline;
}

a img {
	border:0;
}

p {
	padding:5px 0 5px 0;
	margin:0;
}

/* Variable Klassen */

.active a {
	background:scroll url(images/menudot.gif) 0 -10px no-repeat !important;
}

#big {
	background-image:url(images/inlay_bg.jpg);
	background-position:50% 0;
	background-repeat:repeat-y;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -30px auto;
	width:721px;
}
.clear {
	clear:both;
}

#content {
	float:left;
	margin:42px 0 0 17px;
	width:555px;
}

#content h1 {
	color:#e7bc24;
	font-size:17px;
	font-weight:bold;
	margin:5px 0 5px 0;
}
#content strong{
	color:#333;
}
#content h2 {
	color:#e7bc24;
	font-size:12px;
	font-weight:bold;
	margin:12px 0 5px 0;
}
.contentc ul li{
	padding:5px 0;
	margin-left:20px;
	font-size:13px;
	font-weight:bold;
}

.contentc {
	padding:0 130px 0 10px;
}

.contentbox {
	border:1px solid #ebebeb;
	color:#868686;
	float:left;
	margin:18px 0 0 10px;
	padding:5px;
	width:190px;
	font-size:10px;
}

.contentbox h2 {
	color:#e7bc24;
	font-size:10px;
	font-weight:normal;
	margin:5px 0 7px 0;
}

.contentbox p {
	padding:2px 0 1px 0 !important;
}

a.blinks{
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
a.blinks:hover{
	text-decoration:underline;
}

#footer {
	background-image:url(images/footer.jpg);
	color:#999;
	margin:15px auto 0 auto;
	padding:1px 0 0 0;
	text-align:center;
	width:721px;
	font-size:9px;
}

#header {
	background-image:url(images/header.jpg);
	color:#ffffff;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	height:180px;
	padding:7px 0 0 0;
	text-indent:29px;
	width:721px;
}

#inlay {
	background-image:url(images/inlay_top.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
}

#menu {
	border-top:1px solid #cacaca;
	display:inline;
	float:left;
	margin:53px 0 0 27px;
	width:106px;
}

#menu li {
	border-bottom:1px solid #dadada;
	float:left;
	list-style-type:none;
}

#menu li a {
	background:scroll url(images/menudot.gif) 0 8px no-repeat;
	color:#585858;
	display:block;
	height:17px;
	margin:0 0 0 1px;
	padding:6px 0 0 0;
	text-decoration:none;
	text-indent:28px;
	width:105px;
}

#menu li a:hover {
	background:scroll url(images/menudot.gif) 0 -10px no-repeat;
}

#push {
	clear:both;
	height:30px;
}

fieldset{
	padding:15px 0 30px 15px;
	border:0;
}
legend{
	font-weight:bold;
	color:#666;
}
label{
	display:block;
}
input.text, textarea{
	width:300px;
	margin-bottom:10px;
}
textarea{
	height:100px;
}
