* {
	font-size: 100.01%;
}
body {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	background-color:#e4e4e4;
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
	height:100%; 
	max-height:100%; 
}
.valid-xhtml {
	position:absolute;
	top:7px;
	left:30px;
}
.valid-css {
	position:absolute;
	top:7px;
	left:100px;
}
.container {
	background-image:url(../images/logo.jpg);
	background-position:center;
	background-repeat:repeat;
	background-attachment:fixed;

	position:absolute;
	height:100%;
	min-height:510px;
	width:100%;
	margin:0px;
	padding:0px;
}
.logo {
	position:absolute;
	top:40%;
	left:50%;
	margin-left:-240px;
	margin-top:-202px;
	width:480px;
	height:405px;
	padding-top:10px;
}
.footer {
	position:absolute;
	bottom:10px;
	min-width:500px;
	text-align:center;
	width:100%;
}
img {
	border:0px;
}
.main-footer {
	margin-top:10px;
	text-align:center;
}
.main-header {
	position:absolute;
	background-image:url(../images/gradient3.png);
	background-position:left;
	background-repeat:repeat;
	background-attachment:fixed;
	height:100%;
	width:100%;
	text-align:center;
	display:block;
	font-weight:bold;
	z-index:1;
}
.main-navigation {
	position:absolute;
	background-image:url(../images/nav-girl.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}
.main-navigation-item {
	position:absolute;
	width:130px;
	top:250px;
	left:30px;
	line-height:180%;
}
.main-content {
}
.table-shadow {
	position:absolute;
	margin:0px;
	padding:0px;
	border:0px;
	width:97%;
	height:100%;
	min-width:400px;
	min-height:300px;
}
.table-shadow-td {
	background-color:#FFFFFF;
}
.shadow1 {
	background-image:url(../images/shadow/shadow-o-l.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:50px;
	width:50px;
}
.shadow2 {
	background-image:url(../images/shadow/shadow-o-m.png);
	background-position:0 0;
	background-repeat:repeat;
	height:50px;
}
.shadow3 {
	background-image:url(../images/shadow/shadow-o-r.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:50px;
	width:50px;
}
.shadow4 {
	background-image:url(../images/shadow/shadow-v.png);
	background-position:0 0;
	background-repeat:repeat;
	width:50px;
}
.shadow6 {
	background-image:url(../images/shadow/shadow-h.png);
	background-position:0 0;
	background-repeat:repeat;
	width:50px;
}
.shadow7 {
	background-image:url(../images/shadow/shadow-u-l.png);
	background-position:0 0;
	background-repeat:repeat;
	width:50px;
	height:50px;
}
.shadow8 {
	background-image:url(../images/shadow/shadow-u-m.png);
	background-position:0 0;
	background-repeat:repeat;
	height:50px;
}
.shadow9 {
	background-image:url(../images/shadow/shadow-u-r.png);
	background-position:0 0;
	background-repeat:repeat;
	height:50px;
	width:50px;
}
#frame-navigation {
	position:absolute; 
	top:81px; 
	left:0px;
	bottom:35px;
	width:170px; /*Width of left frame div*/
	overflow:auto; /*Disable scrollbars. Set to "scroll" to enable*/
}
#frame-header {
	position:absolute; 
	top:0px; 
	left:0px; /*Set left value to WidthOfLeftFrameDiv*/
	right:0px;
	height:81px; /*Height of top frame div*/
	overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	width:100%;
}
#frame-footer {
	position:absolute; 
	top:auto; 
	left:0px; /*Set left value to WidthOfLeftFrameDiv*/
	bottom:0px;
	right:0px;
	height:35px; /*Height of bottom frame div*/
	overflow:hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color:#C0C9CE;
	border-top:1px solid #53717B;
	z-index:1;
	width:100%;
}
#maincontent {
	position:fixed; 
	top:81px; /*Set top value to HeightOfTopFrameDiv*/
	left:170px; /*Set left value to WidthOfLeftFrameDiv*/
	right:0px;
	bottom:35px; /*Set bottom value to HeightOfBottomFrameDiv*/
	overflow:auto; 
}
.bg-image {
	width:100%;
	height:100%;
}
* html body { /*IE6 hack*/
	padding:81px 0px 35px 170px; /*Set value to (HeightOfTopFrameDiv  0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}
* html #maincontent { /*IE6 hack*/
	height:100%; 
	width:100%; 
}
* html #frame-header, * html #frame-footer { /*IE6 hack*/
	width:100%;
}
h1, .option {
	color:#546F76;
	font-size:18px;
	font-weight:bold;
	font-family:verdana, helvetica, sans-serif;
	text-align:center;
	margin-bottom:1.5em;
}
h2 {
	color:#546F76;
	font-size:14px;
	font-weight:bold;
	font-family:verdana, helvetica, sans-serif;
	text-align:center;
	margin-bottom:1.5em;
}
.h2-underline {
	color:#546F76;
	font-size:14px;
	font-weight:bold;
	font-family:verdana, helvetica, sans-serif;
	text-align:center;
	text-decoration:underline;
	margin-bottom:1.5em;
}
h3 {
	color:#546F76;
	font-size:13px;
	font-family:verdana, helvetica, sans-serif;
	margin-bottom:1.5em;
	margin-top:2.5em;
}
h4 {
	color:#546F76;
	font-size:13px;
	font-family:verdana, helvetica, sans-serif;
	margin-bottom:1em;
	margin-top:1em;
}
td {
	color:#3B4D52;
	font-size:12px;
	text-align:justify;
}
.liste-yes {
	list-style-image:url(../images/check-yes.png);
	padding: 0.4em;	
}
.liste-no {
	list-style-image:url(../images/check-no.png);
	padding: 0.4em;	
}
.box-referenzen {
	background-color:#F6F6F6;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	margin:0px;
	position: relative;
	height:100%;
	}
