@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #9fb4d1;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 100.1%;
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	font-family: Sylfaen, Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	color: #522019;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h2 {
	font-family: Sylfaen, Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #192F52;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

h3 {
	font-family: Sylfaen, Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #192F52;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}


h4 {
	font-family: Sylfaen, Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #192F52;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.875em;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 1.4em;
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-image: url(../images/dot.gif);
}

ul li {
	font-size: 0.875em;
	line-height: 1.4em;
}

div.clearer {
	clear: both; 
	line-height: 0px; 
	height: 0px; 
	margin: 0px;
	padding: 0px;
}

div#copyTag {
	font-family: Verdana, Arial, sans-serif; 
	text-align: right;
	font-size: 0.7em;
	color: #522019;
	padding: 2px;
	margin: 0px 0px 0px 0px;
}

a {
	font-family: Verdana, Arial, sans-serif; 
	color: #522019;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#header {
	width: 953px;
	margin: 0 auto;
	border: 0px solid #777799;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul#navigation {
	position: absolute;
	top: 245px;
	text-align: left;
	line-height: 34px;
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	border: 0px solid #FF0000;
}

ul#navigation li {
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px solid #FF0000;
}

ul#navigation li a {
	text-decoration: none;
	font-family: Sylfaen, Times, serif;
	font-weight: normal;
	font-size: 18px;
	
	color: #133578;
}

ul#navigation li a:link, ul#navigation li a:visited, ul#navigation li a:active  {
	color: #133578;
}

ul#navigation li a:hover {
	color: #1a58d1;
}

#main {
	padding: 0px;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	
}

#main_right {
	border: 0px solid #000000;
	background-image: url(../images/main_right.png);
	background-repeat: repeat-y;
	background-position: top right;
}

#main_left {
	border: 0px solid #000000;
	background-image: url(../images/main_left.png);
	background-repeat: repeat-y;
	background-position: top left;
}

#main_content {
	border: 0px solid #000000;
	background-image: url(../images/content_back.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #9fb4d1;
	margin: 0px 2px 0px 2px;
	padding: 10px 10px 20px 10px;
}

#main_bottom {
	background-image: url(../images/main_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
	margin: 0px;
	padding: 0px;
	
}

.content_left {
	width: 570px;  
	padding: 5px;
	border: 0px solid #385da3;
	float: left;
}

.content_right {
	float: right;
	margin: 50px 10px 0px 0px;
	width: 300px;
	border: 0px solid #000055;
}

.img_caption {
	font-style: italic;
	font-size: 0.8em;
}

.box_top {
	background-image: url(../images/box_top.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 278px;
	height: 5px;
}

.box_bottom {
	background-image: url(../images/box_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 278px;
	height: 6px;
}

.box_content {
	background-image: url(../images/box_back.png);
	background-repeat: repeat-y;
	padding: 20px;
}

ul.service {
	margin-left: 50px;
}

div#kontakt_box {
	font-size: 0.85em;
	padding: 0px;
}

.ref_img {
	border: 1px solid #999999;
	width: 250px;
	float: left;
	margin-right: 10px;
}

.ref_title {
	font-size: 0.8em;
}

div.referenzen {
	margin-left: 10px;
	font-size: 0.9em;
}

div.referenzen a {
	font-family: Verdana, Arial, sans-serif; 
	border-bottom: 1px dotted #522019;;
	padding: 8px 10px 8px 10px;
	display: block;
	margin: 0px 0px 0px 0px;
}


