@CHARSET "ISO-8859-1";

body {
	margin:0px;
	padding:0px;
	background-color: #DDDDD3;
	background-image: url(../style/images/bg.jpg);
	background-repeat: repeat-x;
	overflow:auto;
	text-align:center;
}

body,table,td {
 	font-family:Tahoma,Arial,Helvetica;
 	font-size:12px;
	color: #000000;
 }

 div#page {
 	height:100%;
 	width:850px;
 	margin:0px auto;
 	text-align:left;
	border:0px dashed darkorange;
 }

  div#bg_top {
  	float:center;
 	height:166px;
 	width:850px;
 	background-image: url(../style/images/bg_top.jpg);
	background-repeat: repeat-x;
 }

 div#content {
 	width:780px;
 	padding:10px;
 	text-align:left;
 }

  #shade_left {
    width:10px;
 	background-image: url(../style/images/shade_left.gif);
	background-repeat: repeat-y;
	background-position:top left;
 }

   #shade_right {
    width:15px;
 	background-image: url(../style/images/shade_right.gif);
	background-repeat: repeat-y;
	background-position:top left;
 }

 h1, .h1 {
 	font-family:Tahoma,Arial,Helvetica;
 	font-size:20px;
 	color:#663300;
 	font-weight:normal;
 	margin-top:0px;
 	padding-top:0px;
 }

  h2 {
 	font-family:Arial,Verdana,Helvetica;
 	font-size:14px;
 	color:#663300;
 	font-weight:bold;
 	margin-top:0px;
 	padding-top:0px;
 }

 .normal_ul li { padding-bottom:10px; }

 a:link, a:visited {
 	font-family:Tahoma,Arial,Helvetica;
 	font-size:12px;
 	color:darkred;
 }
 a:hover { color:#996633; }

.active_link { font-family:Tahoma,Arial,Helvetica;color:#000;text-decoraction:none; }

/* Galerie =================================================================== */

 #loader{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 96%;
	height: 100%;
	background-color: #333;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	text-align:center;
	vertical-align:middle;
}


.transparent{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}



/* Navigation ====================================================================================== */

div#top_navigation {
float:left;height:28px;border:0px dotted red; width:810px;padding:0 0 0 0; margin: 0;
}

div#top_navigation ul {
  list-style-type:none;
  float:left;
  height:28px;
  width:800px;
  padding: 0 0 0 0;
  padding-left:9px;
  margin: 0;
  border-bottom:0px solid #999;
}


div#top_navigation ul li {
  float:left;
  text-align:center;
  position: relative;
  width:100px;
  margin: 0;
  padding:0;
  border-bottom:0px solid #cccccc;
	border-left:1px solid #ccc;
	border-right:1px solid #999;
}

div#top_navigation ul li a {
	text-decoration:none;
	text-align:center;
	display: block;
	color:#333333;
	line-height:28px;
	width:100px;
	margin:0 !important;
	}

div#top_navigation ul li a:hover {
	text-decoration:none;
	color:darkred;
}

div#top_navigation .active {
	color:#ffffff;
	line-height:28px;
	border-left:1px solid #ccc;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#999;
}

div#sub_navigation {
	display:block;
	text-align:left;
	height:25px;
	background-color:#999;
	width:810px;
	padding:0 0 0 0;
	margin: 0;
}

div#sub_navigation_hidden {
	display:none;
}

div#sub_navigation a {
	line-height:16px;
	font-size:11px;
	color:#000;
	width:120px;
	text-decoration:none;
}

div#sub_navigation a:hover { color:darkred; }

.sn_corner_right {
	float:right;
    width:10px;
    height:26px;
 	background-image: url(../style/images/sn_corner_right.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

.sn_corner_left {
	float:right;
    width:10px;
    height:26px;
 	background-image: url(../style/images/sn_corner_left.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

.sn_button {
	float:left;
	line-height:16px;
	font-size:11px;
	text-align:center;
	border-right: 1px solid #666;
	white-space:no-wrap;
	width:120px;
	padding-left:4px;
	padding-right:4px;
}

/* IE-CSS-Hack ---------------------------------------------------------------------------------------------------*/
* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:auto;
	scrollbar-face-color:#663300;
	scrollbar-shadow-color:#E5E5E5;
	scrollbar-highlight-color:#E5E5E5;
	scrollbar-3dlight-color:#E5E5E5;
	scrollbar-darkshadow-color:#E5E5E5;
	scrollbar-track-color:#E5E5E5;
	scrollbar-arrow-color:#cccccc;
}

* html .sn_button {
	padding-left:0px;
	padding-right:0px;
}

* html .normal_ul li { margin-left:20px;padding-bottom:10px; }


