/* Reset stylesheet */

html,
body,
div,
span,
applet,
object,
iframe,
h1,h2,h3,h4,h5,h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Allgemeines */

body {
	background-image: url('../shared/img/body_bg.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 10px;
}

br.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a,
a:link,
a:active,
a:visited,
a:hover {
	text-decoration: underline;
	color: #425485;
}

/* Content-Box */

#box {
	position: relative;
	width: 900px;
	height: 100%;
	background-color: #fff;
	margin: 0 auto;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
}

#title {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #9a9da1;
	background-image: url('../shared/img/title_logo.png');
	background-repeat: no-repeat;
	background-position: 17px 21px;
}

#title h1 {
	padding: 20px 0 0 80px;
	font-family: helvetica, sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: bold;
	color: #425485;
}

#title h1 a {
	font-family: helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #425485;
}

#title h2 {
	padding: 0 0 0 80px;
	font-family: helvetica, sans-serif;
	font-size: 1.3em;
	color: #425485;
}

#title h2 a {
	font-family: helvetica, sans-serif;
	text-decoration: none;
	color: #425485;
}

#header {
	position: relative;
	width: 100%;
	height: 220px;
	background-image: url('../shared/img/header_bg.jpg');
	background-repeat: no-repeat;
	border-top: 3px solid #869dbd;
	border-bottom: 4px solid #c5d0e0;
}

#content_left {
	position: relative;
	width: 450px;
	float: left;
	padding: 25px;
}

#content_left h2 {
	padding: 0 0 15px 0;
	font-family: helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #425485;
}

#content_left p {
	padding: 0 0 15px 0;
	font-family: helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	text-align: justify;
	line-height: 1.4em;
}

#content_right {
	position: relative;
	width: 350px;
	float: right;
	padding: 25px;
}

#content_right .img {
	display: block;
	margin: 25px 10px;
	text-align: center;
}

#content_right .img img {
	margin: 0 15px;
}

#content_right .container {
	background-color: #eceff4;
	margin: 0 0 25px 0;
	padding: 15px 15px 0 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#content_right .container h3 {
	padding: 0 0 15px 0;
	font-family: helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #384464;
}

#content_right .container p {
	padding: 0 0 15px 0;
	font-family: helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	text-align: justify;
	line-height: 1.4em;
}

/* Formular-iFrame */

#content_right .contact_form {
	margin: 0;
	width: 320px;
	height: 585px;
	overflow:  hidden;
/* 	border: 1px solid red; */
}

/* Footer */

#footer {
	clear: both;
	margin: 0;
	padding: 10px;
	border-top: 3px solid #c5d0e0;
	background-color: #6a7390;
/*
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;	
	-webkit-border-top-right-radius: 5px;	
*/
}

#footer p {
	padding: 5px;
	font-family: helvetica, sans-serif;
	font-size: 0.9em;
	color: #384464;
	text-align: justify;
	line-height: 1.3em;
}

#footer p a {
	color: #384464;
}