.box-referenzen-text {
	text-align:justify;
	margin:5px 10px 50px 5px;
}
.back {
	text-align:center;
}
.back-bottom {
	text-align:center;
}
.table-photo {
	width:100%;
}
.table-photo-td {
	background-image:url(../images/referenzen/photographie/layout/bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:33%;
	text-align:center;
}
.table-photo-text-td {
	width:33%;
	text-align:center;
	vertical-align:top;
}
.table-preise {
	width:80%;
	min-width:400px;
	margin:auto;
	padding:20px;
	border:1px dotted #546F76;
	background-color:#f2f5f7;
}
.table-leistungen {
	width:500px;
	min-width:400px;
	border:1px dotted #546F76;
	background-color:#f2f5f7;
	text-align:left;
}
.table-preise-icon-td {
	width:20px;
	vertical-align:top;
}
.table-preise-preis-td {
	display:block;
	vertical-align:top;
	text-align:right;
	font-weight:bold;
	padding-left:20px;
	white-space:nowrap;
}
.table-preise-text-td {
	vertical-align:top;
	padding-left:20px;
}
div.agb-header {
	border:1px dotted #546F76;
	float:right;
	padding:5px;
	background-color:#f2f5f7;
}
div.agb-header-icon {
	position:relative;
	float:left;
	top:0px;
}
div.agb-header-text {
	position:relative;
	float:left;
	top:3px;
	margin-left:5px;
	margin-right:5px;
}
.agb-text {
	margin-left:20%;
	margin-right:20%;
}
.impressum-outer {
	width: 600px;
	margin: 0 auto;
}
.impressum {
	border:1px dotted #546F76;
	float:left;
}
.impressum-bg {
	position:relative;
	width:100px;
	float:left;
}
.impressum-text {
	position:relative;
	width:450px;
	padding: 0px 20px 20px 20px;
	float:left;
}
.kontakt-outer {
	width: 600px;
	margin: 0 auto;
}
.kontakt-headline {
	color:#546F76;
	font-size:18px;
	font-weight:bold;
	font-family:verdana, helvetica, sans-serif;
	text-align:center;
}
.kontakt {
	border:1px dotted #546F76;
	float:left;
}
.kontakt-bg {
	width:90px;
	float:left;
}
.kontakt-text-left {
	width:100px;
	Height:20px;
	vertical-align:middle;
	white-space:nowrap;
	text-align:right;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:5px;
	float:left;
}
.kontakt-text-right {
	width:300px;
	text-align:left;
	padding-bottom:5px;
	padding-top:5px;
	float:left;
}
.kontakt-main {
	padding-left:0px;
}
div {
	color:#3B4D52; 
	font-size:12px;
}
.div-center {
	text-align:center;
	float:left;
	padding-left:45px;
}
.div-center-all {
	text-align:center;
}
P {
	color:#3B4D52;
	font-size:12px;
}
.option-orange {
	color:#FF8A00;
	font-size:18px; 
	font-weight:bold;
	font-family:verdana, helvetica, sans-serif;
}
.option2 {
	color:#546F76;
	font-size:14px;
	font-weight:bold;
	font-family:verdana, helvetica, sans-serif;
}
.text-orange {
	color:#FF8A00;
}
.text-darkred {
	color:#CC0000;
}
.text-agb {
	color:#3B4D52;
}
.text-small {
	font-size:11px;
	color:#3B4D52;
}
.text-small-grey {
	font-size:11px;
	color:#AAAAAA;
}
.text-small-darkgrey {
	font-size:11px;
	color:#666666;
}
.text-small-darkgrey-bottom	{
	position:absolute;
	bottom:10px;
	left:179px;
	font-size:11px;
	color:#666666;
}

.table-angebote {
	margin:auto;
	padding:20px;
	border:1px solid #000000;
	background-color:#a80e33;
}
.table-angebote2 {
	background-image:url(../images/angebot-bg.jpg);
	background-position:0 0;
	width:100%;
	margin:auto;
	border:1px solid #000000;
	background-color:#a80e33;
}
.table-angebote-td {
	vertical-align:top;
	text-align:center;
}
.option-angebote {
	text-align:center;
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
	font-family:verdana, helvetica, sans-serif;
}
.option-angebote2 {
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	font-family:verdana, helvetica, sans-serif;
}
.option-angebote3 {
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
	font-family:verdana, helvetica, sans-serif;
}
.option-angebote-paket-1 {
	width:33%;
	vertical-align:top;
	padding-top:20px;
	text-align:center;
	color:#62c355;
	font-size:18px;
	font-weight:bold;
	font-family:verdana, helvetica, sans-serif;
}
.option-angebote-paket-2 {
	width:33%;
	vertical-align:top;
	padding-top:20px;
	text-align:center;
	color:#6058c8;
	font-size:18px;
	font-weight:bold;
	font-family:verdana, helvetica, sans-serif;
}
.option-angebote-paket-3 {
	width:33%;
	vertical-align:top;
	padding-top:20px;
	text-align:center;
	color:#cd6d3c;
	font-size:18px;
	font-weight:bold;
	font-family:verdana, helvetica, sans-serif;
}
.option-angebote-text {
	width:33%;
	vertical-align:top;
	padding:10px;
	text-align:left;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	font-family:verdana, helvetica, sans-serif;
}
.option-angebote-small {
	padding:10px;
	text-align:left;
	color:#FFFFFF;
	font-size:10px;
	font-family:verdana, helvetica, sans-serif;
}

a:link              			{color:#3B4D52;  text-decoration:underline;}
a:active            			{color:#FF8A00;  text-decoration:underline;}
a:visited           			{color:#3B4D52;  text-decoration:underline;}
a:hover             			{color:#FF8A00;  text-decoration:underline;}

a.Link-klein-grey:link   		{ color:#AAAAAA; font-size:10px; text-decoration:none;}
a.Link-klein-grey:active 		{ color:#FF8A00; font-size:10px; text-decoration:underline;}
a.Link-klein-grey:visited		{ color:#AAAAAA; font-size:10px; text-decoration:none;}
a.Link-klein-grey:hover 		{ color:#FF8A00; font-size:10px; text-decoration:underline;}

a.Link-klein-darkgrey:link   	{color:#666666; font-size:10px; text-decoration: none;}
a.Link-klein-darkgrey:active 	{color:#FF8A00; font-size:10px; text-decoration: underline;}
a.Link-klein-darkgrey:visited	{color:#666666; font-size:10px; text-decoration: none;}
a.Link-klein-darkgrey:hover 	{color:#FF8A00; font-size:10px; text-decoration: underline;}
