

body {
	margin: 20px 0;
	padding: 0;
	font: bold small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

h1, h2, h3 {
	color: #991919;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;	
}

a:link {
	text-decoration: none;
	color: #991919;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #991919;
	font-weight: bold;
}

a:visited {
		text-decoration: none;
		color: #991919;
		font-weight: bold;
}
img {
	border: none;
}



/* Header */

#header {
	width: 800px;
	height: 150px;
	margin: 0 auto;
	background: url(/images/header.gif);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 800px;
	height: 32px;
	margin: 0 auto;
	background: #2E2E2E url(/images/img.gif);
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li {
	display: inline;
	}

#menu a {
	display: block;
	height: 22px;
	padding: 7px 19px 0 19px;
	float: left;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 1em;
	}

#menu a:hover, #menu .active a {
	background: url(/images/img.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 180px;
	padding: 20px 10px 0 10px;
}

.linklist {
border-bottom-style:dashed;
border-bottom-color:#2E2E2E;
border-bottom-width: 1px;
}
.linklist-item {
border-top-style:dashed;
border-top-color:#2E2E2E;
border-top-width: 1px;
/**margin-bottom:2px;
margin-top:2px;**/
padding-bottom:2px;
padding-top:2px;
padding-left:6px;
}

.linklist-item a:hover{
	color:#991919;
}

.linklist a:hover{
	color:#991919;
}

.linklist-item a:visited{
	color:#991919;
}

.linklist a:visited{
	color:#991919;
}

#colTwo {
	float: right;
	width: 560px;
	padding: 20px 10px 0 10px;
}

/* #colThree {
	float: left;
	width: 120px;
	padding: 0px;
} */

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(/images/img6_02.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;
}

#disclaimer {
	font-size: small;
}


/* --- bof formular --- */
/* --- contact-form from dad --- */
#container { float:left;}
#formular {width:520px; padding: 10px 0px 0px 0px;}
label,input {float: left;width: 150px;margin-bottom: 10px;font-size:12px;}
label {font-size: 12px;	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;text-align: right;width: 90px;padding-right: 20px;}
/* --- eof formular --- */
