/* HTML tag styles                             */
body {
background-color: #678;
font-family: Arial,sans-serif;
}

h1 {
font-weight: bold;
font-size: 27px;
color: #FFFFFF;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}


h2 {
margin:70px 30px 0px 50px;
font-weight: bold;
font-size: 30px;
color: #0A246A;
}

h3 {
font-weight: bold;
font-size: 23px;
color: #09206A;
}

/*********Layout Divs **********************/
#language {
position: absolute;
right:20px;
}

#language a {
border:none;
}

.lang {
padding-top:7px;
border:none;
}

#title {
margin:0px;
padding:0px;
position: absolute;
left: 5%;
top: 12px;
white-space:nowrap;
width:90%;
text-align: center;
}

#container {
position: absolute;
top: 135px;
left: 5%;
height: auto;
width: 90%;
background-color: #FFFFFF;
z-index: 1;
}

#content {
margin:50px;
margin-top:40px;
clear:both;
z-index:3;
}

#spacer {
position: absolute;
background-image: url(../images/transparent.gif);
height: 80px;
bottom: -80px;
}

.corner {
font-size:1px;
margin:0;
padding:0;
position:absolute;
z-index:100;
height:12px;
width:12px;
}

#ulcorner {
top: 0px;
left: 0px;
background-image: url(../images/ulcorner.gif);
}

#urcorner {
top: 0px;
right: 0px;
background-image: url(../images/urcorner.gif);
}

#llcorner {
bottom: -1px;
left: 0px;
background-image: url(../images/llcorner.gif);
}

#lrcorner {
bottom: -1px;
right: 0px;
background-image: url(../images/lrcorner.gif);
}

#small_logo {
position:absolute;
top:20px;
right:20px;
height: 120px;
width: 150px;
z-index: 2;
float: right;
}

#breadcrumb{
position:absolute;
top:10px;
left:50px;
}

#breadcrumb, #breadcrumb a {
color: #AAAAAA;
font: small Verdana,sans-serif;
font-size: 11px;
text-decoration: none;
z-index:3;
}

#breadcrumb a:hover{
color: #005FA9;
text-decoration: underline;
}

#siteInfo {
border-top-width: thin;
border-top-style: solid;
border-top-color: #999999;
text-align: center;
padding-top: 10px;
margin: 10px;
clear:both;
}

#googlev {
float: right;
margin-left: 10px;
}

/************* globalNav styles ****************/
.globalNav {
height:40px; 
position:absolute;
top:60px;
left:5%;
width:90%;
min-width:700px;
font-family:arial, verdana, sans-serif; 
font-size:12px;
z-index:100;
background: url(../images/glbnav_background.gif); 
}

.globalNav .select {
margin:0; 
padding:0 0 0 15px; 
list-style:none; 
white-space:nowrap;
}

.globalNav li {
float:left;
background:url(../images/inactive.gif);
}

.globalNav .select a {
display:block; 
height:40px; 
float:left; 
background: url(../images/inactive.gif); 
padding:0 0 0 10px; 
text-decoration:none; 
line-height:29px; 
white-space:nowrap; 
color:#000;
}

.globalNav .select a b {
display:block; 
padding:0 20px 10px 10px; 
background:url(../images/inactive.gif) right top;
}

.globalNav .select a:hover, .globalNav .select li:hover a {
background: url(../images/active.gif); 
padding:0 0 0 10px;
line-height:29px;
cursor:pointer; 
color:#000;
}

.globalNav .select a:hover b, .globalNav .select li:hover a b {
display:block; 
padding:0 20px 10px 10px; 
background:url(../images/active.gif) right top; 
cursor:pointer;
}

.globalNav .sub {display:none;}

/* IE6 only */
.globalNav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.globalNav .sub {
margin:0; 
padding:0 0 0 120px;
list-style:none;
}

.globalNav .sub li {background:transparent;}

.globalNav .select :hover .sub {
height:25px;
display:block; 
position:absolute;
width:580px;
float:left;
top:35px; 
left:0; 
text-align:center;
}

.globalNav .select :hover .sub li a {
display:block;
height:25px; 
line-height:25px; 
float:left; 
background:url(../images/subinactive.gif); 
padding:0 5px; 
margin:0; 
white-space:nowrap; 
color:#fff;
font-size:12px;
}

.globalNav .select :hover .sub li a:hover {
color:#000; 
background:url(../images/subactive.gif); 
line-height:23px;
}

#notenregal{padding:0 0 0 90px;}
#suche{padding:0 0 0 190px;}
#instrumentenbau{padding:0 0 0 300px;}
#kontakt{padding:0 0 0 380px;}

#gnl {
position: absolute;
top: 0px;
left:0px;
}

#gnr {
position: absolute;
top: 0px;
right:0px;
}

