
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500);

html {overflow-y:scroll;}
body {
	background:#fff;
	font:12px/18px Arial, sans-serif;
	color: #000;
	position:relative;
	min-width:320px;
	
	background: url('../pics/background/natural_paper.png') repeat;
}
html,body {
	height:100%;
}
a {
	color:#333;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}
img {
	max-width:100%;
	height:auto;
}

/* LAYOUT
========================================================================= */

#abgerundet {
	
	background-color: #fff;
	
	border: 1px solid #fff;
	
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	
	margin: 0px auto;
	
	width: 960px;
		-webkit-box-shadow: 0px 10px 30px -6px #555;
		   -moz-box-shadow: 0px 10px 30px -6px #555;
				box-shadow: 0px 20px 50px -6px #555;
}
#header {
	background: url("../pics/fima-header01.jpg") no-repeat;
	height: 90px;
}
#footer {
	width: 930px;
	margin: 0px auto;
	color: #000;
	padding-top: 5px;
}

/* ABSTÄNDE
==========================================*/

#abstand-vertikal-5px {
	height: 5px;
}
#abstand-vertikal-10px {
	height: 10px;
}
#abstand-vertikal-15px {
	height: 15px;
}
#abstand-vertikal-20px {
	height: 20px;
}

/* GLOBAL STRUCTURE
========================================================================= */
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.extra-wrap {
	overflow:hidden;
	display:block;
}
.fleft {float:left;}
.fright {float:right;}

/* TYPOGRAPHY
========================================================================= */

h1 {
	float:left;
}
h2 {
	font: 400 22px/28px 'Maven Pro', sans-serif;
	color:#191919;
	/*border-bottom: 1px solid #eeeeee;*/
}
h3, h3 a {
	font: 500 16px/20px 'Maven Pro', sans-serif;
	color:#191919;
}
h3 a:hover { color:#969696; }

/* Borders
========================================================================= */

.bottom-border {
	border-bottom: 1px solid #eeeeee;
	padding-bottom:4px;
}

/* IDENTS
========================================================================= */
.indent-bot-1  { margin-bottom: 18px; }
.indent-bot-2  { margin-bottom: 19px; }
.indent-bot-3  { margin-bottom: 15px; }
.indent-bot-4  { margin-bottom: 11px; }
.indent-bot-5  { margin-bottom: 14px; }
.indent-bot-6  { margin-bottom: 12px; }
.indent-bot-7  { margin-bottom:  9px; }
.indent-bot-8  { margin-bottom: 13px; }
.indent-bot-9  { margin-bottom: 30px; }
.indent-bot-10 { margin-bottom: 20px; }
.indent-bot-11 { margin-bottom: 24px; }
.indent-bot-12 { margin-bottom: 22px; }
.indent-bot-13 { margin-bottom: 34px; }
.indent-bot-14 { margin-bottom: 17px; }
.indent-bot-15 { margin-bottom:  4px; }


.extra-indent-1 { margin-right:52px; }

/* HEADER
========================================================================= */
nav {float:right;}
.header-border {
	padding-bottom:29px;
	margin-bottom:30px;
	/*border-bottom: 1px solid #eee;*/
}
.header-border {
	margin-bottom:0;
}
.head-block {
	padding-top:54px;
	float:right;
	width:600px;
}
.border-top {
	height:6px;
	background-color:#336699;
}
#search-form {float:right; margin-bottom:19px;}

#search-form > input {
	outline: none;
	box-shadow: none !important;
	border: none;
	float: left;
	height: 28px;
	width: 194px;
	background-color:#f3f3f3;
	padding: 0 21px 0 9px;
	color: #336699;
	font:12px/18px Arial, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.submit {
	display: inline-block;
	width: 19px;
	height: 28px;
	background: url("../images/form-marker.png") no-repeat;
	margin-left: -19px;
	float:left;
	position:relative;
	}
a.submit:hover {
	background-position: 0 100%;
}
	
/* CONTENT
========================================================================= */
#content {
	padding:24px 0 39px 0;
}

.img-1 {
	float:left;
	margin-right:18px;
	margin-top:5px;
}

.img-2 {
	float:left;
	margin-right:20px;
	margin-top:5px;
}

.block-1 {overflow:hidden;}

.block-2 {
	width:85px;
	float:left;
	margin-right:3px;
	margin-bottom:10px;
}

.block-2.last {
	margin-right:0;
	margin-left:-1px;
}
.block-2 img {margin-bottom:4px;}

.date {
	width:50px;
	float:left;
}

.gallery {width:444px; float:left;}

.gallery a {
	display:inline-block;
	margin-bottom:4px;
}



.rt-wrap {
	overflow:hidden;
}

.rt-indent-1 {padding-right: 40px;}


#forum-form input {
	display: inline-block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	padding: 0 5px;
	width: 208px;
	height: 25px;
	font:12px/18px Arial, sans-serif;
	color:#bababa;
	background: #fff;
	border: 1px solid #eee;
}
#forum-form label {
	display:block;
	float:left;
}
#forum-form span {
	display:inline-block;
	line-height:26px;
	padding-right:6px;
}
#forum-form label.right {margin-right:52px;}

