* {
    margin:0;
    padding: 0;
}

BODY {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

IMG {
    border: none;
}
p {
    margin: 10px 0;
}

h1{
	font-size: 14px;
	margin-bottom: 10px;
}

.white {
    color: #ffffff;
}

a:link,
a:visited {
    color: #666666;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    text-decoration:underline;
}

#page {
    width: 961px;
    padding-top: 20px;
    border: 1px solid silver;
}

#servicenavi {
    line-height: 36px;
    height: 50px;
}
#servicenavi ul {
    float:right;
    list-style:none;
}
#servicenavi ul li {
    float:left;
    margin-right: 10px; 
    text-align:center;
}
#servicenavi a:link,
#servicenavi a:visited {
    color: #666666;
    text-decoration:none;
    text-align:center;
}
#servicenavi a:hover,
#servicenavi a:active, 
#servicenavi a:focus {
    text-decoration:underline;
}

#topnavi {
    clear:both;
    height: 227px;
}

#topnavi_left {  
    background: transparent;
    border-left: 1px solid #ffffff;
    float:left;
    width:218px;
    height: 227px;
}
#topnavi_left form p{
    text-align:right;
    padding-right: 25px;
}

#topnavi ul {
    list-style:none;
    margin-top: 15px;
    margin-bottom: 15px;
}
#topnavi img {
    z-index: 20;
}

#topnavi ul li {
	height: 25px;
	line-height:25px;
	padding-bottom: 2px;	
	overflow:hidden;	
}

#topnavi ul li a:link,
#topnavi ul li a:visited{
    color: #ffffff;
	 font-size: 12px;  
	 overflow:hidden;
    display:block;
    text-align:right;
    padding-right: 25px;
    text-decoration:none;
    background:transparent;
}

#topnavi ul li a:hover,
#topnavi ul li a:active,
#topnavi ul li a:focus,
#topnavi ul li:hover {
    background: #999999;	
    overflow:hidden;
}




#topnavi ul li ul li a:link,
#topnavi ul li ul li a:visited {
    text-align: left;
    padding-left: 10px;
    margin: 0 1px;
}

#topnavi ul li ul {
    display: none;
     width: 177px;
     height: 211px !important;
     height: 226px;
    padding-top: 15px; 
    position: absolute;
    top: 56px !important;
    /*top: 44px;*/
    left: 221px;
    z-index: 5000;      
}


#topnavi ul li:hover ul {
    display:block;
    height: 211px;
    z-index:6000;
}

/* Breadcrumb */
#breadcrumb {
    color: #666666;
    margin-left: 70px;
    margin-top: 5px;
}


#content {
    margin: 25px 20px 30px 10px;
}

.container {
    padding-top: 25px;
    margin-bottom: 10px;
    clear:both;
}
div.pullout {
    float:left;
    width: 185px;
    color: #bd0000;
    text-align:right;
}
div.pullout h3 {
    font-size: 12px;
    margin-bottom: 10px;
}
div.pullout div {
    margin-bottom: 10px;
}
div.contents {
    float:right;
    width:710px;
    color: #000000;
}

img.zeitschrift {
    float:left;
    margin-right:45px;
    padding-bottom: 20px;
}

div.online {
    float:left;
    width: 160px;
    height: 125px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

div.online img{
	margin-bottom: 5px;	
}



td.label {
    width: 100px;
    height: 25px;
    vertical-align:top;
}

.formfield input, .formfield textarea {
    border: 1px solid silver;
    padding: 2px;
    width: 350px;
}

#sitemap {
    width: 385px;
}
#sitemap ul {
    list-style:none;
    line-height: 25px;
}
#sitemap ul li {
    margin-bottom: 2em;
}
#sitemap ul li ul li {
    margin-bottom: 0;
}
#sitemap li a { 
    display:block;
    text-decoration:none;
    border-bottom: 1px solid silver;
}
#sitemap li a:hover,
#sitemap li a:active {
    text-decoration:none;
}
#sitemap ul li ul {
    margin-left: 3em;
}
#sitemap ul li ul li a {
    border-bottom: none;
}

#printButton{
	text-align: right;
	padding-top: 20px;
}