* { padding: 0; margin: 0; }

a img{ 	border: none;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100.01%;
 background: #CCCCCC;
 padding: 1%;
 color: #000000;
}

#wrapper { 
 margin: 0 auto;
 width: 920px;
 border: 1px solid #aaaaaa;
 border-top: 0;
 background-color: #f5f5f5;
 padding-bottom: 10px;
 
}

#header {
 padding: 0px;
 height: 100px;
 background: url(../img/banner5.jpg) no-repeat;
 overflow: hidden;
}

#navigation {
 /*float: left;*/
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-align: left;
 padding: 5px;
 background: #77b6d0; /*menü-hintergrundfarbe*/
 
}

#navigation li {
 display: inline;
 list-style-type: none;
 border-right: 1px dotted #ffffff;
 padding: 0 6px 0 2px;
 margin: 0 0 0 2px;
 color: #F5F5F5; /*menü-schriftfarbe*/
}

#navigation a {
 color: #000000; /*menü-linkfarbe*/
 text-decoration: none;
 background: none;
}

#navigation a:hover {
 color: #FFFFFF;
 text-decoration: none;
}

.thumbnail {
 float: left;
 width: auto;
 padding: 7px;
 border: 1px solid #cccccc;
 margin-right: 10px;
 margin-bottom: 15px;
}

.thumbnail a {
 color: #535252;
 text-decoration: none;
}
	
.thumbnail a:hover {
 text-decoration: underline;
}	

.caption {
 font-size: 0.9em; 
 padding-top: 0.2em;
 text-align: center;
}

.thumbnail_links {
 padding: 7px;
 width: 135px;
 margin-right: 10px;
 margin-bottom: 15px;

}

.thumbnail_links a {
 color: #535252;
 text-decoration: none;
}

.caption_links {
 font-size: 0.9em;
 padding-top: 0.2em;
 text-align: left;
}

.thumbnail_cover {
 padding: 8px;
 width: auto;
 /*margin-right: 10px;*/
 margin-bottom: 15px;
 font-weight: bold;
 background-color: #D6D6D6;
 color: #000000; 
}

.thumbnail_cover img {
border: 1px solid #666666;


}
/*.thumbnail_cover a {
 color: #535252;
 text-decoration: none;
}*/

.caption_cover {
 font-size: 0.9em;
 text-align: left;
 font-weight: normal;
}

.caption_cover a {
text-decoration: none;
color: #535252;
}

.caption_cover a:hover {
text-decoration: underline;
}

.caption_cover_info {
 font-size: 0.9em;
 text-align: right;
 font-weight: bold;
 padding-top: 5px;
 
}

.caption_cover_info a {
 text-decoration: none;
 color: #535252;
}

.caption_cover_info a:hover {
text-decoration: underline;
}
	
kbd {
 color: #555;
 background-color: #dddddd;
 border-right: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 font-size: inherit;
 font-family: inherit;
 padding: 0 3px 2px 4px;
 font-weight: bold;
 text-decoration: none;
}
	
#main {
 color: #535252;
 padding: 20px 0 20px 20px;
 min-height: 450px;
 /*height: 450px;*/
 /*height: auto !important;*/
 line-height: 1.4em;
 font-size: 12px;
 width: 670px;
 /*background-color: #f5f5f5;*/
}	

p.bold_1 {
 font-weight: bold;
}

p.bold_2 {
 font-size: 14px;
 font-weight: bold;
}

p.bold_start {
 font-size: 16px;
 font-weight: bold;
}

p.stand {
 font-style: italic;
}

#subnav { 
 float: right;
 color: #535252;
 border-left: 1px dotted #aaaaaa;
 padding: 0 15px 0 15px;
 min-width: 10em;
 width: 180px;
 margin: 15px 0 15px 10px;
 line-height: normal;
 font-size: 12px;
 /*background-color: #f5f5f5;*/
}

.language {
 padding: 10px 0 20px 0;
}

.home {
 padding-top: 10px;
}

.w3cs {
 padding-top: 30px;
 padding-bottom: 10px;
}

dl a  {
 color:#535252;
 text-decoration: none;
 font-weight: bold;
}

dl a:hover {
 text-decoration: underline;
}

dl a:visited {
 color:#535252;
}

#subnav dt.menu {
 border-top: 1px dotted #aaaaaa;
 margin-top: 1em;
 padding: 0.5em 0 0.5em 0;
 font-weight: bold;
 font-size: 1.1em;
}

#subnav dd {
 padding: 0;
 margin: 0.2em 0;
 font-weight: bold;
}

#subnav dd.nobold {
font-weight: normal
}

#subnav dd em {
 font-weight: normal;
}

#footer { 
 clear: both;
}
