/*
Reset begin
*/

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: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
Reset End
*/
/*
HTML, Body Begin
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #455151;
	overflow: hidden;
	background-color: #232929;
}

/*
HTML, Body End
*/
/*
Wrapper Begin
*/

#wrapper {
	margin: 0 auto;
	width: 920px;
	height: 100%;
}

#DSL {
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	width: 10px;
	height: 100%;
	background-image: url(../Images/DS_Wrapper_L.png);
}

#DSR {
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 920px;
	width: 10px;
	height: 100%;
	background-image: url(../Images/DS_Wrapper_R.png);
}

/*
Wrapper End
*/
/*
Header Begin
*/

#header {
	width: 870px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding-right: 50px;
	background-image: url(../Images/Header_BG.png);
	z-index: 1;
}

#header ul li {
	float: right;
	display: block;
	padding-left: 25px;
	margin-top: 108px;
}

#header ul li a {
	color: #455151;
	font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
	letter-spacing: 0;
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
}

#header ul li a.aktiv {
	color: #e80000;
}

#dropshadow{
	background: url(../Images/Header_DS.png) repeat-x;
	position: absolute;
	top: 150px;
	z-index: 9;
	height: 3px;
	width: 920px;
}

/*
Header End
*/
/*
Content Begin
*/

#content {
	position: absolute;
	width: 920px;
	color: #333;
	top: 150px;
	bottom: 150px;
	z-index: 2;
	overflow: auto;
	background-color: #ffffff;
}

#content h1 {
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	color: #455151;
	font: 24px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
}

#content h2 {
	margin-bottom: 10px;
	font: 16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
	color: #e80000;
	height: 20px;
}

.highslide-caption h2 {
	margin-bottom: 10px;
	font: 16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
	color: #e80000;
}

#subheadln2c {
	padding-left: 50px;
}

#subheadln2c h2 {
	
	height: 40px;
	
}


#content h3 {
	color: #455151;
	font: bold 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
}

#content p {
	margin-bottom: 10px;
	color: #455151;
	font: 12px/16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
}

.highslide-caption p {
	margin-bottom: 10px;
	color: #455151;
	font: 12px/16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
}

#content a {
	margin-bottom: 10px;
	color: #e80000;
	font: 12px/16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

.adresse {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 25px;
	padding: 25px;
	background-color: #ededed;
}

.adresse img {
	float: right;
}

.column {
	width: 350px;
	padding-bottom: 30px;
}

#lcol {
	float: left;
	padding-left: 50px;
}

#rcol {
	float: right;
	padding-right: 50px;
}

#lcol.adresse, #rcol.adresse {
	width: 320px;
}

#lcol.adresse {
	margin-right: 12px;
	padding-left: 25px;
}

#rcol.adresse {
	margin-left: 12px;
}

#float {
	clear: both;
}

#formular {
	margin-bottom: 25px;
	padding: 25px;
	background-color: #ededed;
	margin-right: 75px;
}

#formular input {
	float: right;
}

#knopf {
	padding-bottom: 25px;
}

/*
Content End
*/
/*
Footer Begin
*/


#footer {
	position: absolute;
	height: 150px;
	width: 830px;
	padding-left: 45px;
	padding-right: 45px;
	bottom: 0px;;
	z-index: 1;
	background-image: url(../Images/Bilder/Portfolio_02.png);
}
/*
Footer Begin
*/
