/* CSS Document */

body {
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #e8e8ea;
	margin: 0;
	padding: 9px 0 0 0;
}

#yellow {
	width: 1000px;
	margin: auto;
	background-color: #ffffcc; 
	position: relative; 
	top: -16px; 
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;
}

#topPics {
	width: 1000px;
	margin: auto;
}

#logoLeiste {
	text-align: left;
	width: 1000px;
	margin: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	margin-top: 0px;
	margin-bottom: 4px;
}

.trennlinie {
	text-align: center;
	width: 1000px;
	margin: auto;		
	margin-bottom: 15px;
	margin-top: 5px;
	clear: both;
}

#leftNav {
	text-align: left;
	float: left;
	width: 272px;
}

#mainBox {
	width: 1000px;
	margin: auto;		
	text-align: left;
}

#mainContent {
	float: right;
	width: 565px;	
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868686;
	line-height: 19px;
}

#mainContent p {
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868686;
	line-height: 19px;
}

img, #mainContent img {
	border: 0;
}

#mainContent h1 {
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	line-height: 19px;
	font-weight: bold;
}

#mainPics {
	padding: 4px 0 0 0;
	width: 139px;
	float: left;
	margin-left: 6px;
}

#mainPics p {
	padding: 2px 0 20px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;		
}

#footer {
	width: 1000px;
	text-align: center;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

a, a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#leftNav ul {
	width: 126px;
	list-style: none;
	padding: 0 0 0 16px;
	margin: 0;
	height: 400px;
}

#leftNav li {
	padding: 0;		
	margin: 0;
}


#leftNav li a, #leftNav li a:active, #leftNav li a:visited, #leftNav li a:link  {
	display: block;
	padding: 9px 0 0 17px;
	width: 129px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #567ea3;
	background-image: url(gfx/navempty.gif);
}

#leftNav a.active, #leftNav a:link.active, #leftNav a:visited.active, #leftNav a:active.active, #leftNav li a:hover {
	background-image: url(gfx/navrollover.gif);
	text-decoration: none;
}

  h2 {
/*  	width: 565px; */
	width: 100%;
	margin-top: 5px;
	padding: 10px 0 10px 0px;
	background-color: #cc3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: lighter;
	text-align: center;
  }
  
  table.tabelle {
  	width: 100%;
  }
  
  .redfont {
  	color: #cc0000;
  }
  
  h4 {
  	color: #cc0000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	padding-bottom: 0;
	margin-bottom: 6px;
  }
  
  .bluetext, #mainContent p.bluetext {
	color: #567ea3;
  }
  
  table.tabelle td a, table.tabelle td a:link, table.tabelle td a:visited, table.tabelle td a:active {
	color: #567ea3;
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
  }
  
  table.tabelle td {
  	font-size: 10px;
  }
  
  table.tabelle td a:hover {
  	text-decoration: hover;
  }
  
  table.tabelle td {
  	color: #000000;
  }
  
  
  table.preise {
  	width: 565px;
	padding-bottom: 5px;
  }
  table.preise td {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc3300;
	text-align: center;
	background-color: #bbd2dd;
	border-bottom: 1px solid #ffffff;	
	border-left: 1px solid #ffffff;	
  }
  
  tr.firstLine td {
  	padding: 10px 0 10px 0;
  	background-color: #4f77a3;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	
  }
  
  tr.secondLine td {
  	padding: 7px 0 7px 0;
	color: #567ea3;
	background-color: #b9dbe6;
	font-weight: bold;
	font-size: 12px;
	
  }
  
  td.firstColumn, #mainContent td.firstColumn {
	background-color: #b9dbe6;
	padding: 4px;
	color: #567ea3;
	font-weight: bold;
	font-size: 12px;	
  }
    
  h3 {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	padding: 0 0 0 0;
  }
  
  table {
  	width: 565px;
  }
  
  td {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868686;
	padding: 4px;	
  }
  
  /* gallery */
  




.photo {
	width:635px;
	text-align:left;
	float: left;
	margin: 0;
	padding: 0;
}

.photo a.set {
	display:block;
	font-size:0;
	width: 0;
	height: 0;
	text-decoration:none;
	padding: 0; margin: 0;
}

.photo a ul, .photo ul 
{
	display: block;
}

.photo a:hover, .photo:hover a
{
	color:#fff;
	background:;
}

.photo {
	background:#ddd;
	display:block;
	margin: 0 0 0 5px;
	width: 640px;
	border: 4px solid #bbb;
	padding:40px 0 40px 60px;
}

.photo ul {
	width: 100%;
	list-style:none;
	padding: 0;
	margin: 0;
	display: block;
	z-index:1; 
}

html>body .photo ul {
	margin: 0 0 0 5px;
}

.photo a:hover ul, .photo:hover ul
{
	z-index:100; 
}

.photo ul li
{
	display:inline;
	width:112px;
	height:87px;
	float:left;
	border:1px solid #fff;
	margin:1px;
}

.photo ul li a {
	display:block;
	width:110px;
	height:85px;
	cursor:default;
	float:left;
	text-decoration:none;
	background:#444;
	border:1px solid #888;
}

.photo ul li a img {
	display:block;
	width:100px;
	height:75px;
	border:5px solid #eee;
	cursor: pointer;
}

.photo a:hover ul li a:hover,  .photo:hover ul li a:hover {
	white-space:normal;
	position:relative; 
}


.photo a:hover ul li a:hover img, .photo:hover ul li a:hover img {
	position:absolute;
	left:-50px;
	top:-32px;
	width:200px;
	height:150px;
	border-color:#fff; 
}
