/*	ksv.css
	Layout for
	www.ksv-europe.de
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #002741;
	background-color: #848383;
	text-align: center;
	padding: 21px;
	padding-left: 0px;
}
#page {
	font-size: 1em;
	line-height: 1.5em;
	background-color: #D8D5D5;
	text-align: left;
	padding: 0px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
}
#page_header {
	position: relative;
	height: 265px;
}
#page_body {
	position: relative;
	background-image: url(images/page_body_bg.gif);
	background-repeat: repeat-y;
	height:100%;
}
#page_footer {
	position: relative;
	height: 17px;
	text-align: center;
	clear: left;
	background-color: #353743;
	font-size: 0.9em;
	line-height: 1em;
	color: #FFFFFF;
	padding-top: 4px;
	letter-spacing: 0.1em;
}
#header_name {
	position: relative;
	height: 48px;
}
#header_bilder {
	position: relative;
	height: 183px;
	clear: left;
}
#header_navi {
	background-color: #002741;
	position: relative;	
	color: #14912D;
	clear: left;
}
#name_block {
	background-color: #D8D5D5;
	float: left;
	height: 48px;
	width: 271px;
	position: relative;
}
#name_firma {
	margin-left: 271px;
	position: relative;
	height: 48px;
}
#bilder_logo {
	background-color: #FFFFFF;
	float: left;
	height: 183px;
	width: 271px;
	position: relative;
}
#bilder_thema {
	height: 183px;
	width: 753px;
	margin-left: 271px;
	position: relative;
}
#navi_block {
	float: left;
	height: 0px;
	width: 0px;
	position: relative;
}
#navi_bereiche {
	height: 26px;
	width: 753px;
	margin-left: 271px;
	position: relative;
	font-size: 1.1em;
	line-height: 1em;
	padding-top: 8px;
	letter-spacing: 0.1em;
}
#body_main {
	float: left;
	width: 785px;
	position: relative;
	padding-top: 21px;
	padding-bottom: 21px;
	background-color: #FFFFFF;
}
#body_kontakt {
	position: relative;
	width: 222px;
	height: 100%;
	margin-left: 785px;
	padding-left:4px;
	padding-top:4px;
}
#kontakt_right {
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 17px;
}
#main_subnavi {
	position: relative;
	width: 271px;
	float: left;
}
#main_content {
	width: 497px;
	position: relative;
	margin-left: 271px;
}
.subnavi_active {
	background-color: #D8D5D5;
	width: 217px;
	margin-bottom: 0.75em;
	padding-top: 0.5em;
	padding-right: 3px;
	padding-bottom: 0.5em;
	padding-left: 17px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #14912D;
	position: relative;
	color: #14912D;
	line-height: 1.25em;
	font-size: 1.25em;
}
.subnavi_inactive {
	background-color: #D8D5D5;
	width: 217px;
	margin-bottom: 0.75em;
	padding-top: 0.5em;
	padding-right: 3px;
	padding-bottom: 0.5em;
	padding-left: 17px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #002741;
	position: relative;
	color: #14912D;
	line-height: 1.25em;
	font-size: 1.25em;
}
.no_clear {
	clear: none;
}
.content_bildliste {
	width: 100%;
	position: relative;
}
.content_bildliste + * {
	clear: left;
}
.bildliste_bild {
	float: left;
	height: 100%;
	width: 90px;
	margin-right: 17px;
	position: relative;
	margin-bottom: 17px;
}
.bildliste_text {
	margin-left: 15px;
	position: relative;
	float: left;
}
.float_left {
	float: left;
	margin-right: 17px;
	margin-bottom: 17px;
	position: relative;
}
.float_left_90 {
	float: left;
	width: 90px;
	margin-right: 17px;
	margin-bottom: 17px;
	position: relative;
}
.float_right {
	float: right;
	margin-bottom: 17px;
	margin-left: 17px;
	position: relative;
	right: -17px;
}
.float_right_textonly {
	float: right;
	width: 149px;
	margin-bottom: 17px;
	margin-left: 17px;
	position: relative;
}
h1 {
	font-size: 2em;
	line-height: 2em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #14912D;
	margin-top: 0em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	color: #14912D;
	margin-top: 0em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.25em;
	line-height: 1em;
	font-weight: bold;
	color: #14912D;
	margin-top: 0em;
	margin-bottom: 1em;
}
#body_kontakt h3, h4 {
	color: #002741;
}
p {
	margin-top: 0em;
	margin-bottom: 1.5em;
}
p.small {
	font-size: 0.9em;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	word-spacing: 0.25em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ul {
	list-style-image: url(images/bullet_5.gif);
	text-indent: -1.5em;
	margin-left: 0em;	
	padding-left: 1.5em;
	list-style-position: inside;
	margin-top: 0em;
	margin-bottom: 1.5em;
}
ul ul {
	list-style-image: url(images/bullet_5.gif);
}
ol {
	text-indent: -1.5em;
	margin-top: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	padding-left: 1.5em;
	list-style-position: inside;
	list-style-type: decimal;
}
li {	
	margin-top: 0em;
	margin-bottom: 0.75em;
}
a:link {
	color: #14912D;
	text-decoration: none;
}
a:active {
	color: #14912D;
	text-decoration: none;
}
a:visited {
	color: #14912D;
	text-decoration: none;
}
a:hover {
	color: #14912D;
	text-decoration: underline;
}
h1 a:link {
	color: #002741;
	text-decoration: none;
}
h1 a:active {
	color: #002741;
	text-decoration: none;
}
h1 a:visited {
	color: #002741;
	text-decoration: none;
}
h1 a:hover {
	color: #002741;
	text-decoration: none;
}
a:link img{
    color: #D8D5D5;
	text-decoration: none;
}
a:active img{
    color: #D8D5D5;
	text-decoration: none;
}
a:visited img{
    color: #D8D5D5;
	text-decoration: none;
}
a:hover img{
    color: #D8D5D5;
	text-decoration: none;
}
a:link h3{
	color: #002741;
	text-decoration: none;
}
a:active h3{
	color: #002741;
	text-decoration: none;
}
a:visited h3{
	color: #002741;
	text-decoration: none;
}
a:hover h3{
	color: #002741;
	text-decoration: underline;
}
#navi_bereiche a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navi_bereiche a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#navi_bereiche a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navi_bereiche a:hover {
	color: #14912D;
	text-decoration: none;
}
#page_footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#page_footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#page_footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#page_footer a:hover {
	color: #14912D;
	text-decoration: none;
}
#main_subnavi a:link {
	color: #002741;
	text-decoration: none;
}
#main_subnavi a:active {
	color: #002741;
	text-decoration: none;
}
#main_subnavi a:visited {
	color: #002741;
	text-decoration: none;
}
#main_subnavi a:hover {
	font-weight: normal;
	color: #14912D;
	text-decoration: none;
}
caption {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	color: #002741;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: 95px;
	text-align: left;
}
input.textfield {
	font-size: 0.9em;
	line-height: 1.2em;
	background-color: #D8D5D5;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.button {
	font-size: 1em;
	line-height: 1.5em;
	background-color: #353743;
	padding: 2px;
	color: #D8D5D5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	font-size: 1em;
	line-height: 1.5em;
	background-color: #D8D5D5;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