#forum-form .button {
	line-height:26px;
	padding-left:8px;
	font-size:11px;
}

.table-forum {border-collapse:separate; width:700px;}
.table-forum th {
	background-color:#575757;
	text-align:left;
	font: normal 16px/25px Arial, sans-serif;
	color:#fff;
	padding: 8px 17px;
}

.table-forum th.col-1 {
	width:446px;
}
.table-forum th.col-2 {
	width:61px;
}
.table-forum th.col-3 {
	width:82px;
}
.table-forum th.col-4 {
	width:203px;
}

.table-forum td {
	background-color:#fafafa;
	border: 1px solid #efefef;
	padding: 17px 17px 19px 17px;
}

.table-forum td.center {
	text-align:center;
	padding-top:36px;
}


/* BUTTONS, LINKS
========================================================================= */
.button {
	display:inline-block;
	color:#191919;
	font-weight:bold;
}
	.button:hover {
		color:#969696;
	}
	
.button-2 {
	display:inline-block;
	color:#191919;
	font-weight:bold;
	padding-right:14px;
	background: url('../images/marker.png') no-repeat 100% 50%;
}
	.button-2:hover {
		text-decoration:underline;
	}
	
	
.link-1 {
	font-weight:bold;
	color:#191919;
}
	.link-1:hover {
		color:#bababa;
	}
	
.link-2 {
	color:#1d1d1d;
}
	.link-2:hover {
		text-decoration:underline;
	}
	
.button-arrow {
	display:inline-block;
	/*width:8px;
	height:18px;*/
	background: url('../images/marker.jpg') no-repeat 0 8px;
	margin-left:4px;
	padding-left: 15px;
}

.list-1 {
	border: 1px solid #eeeeee;
}
.list-1 li {
	border-top: 1px solid #eeeeee;
}
	.list-1 li a {
		color: #000;
		display:block;
		padding: 4px 10px 3px 10px;
	}
	.list-1 li:first-child {border-top:none;}
	
	.list-1 li a:hover {
		color: #666;
		background: #fafafa url('../images/list-marker.png') no-repeat 100% 50%;
	}
	
.list-2 li {
	color:#191919;
	padding:5px 0;
}
	.list-2 li a {
		color: #a3a2a2;
	}
	.list-2 li a:hover {
		color: #191919;
	}
	
.list-3 li {
	padding: 4px 0 4px 16px;
	background: url('../images/marker.png') no-repeat 0 11px;
}
	.list-3 li a {
		color: #a3a2a2;
	}
	.list-3 li a:hover {
		color: #191919;
		text-decoration:underline;
	}	
.list-box li {
	background: #fefefe; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fefefe 0%, #ffffff 13%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(13%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#ffffff 13%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#ffffff 13%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#ffffff 13%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#ffffff 13%,#fafafa 100%); /* W3C */
	-pie-background: linear-gradient(#fefefe 0%, #ffffff 13%, #fafafa 100%);
	filter: none;
	border: 1px solid #eeeeee;
	border-top: none;
	padding: 14px 15px 14px 14px;
}

.list-box li:first-child {border-top: 1px solid #eeeeee;}


.list-partner {
	background: #efefef;
	height:48px;
}
.list-partner li {
	padding: 8px 12px 8px 16px;
	list-style: none;
	display: inline-block;
	text-align: center;
	
}
.list-partner li:hover {
	background: #dfdfdf;
	padding: 8px 12px 8px 16px;
}

.lstServices {
}
.lstServices li {
	padding-bottom: 5px;
}

.lstReferenzen {
	padding-left: 15px;
}
.lstReferenzen li a {
	color: #014377;
}

/* Links
========================================================================= */
.lnkFima1 {
	color: #014377;
}
.lnkEmail {
	color: #014377;
}
.lnkPartner {
	color: #014377;
}


/* Tabellen
========================================================================= */
.tabKontaktformular td {
	padding: 2px;
}

/* Forms
========================================================================= */

input.fimatb, textarea, select {
	background: #FCFCFC;
	border: 1px solid #CDCDCD;
	
	/*padding: 4px 5px;*/
	padding: 3px 4px;
	color: #336699;
}

input.fimatb:focus, textarea:focus, select:focus { 
	border: 1px solid #336699; 
	background: #DDEBFF;
	color: #336699;
}

/* FOOTER
========================================================================= */
.footer-ndent {
	padding: 10px 0 22px 0;
}
.footer-ndent h2 {
	margin-bottom:6px;
}
h2.h-footer {
	padding:0;
	border:none;
}
.list-soc {float:right; padding-top:8px;}
.list-soc li {
	float:left;
	margin-left:3px;
}

#objFernwartung {
	position: fixed;
	bottom: 0px;
	right: 0px;
}