@charset "utf-8";

html, body {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top:0px;
}

body {
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    background-color:#ddd;
    line-height: 1.6em;
}

h1 {
    font-family:georgia,cambria,palatino,'bitstream vera serif',serif;
    letter-spacing: .15em;
    margin-bottom:0.55em;
    font-size:1.25em;
	line-height:1.4em;
}

h2 {
    font-size:1.25em;
    letter-spacing: .1em;
    margin-top:1.75em;
    margin-bottom:0;
}

a {
    text-decoration: none;
   /* border-bottom: 2px solid #eee;
    padding-bottom: 1px;*/
}


a:hover {
    /*border-bottom: 2px solid #bbb;
    background-color: #bbf;*/
    text-decoration:underline;
}

a img,a:hover img {
    /*border-bottom:none;
    padding-bottom: 0px;*/
}

.clear{
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
}


.layout {
    max-width:50em;
    margin-top:0;
    margin-bottom:0;
    margin-left: auto ;
    margin-right: auto ;
    padding:0;
}

#top {
    font-family:georgia,cambria,palatino,'bitstream vera serif',serif;
    /*
    border-bottom:1px solid #000;
    background-color:#fff;
    */
    margin:0;
    padding:0;
}

#bottom {
    background-color:#ddd;
    
}
.wcl {
   font-size:200%;    
}

#header {
    /*background-color:#fff;*/
    position:relative;
    height:105px;
    font-weight:bold;
    color:#00f;
}


#wcl {
    position:absolute;
    bottom:10px;
    left:0;
}
#logo {
    position:absolute;
    bottom:0;
    right:0;
}

#content {
    clear:both;
    margin-top:30px;
    /*padding:1em;*/
}


#navcontainer {
    padding-top:30px;
    padding-bottom:1px;
    margin-left:auto;
    margin-right:auto;
    max-width:50em;
}


#infobox {
    padding-top:10px;
    padding-bottom:10px;
    margin-left:auto;
    margin-right:auto;
	margin-top:20px;
    max-width:50em;
	background-color:#bbb;
	color:#f00;
	border:solid 1px #000;
	text-align:center;
}

.us {
	color:#1F497D;
	font-weight:bold;
}

#navlist
{
    /*border-bottom: 1px solid #778;*/
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding:0;
}

#navlist li
{
    margin: 0;
    padding:0;
    margin-left:-2px;
    margin-right:-2px;
    display: inline;
}

#navlist li a
{
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    margin: 0;
    border: 1px solid #000;
    /*border-bottom: none;*/
    background: #ccf;
    text-decoration: none;
}

#navlist li a:link,#navlist li a:visited { color: #00f; }

#navlist li a:hover
{
color: #000;
background: #aae;
border-color: #000;
}

#navlist li a#current
{
background-color:#f70;
}

.contact td {
padding:10px 1em 10px 1em;
/*background-color: #fff;*/
/*border: #00f thin dotted;*/
}

.phone,.cell,.fax,.mail {
    padding-left:20px;
}

.phone {
    background:url(telephone.png) no-repeat;
}

.cell {
    background:url(phone.png) no-repeat;
}

.mail {
    background:url(email.png) no-repeat;
}

.fax {
    background:url(printer.png) no-repeat;
}
a ins {
text-decoration: none;
}

.email>ins:before {content: "@"; text-decoration: none}
.email del {text-decoration: none}
.email>del {display: none}
*:first-child+html .email>del {display:inline}  /* Workaround fuer IE 7 */

.glexperts,a:link span.glexperts,a:hover span.glexperts,a:active span.glexperts,a:visited span.glexperts{
font-weight:bold;
font-family:
Arial,helvetica;color:#C60001;
}

.gl,a:link span.gl,a:hover span.gl,a:active span.gl,a:visited span.gl{
/*color:#00f;*/
}

ol.diagramm {
list-style:none;
margin:0px;
}
ol.diagramm li {
	list-style:none;
	margin:10px;
	padding:5px;
	max-width:35em;
	text-align:center;
	border:1px solid #000;
	background-color:#bbb;
}

.nbr {
	white-space:nowrap;
}

.viewer {
	width:35em;
	height:25em;
	display:block;
}

.toggle {
	cursor:pointer;
 	color:#00f;
}

.toggle:hover {
    text-decoration:underline;
}

.toogle + div {
}

.open:after {
	/*content: ' ►';*/
	content: ' +';
}

.close:after {
	/*content: ' ▼';*/
	content: ' -';
}

.imprint {
	font-size:smaller;
}

