body {
text-align: center;
margin-top:20px;
margin-bottom:20px;
color:#303030;
background-color: #ffffff;
}

#page {
margin-left: auto; 
margin-right: auto;
width: 1000px;
text-align: left;
background: #FFFFFF;
border: 0px solid #4D4D4F;
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 5px 5px 30px #4D4D4F;
-moz-box-shadow: 5px 5px 30px #4D4D4F;
box-shadow: 5px 5px 30px #4D4D4F;
}


/**top**/
#top {
background: url(../img/menu_bg_ttl.gif) bottom left repeat-x;
margin:0px; padding:0px;
}


#header {
background: url(../img/logo_ttl_2013.gif);
height:455px;
padding:15px;
margin:0px;
}

#header h1 {
margin:0px;
font-family: verdana, arial, sans-serif;
font-size: 28px;
color:#ffffff;
letter-spacing: -1px;
}

#header h2 {
margin:0px;
font-family: verdana, arial, sans-serif;
font-size: 14px;
color:#B1C6EB;
letter-spacing: 1px;
}

img {
border:none;
}

/**navigation**/
#navlist
{
margin-top:1px;
margin-bottom:0px;
text-align:center;
padding: 10px 0;
margin-left: 0;
border-bottom: 1px solid #000000;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
color: #F1F6FE;
padding: 10px 15px;
margin-left: 3px;
border: 1px solid #000000;
border-bottom: none;
background: #4D4D4F;
text-decoration: none;
 -webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
}

#navlist li a:link { color: #F1F6FE; }
#navlist li a:visited { color: #F1F6FE; }

#navlist li a:hover
{
color: #FFFFFF;
background: #96BE0B;
border-color: #000000;
}

#navlist li a#current
{
color: #000000;
background: #96BE0B;
border-color: #000000;
}



#mainmenu {
float:left;
margin:-10px 0px 0px 0px;
padding:0px 0px 0px 0px;
clear:both;
}

#mainmenu ul {
font-size:12px;
margin:0px 0px 0px 0px;
padding:0;
text-transform:none;
}

#mainmenu li {
float:left;
height:20px;
list-style:none;
margin:0;
padding:5px 1px 5px 0px;
}

#mainmenu a {
    font-family: verdana, arial, sans-serif;
    font-size:12px;
    display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	padding: .5em 2em .55em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

#mainmenu a:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

#mainmenu a.current {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}



/**content**/
#content {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 30px;
margin-right: 30px;
font-family: verdana, arial, sans-serif;
font-size: 14px;
line-height: 18px;
color: #333333;
}

#content p {
margin-top:15px; margin-bottom: 15px;
font-family: verdana, arial, sans-serif;
font-size: 14px;
line-height: 18px;
color: #333333;
}

#content h1 {
margin-top:5px; margin-bottom: 10px;
font-family: verdana, arial, sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 18px;
color: #4D4D4F;
}

#content h2 {
margin-top:0px;margin-bottom:0px;
font-family: verdana, arial, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 12px;
color: #4D4D4F;
}

#content h4 {
margin-top:0px;margin-bottom:0px;
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #4D4D4F;
}

#content a {
color: #000000; text-decoration:none;
}

#content a:hover {
color: #4D4D4F; text-decoration:none;
}


/**footer**/
#footer {
height: 50px;
background-color: #96BE0B;
clear: both;
text-align: center;
padding-top:12px;
color: #000000;
font-family: verdana, arial, sans-serif;
font-size: 11px;
line-height: 18px;
 -webkit-border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
}

#footer a {
color: #4D4D4F; text-decoration: none;
}

#footer a:hover {
color: #000000; text-decoration: underline;
}



/**others**/
.float_left {
float: left;
margin-right: 10px;
}

.float_right {
float: right;
margin-left: 10px;
}

.box_center {
background-color: #fffff6;
margin:0px;
padding:10px;
border: 1px solid #3991BE;
font-family: verdana, arial, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
}

.box_side {
background-color: #fffff6;
margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
padding:10px;
border: 1px solid #3991BE;
font-family: verdana, arial, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
}

.box_ad {
background: #E0ECFF;
margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
padding:0px;
border: 0px solid #C40202;
font-family: verdana, arial, sans-serif;
font-size: 11px;
line-height: 18px;
color: #3991BE;
height:158px;
}

.search {
background-color: #4D4D4F;
margin:0px;
padding:0px;
border: 0px solid #3991BE;
}

#searchbox {
background:#F4F4F4;
border:3px solid #96BE0B;
margin:0px -4px 0px 10px;
padding:5px;
margin:0px;
}

.searchbutton {
display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	padding: .5em 2em .55em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

.searchbutton:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.searchbutton:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}



.button {
    font-family: verdana, arial, sans-serif;
    font-size:12px;
    display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	padding: .5em 2em .55em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

.button:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.button:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}



.hr {
border:0px;
color:#b0b0b0;
height: 1px;
text-align: center;
background-color: #3991BE;
margin:20px 50px 20px 50px;
}

.h3color {
color: #4D4D4F;
font-size: 11px;
font-weight: bold;
padding-left: 0px;
}

.text_blau {color: #4D4D4F}

.text_blau_u {color: #4D4D4F; text-decoration:underline}

.text_weiss{color: #ffffff}

.infotext {
color: #ffffff;
font-family: arial, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 16px;
}

.brhome {
color: #ffffff;
font-family: arial, sans-serif;
font-size: 7px;
line-height: 7px;
}

.nojava {
 background:#FF0202;
 color: #000000;
 padding: 3px 3px 3px 3px;
 margin: 0px 0px 3px 0px;
}

.javareference {
 background:#A7D704;
 color: #000000;
 padding: 3px 3px 3px 3px;
 margin: 0px 0px 3px 0px;
 }
 
/*** FIGURE - NEWS ***/
div.figure * { max-width: 500px } 
div.figure div { overflow: hidden; white-space: nowrap; }

/*** Special DIV ***/
#divttl-db {
background:url(../img/divttl-db.gif) no-repeat;
width:400px;
height:130px;
margin: 0px 0px 0px 10px ;
text-align:center;
}

#divttl-wb {
background:url(../img/divttl-wb.gif) no-repeat;
width:400px;
height:130px;
margin: 0px 0px 0px 10px ;
text-align:center;
}

#divttl-wb h3, #divttl-db h3 {
margin-top:5px; margin-bottom: 10px;
font-family: verdana, arial, sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 18px;
color: #000000;
}

.ttl-wb {
width:400px;
height:130px;
margin: 0px 0px 0px 10px ;
text-align:center;
}

.ttl-db {
width:400px;
height:130px;
margin: 0px 0px 0px 10px ;
text-align:center;
}

.adwb {
background:url(../img/divttl-wb.gif) no-repeat;
float:left;
}

.adwb:hover {
background:url(../img/divttl-wb1.gif) no-repeat;
}

.addb {
background:url(../img/divttl-wb1.gif) no-repeat;
float:left;
}

.addb:hover {
background:url(../img/divttl-wb.gif) no-repeat;
}