@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	font-size:13px;
	font-family:Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align:center;
	line-height:1.5;
	color:#393939;
	background:url(layout/kempkens-bg2.png) center top no-repeat, url(layout/kempkens-bg.png) left top repeat #EFEFEF;
}
#wrapper {
	width:940px;
	text-align:left;
	margin:auto;
}
#left {
	width:260px;
}
#main {
	margin-left:310px;
}

a {
	color:#900;
	outline:none;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#header {
	background:url(head.png) no-repeat center bottom;
}
#header h1 {
	margin-bottom:30px;
	color:#2D88B5;
	font-size:11px;
	font-weight:normal;
	line-height:1;
	cursor:default;
	text-align:center;
}
#header h1 a {
	display:block;
	margin:10px auto 6px;
	width:374px;
	height:70px;
	background:url(layout/kempkens-logo.png?v1) no-repeat center;
	text-indent:-999em;
}
.nav-main, #footer {
	margin-top:20px;
	height:40px;
background: #990000; /* Old browsers */
background: -moz-linear-gradient(top,  #bb0000 0%, #990000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb0000), color-stop(100%,#990000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bb0000 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bb0000 0%,#990000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bb0000 0%,#990000 100%); /* IE10+ */
background: linear-gradient(top,  #bb0000 0%,#990000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0000', endColorstr='#990000',GradientType=0 ); /* IE6-9 */

}
.nav-main ul, .nav-main li {
	margin:0;
	padding:0;
	list-style:none;
}
.nav-main li {
	display:inline;
}
.nav-main a, .nav-main span {
	font-size:14px;
	line-height:40px;
	color:#FFF;
	text-decoration:none;
	display:block;
	float:left;
	width:20%;
	text-align:center;
	font-weight:bold;
}
.nav-main span, .nav-main .trail, .nav-main a:hover {
	background-color:#333;
	color:#FFF;
}
.nav-main a:hover {
	background-color:rgba(0,0,0,0.5);
}

.lang {
	text-align:right;
	padding:1px 15px 1px 0;
	margin-bottom:30px;
background: #990000; /* Old browsers */
background: -moz-linear-gradient(top,  #990000 0%, #bb0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(100%,#bb0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #990000 0%,#bb0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #990000 0%,#bb0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #990000 0%,#bb0000 100%); /* IE10+ */
background: linear-gradient(top,  #990000 0%,#bb0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#bb0000',GradientType=0 ); /* IE6-9 */
}
.ie9 .lang {
	filter:none;
}
.lang li {
	display:inline;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
}
.lang a {
	color:#FFF;
	text-decoration:underline;
}
.head-img {
	margin-top:1px;
	margin-bottom:20px;
}
figure {
	margin:0;
}

#container {
	background:#FFF;
	border:1px solid #CCC;
	padding:40px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.15);
box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.nav-sub {
	line-height:2.5;
	margin-bottom:20px;
}
.nav-sub a, .nav-sub span {
	color:#000;
	font-weight:bold;
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-left:10px;
}
.nav-sub a:hover {
	color:#900;
	text-decoration:none;
}
.nav-sub span {
	color:#FFF;
	background:#900;
}
.nav-custom {
	border-top:10px solid #900;
	padding:10px;
	font-weight:bold;
	color:#000;
	line-height:2;
	margin:10px 0;
}
.nav-custom a {
	color:#000;
}
.nav-custom a:hover {
	color:#900;
}
.kontakt-box {
	border-top:1px solid #CCC;
	line-height:2;
	padding:10px;
}

#footer {
	margin-bottom:40px;
}
#footer .inside {
	text-align:center;
	line-height:40px;
	color:#FFF;
	font-size:12px;
}
#footer a {
	color:#FFF;
}

#main h1, #main h2 {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#900;
	margin-bottom:20px;
}
#main h2 {
	font-size:20px;
	margin:1.5em 0 0.5em;
}

#main p {
	margin:1em 0;
}
#main ol, #main ul {
	margin:1em;
	margin-left:2em;
}
#main ol li {
	list-style: decimal outside;	
}
#main ul li {
	list-style: disc outside;
	margin-bottom:0.5em;
}

.image_container.float_left {
	margin-right:15px;
}

.cv {
	overflow:hidden;
}
#main .cv ul {
	margin-top:0;
}
