body {
	margin : 0;
  padding : 0;
  font : 11px Verdana, Helvetica, Arial, sans-serif;
	background-color : #fff;
	color : #fff;
}

img {
  border : 0;
}

a {
	color : #fff;
  text-decoration : none;
}

a:hover {
	color : #fff;
  text-decoration : underline;
}
p.titel {
	font-style : italic;
	font-weight : bold;
	padding : 0px 0px 10px 0px;
}
p.ident {
	padding : 0px 0px 10px 0px;
}
p.desc {
	font-style : italic;
	padding : 0px 0px 10px 10px;
}

p.cont {
	padding : 10px;
}

p {
	margin : 0;
}

#header {
	height : 100px;
  margin-right : auto;
	margin-left : auto;
	border-right : 0;
	background-image : url("../_img/header.jpg");
	background-repeat : no-repeat;
	background-position : right;
}

#mheader {
	height : 100px;
  margin-right : auto;
	margin-left : auto;
	border-right : 0;
	background-image : url("../_img/header.jpg");
	background-repeat : no-repeat;
	background-position : right;
}
#header img {
	border : 0;
	position : relative;
	top : 80px;
	padding : 0;
}

#mheader img {
	border : 0;
	position : relative;
	top : 80px;
	padding : 0;
}

#navigate {
	margin-top : 0;
  margin-right : auto;
	margin-left : auto;
	border-top : 1px dotted #bbb;
  border-right : 0;
	height : 20px;
  padding : 4px 0px;
}

#random {
	width : 81px;
	border : 0;
	position : relative;
}

#mnavigate {
	margin-top : 0;
  margin-right : auto;
	margin-left : auto;
	border-top : 1px dotted #bbb;
  border-right : 0;
	height : 20px;
  padding : 4px 0px;
}

#mrandom {
	width : 81px;
	border : 0;
	position : relative;
}

#view {
  margin-left : auto;
  margin-right : auto;
  border-top : 1px dotted #bbb;
	border-bottom : 1px dotted #bbb;
  padding : 0;
}

#view img {
	border : 0;
	padding : 0;
	margin : 0;
}

#mview {
  margin-left : auto;
  margin-right : auto;
  border-top : 1px dotted #bbb;
	border-bottom : 1px dotted #bbb;
  padding : 0;
}

#mview img {
	border : 0;
	padding : 0;
	margin : 0;
}

#description {
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  padding : 10px 10px 30px 10px;
  border-bottom : 1px dotted #bbb;
}

#mdescription {
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  padding : 10px 10px 30px 10px;
  border-bottom : 1px dotted #bbb;
}

#navimenu {
  margin-top : 5px;
  margin-left : auto;
  margin-right : auto;
  padding : 10px;  
  border-top : 1px dotted #bbb;
	border-bottom : 1px dotted #bbb;
}

#navimenu a{
	font-weight : bold;
}

#mnavimenu {
  margin-top : 5px;
  margin-left : auto;
  margin-right : auto;
  padding : 10px;  
  border-top : 1px dotted #bbb;
	border-bottom : 1px dotted #bbb;
}

#mnavimenu a{
	font-weight : bold;
}

#footer {
	margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
  padding : 2px;
  border-top : 1px dotted #bbb;
	border-bottom : 1px dotted #bbb;
	font-size : 9px;
	text-align : right;
	background-color : #ddd;
}

#footer a{
  color : #666;
}

#contact {
	margin-top : 5px;
  margin-left : auto;
  margin-right : auto;
	padding : 10px;
  border-top : 1px dotted #bbb;
	border-bottom : 1px dotted #bbb;
}

#mfooter {
	margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
  padding : 2px;
  border-top : 1px dotted #bbb;
	border-bottom : 1px dotted #bbb;
	font-size : 9px;
	text-align : right;
	background-color : #ddd;
}

#mfooter a{
  color : #666;
}

#thumbs ul {
 	border: 0;
 	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	text-align: center;
 	clear: both;
 	}
 
 #thumbs ul li {
 	display: block;
 	float: left;
 	text-align: center;
 	padding: 0;
 	margin: 0 0 10px 0;
 	width: 100px;
 	}
 
 #thumbs ul li img {
 	margin: 0 auto;
 	border: 1px solid #bbb;
 	display: block;
 	}

 #thumbs ul li img:hover {
 	margin: 0 auto;
 	border: 1px solid #bbb;
 	display: block;
	background-color : #ddd;
 	}
 	
 #thumbs ul li a {
 	width: 100px;
 	padding: 0;
 	margin: 0 ;
 	display: block;
 	text-align: center;
 	}
	
 #thumbs {
  border-top : 1px dotted #bbb;
 	margin: 10px auto 0 auto;
 	padding: 10px 0 0 0;
 	clear: both;
 	}	

	#flag {
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
.thumb {
	padding : 5px;
}
