﻿body{
	background: #E5E5E5;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;  
	margin:0px;
}

.foto_med_ramme{
	border:1px solid #000;
}

a{
	color:#000;
}
/* ######### TXT START ######### */
h1{
	margin-left:0px;
	font-weight:bold;
	font-size:1.5em;
}
h2{
	margin-left:0px;
	margin-bottom:0px;
	font-weight:bold;
	font-size:1.3em;
}
p{
	margin:0px;
	margin-bottom:5px;
}
/* ######### IMG START ######### */
img{
	border:0px;
}
/* ######### LAYOUT START ######### */
#layout{
	width:1000px;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}
.layout_menu{
	background:#000;
}
.layout_slide{
	background:#000;
}
.layout_logo{
	background:#000;
}
.layout_logo{
	height:120px;
}
.layout_slide{
	height:260px;
}
.layout_foot{
	text-align:center;
	font-size:0.8em;
	color:#E5E5E5;
	background:#000;
	padding:5px;
}
.layout_foot a{
	color:#E5E5E5;
	text-decoration:none;
}
#content{
	width:1000px;
	height:450px;
	border-collapse:collapse;
	background:#fff;
	margin:0px;
	padding:10px;
	font-size:0.8em;
}
#content_cell{
	padding:20px;
	text-align:left;
}

#content table{
	font-size:1.0em;
}
/* ######### SLIDESHOW START ######### */
#fadeshow1{
	z-index:2;
}
/* ######### Menu START ######### */
#chromemenu{
	margin-left:10px;
	margin-right:10px;
	z-index:20;
}

.chromestyle{
width: 980;
font-weight: bold;
font-size:0.7em;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #CDCDCD;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #666666;
}

.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

.chromestyle ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
}
/* ######### Drop Down Menu START ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size:0.7em;
font-weight:normal;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #CDCDCD;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:white;
width: 100%;
}