/* Alle Einstellungen gleich setzen */

@import url("base.css");

/* Allgemeine Deklarationen */


html, body { 
	font-family: arial, verdana, helvetican, tahoma, sans-serif; 
	height: auto;
	width: 100%;
	background-color: white;
	color: #6f6f6e;
	line-height: 1.3em;
	font-size: 12px;
}

h3 {
	font-size: 13px;
	color: #0c3a85;
	margin:  0 15px 15px 30px;
	font-weight: normal;
}

/* Einstellungen f&uuml;r die Position */

#container {
	width: 1050px;
	height: 100%;
	margin: 0 auto;
	background: url("../img/bg_container.jpg") repeat-y;
}

/* Einstellungen für den Header */

#header {
	height: 115px;
	width: 100%;
	position: relative;
	background: url("../img/header.jpg") no-repeat;
}

#header a#kjf_logo img{
	margin-top: 22px;
	margin-left: 60px;
	float: left;
}

#contentarea {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
	background: url("../img/bg_content.jpg") no-repeat;
}

#content {
	float: left;
	width: 570px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding-bottom: 20px;
	padding-top: 0;
}

#footer {
	height: 57px;
	position: relative;
	background: url("../img/footer.jpg") no-repeat white;
}

/* Einstellungen fuer Links */

#content a {
	font-weight: normal; 
	text-decoration: underline;
	color: black;
}

#content a:hover, #links a:hover, #content a.active, #links a.active { color: #cc5519; }

#content h1 {
	font-size: 18px;
	font-weight: normal;
	color: #cc5519;
	margin: 15px 20px 10px 20px;
	line-height: 1.2em;
}

#content h2 {
	font-size: 14px;
	font-weight: normal;
	color: black;
	margin: 10px 20px 5px 20px;
	line-height: 1.2em;
}

#content p {
	font-size: 12px;
	color: #6f6f6e;
	margin: 0 20px 5px 20px;
}

#content table {
	width: 100%;
	margin-left: 20px;
	border-collapse: collapse;
	border: none;
}

#content table th {
	padding-right: 5px;
	padding-bottom: 9px;
	vertical-align:top;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: normal;
	color: black;
}

#content table td {
	padding-right: 5px;
	padding-bottom: 9px;
	vertical-align:top;
	line-height: 1.3em;
}

#content form {
	margin: 0 20px 10px 20px;
}

#content input {
	border-top: none;
	border-left: none;
	border-bottom: 2px solid #e3a281;
	border-right: 2px solid #e8b294;
	background-color: white;
	margin: 0;
	font-size: 12px;
}


#content ol, #content ul {
	margin: 0 30px 10px 35px;
	list-style-position: outside;
	padding-left: 1em;
}

#content ul {
	list-style-type: square;
}

#content li {
	margin-bottom: 7px;
}

#content form table {
	margin: 0;
	padding: 0;
}

#content form h1 {
	margin-left: 0;
	padding-left: 0;
}


#bilder {
	float: right;
	width:180px;
	padding-right: 67px;
	padding-top: 46px;
}

#bilder .bild {
	margin-bottom: 20px;
}
