body { margin:0px; padding:0px; align:center; font-family:'Merriweather Sans', sans-serif; font-size:13px; color:#585858; background:#c2c2c2 url(/art/bg.jpg) no-repeat top center; }
.bgintro { margin:0px; padding:0px; align:center; background:url(/art/bg_intro.jpg) no-repeat top center; }

#site { width:960px; margin:0px auto; }
#left { float:left; width:190px; margin:0; }
#menu { float:left; width:200px; margin:25px 0 0 0; }
#content { float:left; width:700px; margin:10px 20px 20px 40px; }
#visual { float:left; width:199px; height:88px; text-align:left; margin:0 0 100px 410px; }

.menu1, .menu1-on { font-size:15px; font-weight:bold; padding:0 0 15px 15px; }
.menu1 a { color:#828282; text-decoration:none; }
.menu1 a:hover { color:#2f2f2f; text-decoration:none; }
.menu1-on a { color:#2f2f2f; text-decoration:none; }

.container { float:left; width:660px; margin:20px 0 0 0; padding:20px; text-align:left; background-color:#f8f8f8; }
.divide { float:left; width:700px; height:20px; margin:20px 0 20px -20px; background:#ebebeb url(/art/divide.png); }
.pic_triple { float:left; border-top:1px solid #ccc; padding:0; margin:0; }

.capitalize { text-transform:capitalize; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.upper { text-transform:uppercase; }
.lower { text-transform:lowercase; }
.link { cursor:pointer; }
.underline { text-decoration:underline; }
.strike { text-decoration:line-through; }
.left { float:left; }
.right { float:right; }
.textleft { text-align:left; }
.textright { text-align:right; }
.textcenter { text-align:center; }

#footer { width:660px; padding:20px; text-align:left; font-size:10px; color:#666; }
#footer a { color:#666; text-decoration:none; }

.accordion h3 { background-color:#f8b333; font-size:12px; padding:4px 10px; margin:4px 0 0 0; cursor:pointer; }
.accordion .cont { padding:10px; font-size:12px; }

.hd { font-size:24px; color:#555; padding:10px 0px 15px 0px; background-color:#f8f8f8; }
.hd a:link, .hd a:visited, .hd a:active { color:#555; text-decoration:none; }

.shd { font-size:18px; padding:10px 0px 5px 0px;  background-color:#f8f8f8; }
.shd a:link, .shd a:visited, .shd a:active { color:#777; text-decoration:none; }

.shd2 { font-size:15px; padding:10px 0px 5px 0px;  background-color:#f8f8f8; }
.shd2 a:link, .shd2 a:visited, .shd2 a:active { color:#777; text-decoration:none; }

.text { padding:5px 0px 5px 0px; line-height:20px; }

.text a:link, .text a:visited, .text a:active { color:#585858; text-decoration:none;}
.text a:hover { color:#f8b333; text-decoration:none;}

.listing { list-style-type:none; background:#f8f8f8 url(/art/dot.png) no-repeat 4px 10px; padding: 5px 0px 5px 20px; }
.lexikon { font-size:24px; }

.teaser { float:left; background-color:#555; width:280px; color:#eee; padding:10px; margin:10px 30px 10px 0; filter:alpha(opacity=75); -khtml-opacity:0.75; -moz-opacity:0.75; opacity:0.7; min-height:100px; }
.thd { font-size:14px; font-weight:bold; color:#fff; text-transform:uppercase; padding:0 0 5px 0; }

.teaser a:link, .teaser a:visited, .teaser a:active { color:#fff; text-decoration:none; }
.teaser a:hover { color:#fff; text-decoration:underline; }

.half_left {
	float:left;
	width:320px;
	margin-right:5px;
}

.half_right {
	float:left;
	width:320px;
	margin-left:5px;
}

.box {
	margin:20px 0 10px 0;
	padding:15px;
	min-width:400px;
	float:left;
	border:1px solid #DDDDDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
 
	background: #F4F4F4;
  background: -moz-linear-gradient(top, #EEEEEE, #FFFFFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FFFFFF));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#EEEEEE', EndColorStr='#FFFFFF', GradientType=0);
	font-size:12px;
	line-height:20px;
}
.box b { font-size:14px; text-transform:uppercase; color:#777; }


.smallblockleft { float:left; width:215px; margin-right:10px; }
.smallblockright { float:left; width:215px; margin-left:10px; text-align:right; }
.largeblock { float:left; width:435px; }
.cont .smallblockleft { float:left; width:205px; margin-right:10px; }
.cont .largeblock { float:left; width:425px; }

.floatnone, .clear { clear:both; width:0px; height:0px; }
.space { clear:both; width:0px; height:20px; }

.contenttable table { padding:0; margin:0; }
.contenttable td { padding:3px 6px 3px 6px; color:#000; vertical-align:top; line-height:18px; }

input.submitbutton {
	border: 2px solid #BE1B2D;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin-left:5px;
	background-color: #ffffff;
}

input.submitbutton:hover {
	background-color: #BE1B2D;
	color:#ffffff;
}
	
.inputfield {
	font-size: 11px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
   border-top: 1px solid #000000;
   border-left: 1px solid #000000;
   border-right: 1px solid #9A9A9A;
   border-bottom: 1px solid #9A9A9A;
   vertical-align: middle;
   padding: 2px;
	margin:0 0 0 2px;
   background-color: #ffffff;
	width:300px;
}
	
	
.highslide-wrapper div { font-family: Verdana, Helvetica; font-size: 10pt; }
.highslide { cursor: url(/art/highslide/zoomin.cur), pointer; outline: none; text-decoration: none; }
.highslide img { border: 0px; }
.highslide:hover img { border-color: gray; }
.highslide-active-anchor img, .highslide-active-anchor:hover img { border-color: black; }
.highslide-image { border-width: 2px; border-style: solid; border-color: white; background: gray; }
.highslide-wrapper, .rounded-white { background: white; }
.highslide-image-blur {}
.highslide-caption { display: none; border-top: none; text-align:left; font-size: 1em; padding: 5px; background: white; height: 25px; }
.highslide-heading { display: none; color: gray; font-weight: bold; text-align:left; height: 20px; overflow: hidden; cursor: default; padding-left: 22px; background: url(/art/highslide/icon.gif) no-repeat 0 0px; }
.highslide-dimming { position: absolute; background: #333; }
.highslide-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(/art/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits, a.highslide-credits i { padding: 2px; color: gray; text-decoration: none; font-size: 10px; }
a.highslide-credits:hover, a.highslide-credits:hover i { color: white; background-color: gray; }
/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls { position: static !important; margin: 0; width: 120px !important; }

.highslide-controls { width: 105px; height: 20px; position: relative; top: -23px; left: 7px; }
.highslide-controls ul { height: 20px; list-style: none; margin: 0; padding: 0; }
.highslide-controls li { float: left; }
.highslide-controls a { background-image: url(/art/highslide/controlbar-white-small.gif); display: block; float: left; height: 20px; width: 20px; outline: none; }
.highslide-controls a.disabled { cursor: default; }
.highslide-controls a span { /* hide the text for these graphic buttons */ display: none; }
.highslide-controls .highslide-move { display: none; }
.highslide-move a { cursor: move; }
.highslide-number {	font-size:10px !important; }
	
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a { background-position: 0 0; }
.highslide-controls .highslide-previous a:hover { background-position: 0 -20px; }
.highslide-controls .highslide-previous a.disabled { background-position: 0 -40px !important; }
.highslide-controls .highslide-play a { background-position: -20px 0; }
.highslide-controls .highslide-play a:hover { background-position: -20px -20px; }
.highslide-controls .highslide-play a.disabled { background-position: -20px -40px !important; }
.highslide-controls .highslide-pause a { background-position: -40px 0; }
.highslide-controls .highslide-pause a:hover { background-position: -40px -20px; }
.highslide-controls .highslide-next a { background-position: -60px 0; }
.highslide-controls .highslide-next a:hover { background-position: -60px -20px; }
.highslide-controls .highslide-next a.disabled { background-position: -60px -40px !important; }
.highslide-controls .highslide-full-expand a { background-position: -100px 0; }
.highslide-controls .highslide-full-expand a:hover { background-position: -100px -20px; }
.highslide-controls .highslide-full-expand a.disabled { background-position: -100px -40px !important; }
.highslide-controls .highslide-close a { background-position: -120px 0; }
.highslide-controls .highslide-close a:hover { background-position: -120px -20px; } 

.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/art/highslide/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/art/highslide/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}
