*	{
	margin: 0;
	padding:0;
	line-height: 1.5em;
	}

.farve1{
	color: #7696b6;
	}
.farve2{
	color: #357;
	}
.farve3{
	color:#cfbd92;
	}
	
body{
	font-family: 'lucida sans', verdana, arial, helvetica;
	text-align: center;
	background-image: url('../images/body_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #1b2633;
	font-size: 12px;
	color: #7696b6;
	height: 100%;
	}

#main{
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 860px;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
	}

#construct{
	position: absolute;
	width: 115px;
	height: 75px;
	top: -1px;
	right: 70px;
	opacity:0.3;
	z-index: 9999999999;
	display: none;
	}

#center{
	margin-left:0px;	
	margin-right:0px;
	border: 0px #444 solid;
	height: 100%;
	min-height: 520px;
	background-image: url('../images/center_shadow.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	}

#header{
	margin-top:30px;
	margin-bottom: 70px;	
	margin-left:175px;
	}

#menu{
	margin-left: 75px;
	margin-top: -30px;
	}
#menu p{
	font-size: 1.2em;
	color: #7696b6;
}


#menu a{
	color:#7696b6;
	text-decoration:none;
	
	
	}
#menu a:link{
	}
#menu a:visited{
	}
#menu a:hover{
	color:#fff;
			
	}
#menu a:active{
	}


/* menu dropdown begin */

	#menu ul	{
		list-style-type: none;

		}

	#menu li	{
		float: left;

		color: #fff;
		font-weight:normal;
		font-size: 1.2em;
		border-right: 1px solid #7696b6;
		padding: 0px 15px 0px 15px;
		text-align: center;
		letter-spacing: 1px;

		}

	#menu li.last	{
		border: none;
		padding: 0px 15px 0px 15px;
		}


	#menu li ul {
		display: none;
		background-color: #7696b6;
		width: 195px;
		position: absolute;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		
		box-shadow: 0px 5px 90px rgba(0,0,0,1);
		-webkit-box-shadow: 0px 5px 90px rgba(0,0,0,1);
		-moz-box-shadow: 0px 5px 90px rgba(0,0,0,1);
		opacity: 0.9;
		z-index: 1000000;					
		}

	#menu li:hover > ul {
		display: block;
		}

	#menu li ul li	{
		
		position: relative;
		display: block;
		padding: 0px;
		padding: 5px 7px 5px 7px;
		border-bottom: 0px dotted #333;
		width: 190px;
		color: #567;
		text-align: left;
		font-weight:normal;
		font-size: 0.8em;
		border-right: none;
		z-index: 1000000;
		}

	#menu li ul li:hover{
		color: #fff;
		}

	#menu li ul li.last	{
		border-bottom: 0px;
		}
	#menu a{
		border: none;
	}
	#menu li ul li a{
		color: #1b2633;
	}

	
/* menu dropdown end */	






#logo{
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	height:160px;
	}
#logo h1{
	text-indent: -999999999px;	
	display: none;
	}
#logo a{
	display: block;
	width: 100%;
	height: 100px;
	}	
	

#content{
	margin-left: 80px;
	margin-right:80px;
	margin-bottom: 5px;
	}

#content a{
	color:#7696b6;

	}
#content a:link{
	}
#content a:visited{
	}
#content a:hover{
	color:#fff;
	}
#content a:active{
	}

p + p{
	}


#spalte1{
	width: 280px;
	height: 480px;
	}

#spalte2{
	width: 280px;
	margin-left: 360px;
	margin-top: -480px;
	height: 480px;
	}



table{
	padding-bottom: 50px;
	}

tabel1{

	}

#tabel1 img{
border: 2px solid #334;
-webkit-transition:all .25s ease-in;  
-moz-transition:all .25s ease-in;  
-o-transition:all .25s ease-in;  
transition:all .25s ease-in;
	}

#tabel1 img:hover{
border: 2px solid #7696b6;
opacity: 0.8;
	}

