/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #660000;
	font: 72%/1.7em Verdana, Tahoma, arial, sans-serif;
	color: #E5DFC7; 
	text-align: center;
}




/* links */
a, a:visited {
	text-decoration: none;
	color: #FF8C55; 
	background: inherit;
}
a:hover {
	color: #FFECE1;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	/* text-transform: uppercase; */
	color: #FF8C55;
}
h3 {
	font-size: 110%;
	color: #CCCCCC; 
}

/* images */
/* img { border: 2px solid #993300; } */

img.gal { border: 10px solid #000; }

img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #FF9900;	
}
ul span, ol span {
	color: #CCCCCC;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #333333;
  border: 1px solid #202020;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #333333; 
  	background: #333333 url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #4d4d4d; 
	background-color: #333333; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border: 1px solid #660000;
	font: normal 1em Verdana, sans-serif;
	color: Black;
	background-color: #FFCC33;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #660000;
	height:100px;
	display:block;
	color: Black;
	background-color: #FFCC33;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: White;
	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #330000 url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #330000 url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 2.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FF9900;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .9em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FF9900;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 58px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 0px 0 183px;
	background: url(images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #CCCCCC;	
	text-decoration: none;
	border-left-color: #660000;
	border-left-style: solid;
	border-left-width: 2px;
}

#menu ul li#last a{
	border-right-color: #660000;
	border-right-style: solid;
	border-right-width: 2px;
	
}

#menu ul li a:hover {
	background-color: #660000;
	color: #CCCCCC;	
}
#menu ul li#current a {	
	background-color: #660000;
	color: #FFCC33;
}

/* Main Column */
#main {
	float: right;
	width: 80%;
	padding: 0; margin: 0;
	background-color: #000000;
	margin-top: 10px;
	min-height: 600px;
	margin-bottom: 15px;
}
#main h1 {
	margin-top: 0px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #FFCC33;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #660000;
	background: #660000 url(images/square-orange.png) no-repeat 3px 50%;	
}


#main h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 110%;
	font-weight: bold;
	padding: 2px 0 2px 25px; 	
	color: #cacaca;
	background: #333	url(images/square-orange-klein.png) no-repeat 3px 50%;
}


#main p {
	font: 110% Verdana, Tahoma, arial, sans-serif;
	line-height: 150%;
}

.post-footer {
	background-color: #202020;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #333;
	font-size: 95%;	
	margin-bottom: 10px;
}
.post-footer .date {
/*	background: url(images/clock.gif) no-repeat left center;*/
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
/*	background: url(images/comment.gif) no-repeat left center;*/
	
	padding-left: 20px; margin: 0 10px 0 5px;
	background: #333333;
}
.post-footer .readmore {
/*	background: url(images/page.gif) no-repeat left center;*/
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 18.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #CCCCCC;
	background: #993300 url(images/side-bg.gif) repeat;	
	/* border: 1px solid #993300; */
	margin-bottom: 1px;
}
#sidebar .left-box {
	border: 1px solid #660000; 
	margin: 0 0 20px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	text-decoration: none;

}
#sidebar ul.sidemenu li {
	border-bottom: 1px dotted #993300;
	margin: 0 0px;	
}

#sidebar ul.sidemenu li.final {
	border-bottom: 0px;
	margin: 0 0px 0 0;	
}


#sidebar ul.sidemenu li.aktiv {
	border-bottom: 1px dotted #993300;
	padding: 2px 0 2px 5px;
	margin: 0 0px;	
	font-weight: bolder;
	background-color: #660000;
	color: #FFCC33;
}


#sidebar ul.sidemenu a {
	padding: 2px 0 2px 5px;
	display: block;
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
	color: #CCCCCC;
}

#sidebar ul.sidemenu a:hover {
	background-color: #660000;
}


/* Footer */	
#footer {
	color: #666666;
	background: #330000 url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 65px;
	text-align: center;	
	font-size: 92%;
}

#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #FFCC33; }
.yellow { color: #FFCC33; }
.normal { 
font-size: 80%;
line-height: 120%;
font-weight: normal;
 margin-bottom: 3px;
}
	


/* CSS FOR Gallery */

.gallerytitle {
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
}

.thumbnailtitle {
  font-family: Verdana;
  font-size: 10pt;
}

.navigationtext {
  font-family: Verdana;
}

.lk

{
  font-size: 120%;
  line-height: 120%;

}


/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin: 5px 0px 5px 200px;	/* "Air" */
		width:400px;	/* Image width */
		height:300px;	/* Image height */
		position:relative;	/* Don't remove this line */
		border: 1px solid #666;
	}
	.leftFloatingDiv{
		float:left;
		width:400px;
		height:300px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}




/* css addit 2008 */


table.index_table
{
  width: 100%;
  
}

td.index_table_cell
{
  width: 20%;
  padding: 10px;
  border: solid 1px #666666;
}

td.index_subcat_table_cell
{
  padding: 10px;
  border: solid 1px #666666;
}


.gallerytitle {
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
}

.thumbnailtitle {
  font-family: Verdana;
  font-size: 10pt;
}

.thumbnail {
  text-align: center;
}

.thumbnail_title {
  margin-top: 5px;
  text-align: center;
}

.navigationtext {
  font-family: Verdana;
}

.navigationdisabledtext {
  font-family: Verdana;
  color: #CCCCCC;



