/* IE6 PNG Transparenz-Fix*/
* html img, div, a { behavior: url(iepngfix/iepngfix.htc); } 
* html body { behavior: url(iepngfix/csshover3.htc); }

* {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(_img/bg.gif);
	background-repeat:repeat;
	text-align: center; 
}

img {
	display: block;
}

#mainWrapper {
	
	text-align:center;
	background-image:url(_img/bg_glow.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#page {
	width:800px;
	background-color:#000000;
	margin: auto;
}

#glow-top {
	margin: auto;
	height:40px;
	width: 800px;
}

#head {
	width:800px;
	height:140px;
	background-image:url(_img/header.jpg);
}

#logo {
	width:158px;
	height:83px;
	padding-left:41px;
	padding-top:46px;
	float:left;
}

#menu {
	width:800px;
	height:30px;
	background-image:url(_img/menu_bg.jpg);
	background-repeat:repeat-x;
}

#menu-spacer {
	width: 275px;
	height: 30px;
	float:left;
}

#menu-home {
	width:60px;
	height:30px;
	margin-right:35px;
	float:left;
}

#menu-galerie {
	width:70px;
	height:30px;
	margin-right:35px;
	float:left;
}

#menu-about {
	width:85px;
	height:30px;
	margin-right:35px;
	float:left;
}

#menu-kontakt {
	width:80px;
	height:30px;
	margin-right:35px;
	float:left;
}

#head-img {
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	height:165px;
	width:800px;
	border-bottom:#484848 1px solid;
	/* background-image:url(_img/head_img1.jpg); */
}

#content-main {
	width:600px;
	float: left;
}

#content {
	padding:20px;
	text-align:justify;
}

#sidebar {
	width:200px;
	height:500px;
	background-image:url(_img/sidebar_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	
#sidebar-content {
	text-align:left;
	padding-left:13px;
	padding-top:68px;
	padding-right:18px;
}
	
#footer { 
	width:800px;
	height:40px;
	background-image:url(_img/footer_line.gif);
	background-position:top center;
	background-repeat:no-repeat;
	clear:both;
}

.content-img {
	margin-left: 10px;
	float:right;
}

.gal-thumb {
	width:104px;
	height:104px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

.gal-thumb-last {
	width:104px;
	height:104px;
	margin-bottom:10px;
	float:left;
}

.initial {
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	color:#c1c1c1;
	float:left;
	margin-top:-6px;
	margin-right: 4px;
	margin-bottom: -4px;
}

.text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#c1c1c1;
	text-align:justify;
}

.sidebar-text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#c1c1c1;
}


.footer-text {
	line-height:1;
    font-family:Verdana, Geneva, sans-serif;
    font-size:10px;
	font-style:italic;
    color:#6b6b6b;
}

a.footer-link:link {
  text-decoration:none;
  font-family:Verdana, Geneva, sans-serif;
  font-size:10px;
  color:#6b6b6b;
 } 
a.footer-link:visited {
  text-decoration:none;
  font-family:Verdana, Geneva, sans-serif;
  font-size:10px;
  color:#6b6b6b;
 }
a.footer-link:hover {
  text-decoration:underline;
  font-family:Verdana, Geneva, sans-serif;
  font-size:10px;
  color:#6b6b6b;
 }
a.footer-link:active {
  text-decoration:none;
  font-family:Verdana, Geneva, sans-serif;
  font-size:10px;
  color:#6b6b6b;
 }
 
 a.sidebar-link:link {
  text-decoration:underline;
  font-family:Verdana, Geneva, sans-serif;
  font-size:10px;
  color:#c1c1c1;
 } 
a.sidebar-link:visited {
  text-decoration:none;
  font-family:Verdana, Geneva, sans-serif;
  font-size:10px;
  color:#c1c1c1;
 }
a.sidebar-link:hover {
  text-decoration:none;
  font-family:Verdana, Geneva, sans-serif;
  font-size:10px;
  color:#c1c1c1;
 }
a.sidebar-link:active {
  text-decoration:underline;
  font-family:Verdana, Geneva, sans-serif;
  font-size:10px;
  color:#c1c1c1;
 }

a:link {
  text-decoration:underline;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  color:#c1c1c1;
 } 
a:visited {
  text-decoration:none;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  color:#c1c1c1;
 }
a:hover {
  text-decoration:none;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  color:#c1c1c1;
 }
a:active {
  text-decoration:underline;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  color:#c1c1c1;
 }



