body {  
	font-family:Arial;
	font-size:100%;
	text-align: center;  /* Zentrierung im Internet Explorer */
	background-color:#FFFFFF;
	background-image:url(graphics/stripes.png);
	background-repeat:repeat-x;
	margin-left: 75px; /*Breite Streifenrand*/
	margin-right: 75px;	
	margin-top: 50px;
	margin-bottom: 20px;
	/*border: 1px dashed silver;*/
}

div#menu{
   /*border: 1px dashed red;*/
   text-align:left;
   padding-bottom: 0px;
}

div#content {
   /*border: 1px dashed red;*/
   text-align:left;
   margin:0;
   padding-top: 30px;
   padding-right: 65px; /*Breite weißer Streifen*/
   padding-left: 65px;
   padding-bottom: 30px;
   background-color:#FFFFFF;
   min-width:703px; /*833 - 2 paddings a 65*/
}

div#advertisement {
	position:relative; 
	top:20px; 
	right:10px; 
	float:right; 
	margin-left:20px; 
	margin-bottom:30px;
	padding:5px;
	padding-bottom:10px;
	border-color:#efbd6f; 
	border-width:2px; 
	border-style:solid;
	background-color:#ffd38f;
	line-height:1.4em;
}

div#advertisement_dropbox {
	position:relative; 
	top:20px; 
	right:10px; 
	float:right; 
	margin-left:20px; 
	margin-bottom:30px;
	padding:5px;
	padding-bottom:10px;
	border-color:#3399FF; 
	border-width:2px; 
	border-style:solid;
	background-color:#7FB2FF;
	line-height:1.4em;
}

div#google {
	/*border: 1px dashed red;*/
	position:relative; 
	top:0px; 
	right:0px; 
	float:right; 
	margin-left:20px; 
	margin-bottom:0px;
	padding:0px;
	padding-bottom:0px;
}

ul#nav {
	margin: 0px; 
	padding: 0px;
}

ul#nav li {
  list-style: none;	
  display: inline;
  
}
 
ul#nav a {
	float: left; 
	height: 30px;
	margin: 8px; 
	text-align:center;
	/*border: 1px solid black;*/
	text-decoration:underline;
	font-weight: bold;

}
ul#nav div#ende {
     clear: left;
  }
ul#nav a:link {
  color: #0000cc;
}
ul#nav a:visited {
  color: #0000cc; 
}
ul#nav a:hover {
  color: #0000cc;  
}
ul#nav a:active {
  color: #0000cc; 
}

ul#nav div#selected{
	text-decoration:none;
	font-weight: bold;
	color: black;
	float: left; 
	height: 30px;
	margin: 8px; 
	text-align:center;
	
}

.ro {
	background:url(graphics/ro.png) top right no-repeat;
	margin:0;
	padding:0;
	min-width:833px;
	/*border: 1px dashed silver;*/
}

.lo {
	background:url(graphics/lo.png) top left no-repeat;
	margin:0;
	padding:0;
}

.ru {
	background:url(graphics/ru.png);
	background-repeat: no-repeat;
	background-position:bottom right;
	margin:0;
	padding:0;
	min-width:833px;
	height: 50px;
	/*border: 1px dashed silver;*/
}

.lu {
	background:url(graphics/lu.png) bottom left;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	height: 50px;
}

.tabelle_menueleiste {
	border-color:lightgray;
	border-style:solid; 
	border-width:2px;

}

a.button {
padding-left:1em;
padding-right:1em;
padding-top:0.2em;
padding-bottom:0.1em;
text-decoration:none;
background-color:#CFCFCF;
color:#000000;
border:1px solid;
border-top-color:#DFDFDF;
border-left-color:#DFDFDF;
border-right-color:#5F5F5F;
border-bottom-color:#5F5F5F;
}
a.button:hover {
color:#000000;
background-color:#DFDFDF;
border-top-color:#FFFFFF;
border-left-color:#FFFFFF;
border-right-color:#000000;
border-bottom-color:#000000;
}
a.button:active {
color:#4F4F4F;
background-color:#BFBFBF;
border-top-color:#6F6F6F;
border-left-color:#6F6F6F;
border-right-color:#DFDFDF;
border-bottom-color:#DFDFDF;
}

div#footer {
	font-size: 0.8em;
	border-top: 1px dotted #666666;
	padding: 10px 0px 2px 20px;
	margin: 20px 20px 5px 20px;
	text-align:center;
}

div#footer a:link, div#footer a:active,div#footer a:visited,div#footer a:hover {
	color: #666666;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}

#footer a:hover {
	text-decoration: underline;
}

.clear{ /* line break without visible line height */
	clear: both;
	margin: 0px;
	padding: 0px;
}