#tabel1 img.nohover:hover{
border: 2px solid #334;
opacity: 1;
	}

.photocaption {
	margin-top: 1em;
	}

#tabel1 a{
	color: #cfbd92;
	text-decoration: none;
	height: 20px;
	background-image: url(../images/arrow.png);
	background-position: 1px 2px;
	background-repeat: no-repeat;
	padding-left: 1.3em;
	letter-spacing: 1px;
	-webkit-transition:all .25s ease-in;  
	-moz-transition:all .25s ease-in;  
	-o-transition:all .25s ease-in;  
	transition:all .25s ease-in;
	}



#tabel1 a:link{
	
	}
#tabel1 a:visited{
	}
#tabel1 a:hover{
	color: #fff;
	background-image: url(../images/arrow2.png);
	text-shadow: 0px 0px 10px rgba(255,255,255,0.75);
	}
#tabel1 a:active{
	}

#tabel1 a.noarrow{
	padding-left: 0px;
	background-image: none;
	}



#copyright{
	margin-top:30px;
	text-align: center;
	font-size: 0.8em;
	color: #234;
	}


#copyright a{
	color:#234;
	text-decoration: none;
	-webkit-transition:all .25s ease-in;  
	-moz-transition:all .25s ease-in;  
	-o-transition:all .25s ease-in;  
	transition:all .25s ease-in;
	}
#copyright a:link{
	}
#copyright a:visited{
	}
#copyright a:hover{
	color:#7696b6;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 110%;
	}
#copyright a:active{
	}


strong{
	font-weight: bolder;
}

em{
	font-style: italic;
}

p {
	margin-top: 1.5em;
	}

.tospaltet {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}



h1 + p, h2 + p, h3 + p, br +p{
	margin-top: 1em;
	}


h1{
	font-weight: bold;
	color:#cfbd92;
}

h2{
	font-style: italic;
	color:#cfbd92;
	margin-bottom: 1.5em;
	}


h3{
	margin-top: 2em;
	margin-bottom:1em;
	text-transform: uppercase;
	}

.normal{
	font-weight: normal;
	}

.footnote{
	font-size:70%;
	vertical-align:5px;
	color:#357;
	}


.footnotes{
	font-size: 80%;
	list-style: decimal;
	color: #357;
	}
	
.footnotes li{
	margin-bottom: 1em;
	}


ol.footnotes ol{
	margin-left:1.5em;
	list-style: decimal;	
	}

ol.footnotes ol li{
	margin-bottom: 0;
	}



.bulleted{
	list-style: disc;
	}
	
.bulleted li{
	margin-bottom: 1em;
	}
	
.bulleted li:last-child {
	margin-bottom: 3em;
	padding-bottom: 1em;
	}
	
.underrubrik{
	font-size: 110%;
	font-weight: bold;
	}

.fotocredit{
	font-size: 90%;
	color: #357;
	}

.smaller{
	font-size: 90%;
	}
	
.alignright{
	float: right;
	}
	
.divider{
	margin-top:0.5em;
	border-top: 1px dotted #357;
	[if p + div.divider + h3] margin-top:4em;
	}
	

.companyname{
	position: relative;
	height: 0px;
	bottom: 30px;
	float:center;
	text-align: center;
	color:#cfbd92;
	font-size: 1.2em;
	font-weight: bold;
	z-index: 10;
	}	

.gototop{
	position:fixed;
	bottom: 10px;
	right: 10px;
	display:scroll;
	overflow:hidden;
	line-height: 0.9em;
	text-align: center;
	}
	
a.gototop:link,a.gototop:visited, a.gototop:active {
	display:block;
	padding:4px 2px 1px 2px;
	width: 30px;
	height:28px;
	background:#123;
	color: #246 !important; 
	text-decoration: none;
	font-variant: small-caps;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
a.gototop:hover{
	color: #eee !important;
	font-variant: small-caps;
	background:#246;
	}
