
/* *************************************************
** CSS-File: www.sellheim-gesellschaft.de **********
** copyright 2006 by www.wertbar.com ***************
** get inspired - don't copy ***********************
************************************************** */


/* GLOBALS */

BODY {
	font: normal 13px Arial, sans-serif;
	margin:0;
	padding:0;
	background: url(../img/bg.jpg) repeat-x #fff;
	color: #333;
}
	
H1 {
	font: normal 24px Georgia, Times New Roman, serif;
	color: #71674A;
}

H2 {
	font: normal 18px Georgia, Times New Roman, serif;
	color: #71674A;
}


H3 {
	font: normal 14px Georgia, Times New Roman, serif;
	color: #71674A;
	padding-bottom: 6px;
	border-bottom: 1px solid #CEC9B5;
}


H4 {
}

a {
	color: #A47828;
	font: normal 12px Georgia, Times New Roman, serif;
}
a:hover {
	text-decoration: none;
}
a:visited {
}

p {line-height: 20px;}
/* LAYOUT-CONTAINER */

#container {
	width: 770px;
	border-left: 1px solid #CEC9B5;
	margin-left: 20px;
}

#header {
	height: 94px;
	background: url(../img/logo.gif) no-repeat 20px 25px;
}

#nav {
	height: 140px;
}

#topnav {
	padding: 20px 35px;
}

#content {
	padding: 20px 20px 60px 20px;
	margin-right: 290px;
}

#right {
	float: right;
	width: 280px;
	background: url(../img/bg_right_start.jpg) no-repeat;
	height: 500px;
}

#right-k {
	float: right;
	width: 280px;
	background: url(../img/bg_right_k.jpg) no-repeat;
	height: 500px;
}

#innerright {
	padding: 170px 30px 0 30px;
}
#innerright img {
	margin-bottom: 20px;
}

#footer {
	background: #F0ECDF;
	padding: 15px 0 10px 20px;
	color: #71674A;
	border-top: 10px solid #CEC9B7;
}

#innerfooter {
	border-left: 1px solid #CEC9B5;
	padding-left: 20px;
}

/* MAIN-NAVIGATION */

#nav ul {
	list-style-type: none;
	margin:7px 0;
	padding:0;
	display: block;
}

#nav ul li {
	line-height: 24px;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #71674A;
	width: 180px;
	padding: 0 0 0 20px;
	font-weight: normal;
	line-height: 24px;
}

#nav ul li a:hover, #nav ul li a.current {
	color: #A47828;
	background: white;
	padding-left: 30px;
}


/* SUB-NAVIGATION */

#rightnav ul {
	list-style-type: none;
	margin: 50px 0;
	padding: 0 0 0 20px;
	display: block;
	border-left: 1px solid #CEC9B5;
}

#rightnav ul li {
	line-height: 26px;
}

#rightnav a {
	padding: 1px 0;
}

#rightnav ul li a:hover, #rightnav ul li a.current {
	padding: 10px 0;
	color: #71674A;
	background: white;
	text-decoration: none;
}

/* FORMULAR */

form {
	padding:0;
	margin:0;
}
fieldset {
	border:0;
/*	border:1px solid #CFBCAE;
	padding: 20px 0 20px 20px;*/
	padding:0;
	margin-top: 35px;
}
label {
	float: left;
	width: 100px;
}
input, textarea {
	font: normal 12px Arial, Tahoma, Helvetica, sans-serif;
	background: #EEEADB;
	color: #333;
	border: 0px solid #CEC9B5;
}
input:focus, textarea:focus, input:active, textarea:active {
	background: #F2EFE4;
	border: 0px solid #CEC9B5;
}
textarea {
	padding: 3px 6px;
}
input[type="text"] {
	padding-left: 6px;
	padding-top:3px;
	height: 17px;
}
.formbutton {
	font: bold 11px Georgia, Times New Roman, serif;
	margin: 30px 10px 0 100px;
	padding: 5px 12px;
	background: #71674A;
	color: #fff;
	border:0;
}
.formbutton:hover {
	background: #333;
	border:0;
	cursor: pointer;
}
.formbutton:active, .formbutton:focus {
	background: #333;
	border:0;
}
input[type="text"], textarea {
	margin-bottom: 10px;
}


/* CONTENT:VARIOUS */

.back {
	margin-bottom: 40px;
}

.copy {
	font: normal 18px Georgia, Times New Roman, serif;
	color: #71674A;
}

#footer a {
	color: #71674A;
	font-weight: normal;
}

#antrag {
	margin-top: 60px;
}

.kbox {
	background: #E9E4D0 url(../img/kbox_bg.jpg) repeat-x;
	padding: 4px 9px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, serif;
	line-height: 22px;
	margin-top: 5px;
}
.kbox .inst {
	font-size: 18px;
	color: #71674A;
}

.kbox .name {
	font-size: 13px;
	color: #A47828;
}

#content table {
	padding:0;
	margin:0;
}

#content td {
	white-space: nowrap;
	font-style: italic;
}

table.klist {
	border-collapse: collapse;
}

table.klist td {
	padding: 5px;
}

.pdflink {
	background: url(../img/pdf.gif) left no-repeat !important;
	padding-left: 20px !important;
}

img.fjs {
	padding: 10px;
	float: right;
}
