@CHARSET "ISO-8859-1";

body {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	margin: 0;
	padding: 0;
    background-color: #E4EBF9;
    background-image:url('../../wachsbau/style/bgr_website.jpg');
    background-repeat:repeat-x;
    margin-top:15px;
}


div#wrapper {
	border-right: 1px solid black;
	border-left: 1px solid black;
    border-top: 1px solid black;
	left: 50%;
	margin-left: -497px;
	position: absolute;
	width: 994px;
}

hr {
	display: none;
	clear: both;
}

p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

a img {
	border: 0px;
}
/**
  *  HEADER
  **********************************************************************/
  
div#header {
	background: #ffffff url('../../wachsbau/style/bgr_header.jpg') top left no-repeat;
	height: 182px;
	position: relative;
}

div#header img {
	display: none;
}

div#header div {
	display: none;
}

/**
  *  TOP MENU
  **********************************************************************/

div#top_menu ul {
	padding: 0 0 0 20px;
	list-style-type: none;
	overflow: auto;
	background: #b9d5fe url('../../wachsbau/style/bgr_top_menu.jpg') repeat-x bottom left;
	margin: 1px 0 0 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div#top_menu ul li {
        float: left;
        background: url('../../wachsbau/style/bgr_top_menu_item.gif') repeat-y top left;
        padding: 5px 5px 5px 7px;
}

div#top_menu ul li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

div#top_menu ul li a:hover {
	color: #000000;
}

div#top_menu ul li.menu-current a {
	color: #000000;
}

/**
  *  LEFT MENU
  **********************************************************************/

div#left_menu {
	float: left;
}

div#left_menu p {
	margin: 0;
	padding: 15px 10px 15px 20px;
}

div#left_menu ul {
	padding: 0;
	margin: 0;
/*	width: 193px;*/
	width: 180px;
	margin: 0;
	border-top: 1px solid #848080;
}

div#left_menu ul li {
	list-style-type: none;
	border-bottom: 1px solid #848080;
	padding: 3px 10px 2px 20px;
}

div#left_menu ul li a {
	text-decoration: none;
	color: black;
}

div#left_menu ul li:hover {
	background-color:#7D99C0;
}

div#left_menu a.go_link {
	color: black;
	font-weight: bold;
}

/**
  *  MAIN PART
  **********************************************************************/

div#main_part {
	background: url('../../wachsbau/style/bgr_main_part2.gif') repeat-y top left;
	overflow: auto;
	margin: 1px 0 0 0;
}

/**
  *  CONTENT
  **********************************************************************/

div#content {
	margin: 0 0 0 205px;
	padding: 10px 220px 10px 10px;
}

/**
  *  NEWS
  **********************************************************************/

div#galerynews {
	float: right;
	width: 203px;
	margin: 10px 0 10px 0;
}

/**
  *  GALLERY
  **********************************************************************/
  
ul#galerieMenu {
	overflow: auto;
	margin: 0;
	padding: 5px;
    height: 350px;
}

ul#galerieMenu li {
	list-style-type: none;
	background: url('../../wachsbau/style/bgr_galerie_list.gif') no-repeat top left;
    height: 110px;
    width: 120px;
    position: relative;
}

ul#galerieMenu li a.link {
	display: block;
	position: absolute;
	left: 10px;
	top: 0;
	width: 100px;
	text-align: center;
	text-decoration: none;
	padding-top: 75px;
	background-position: left 10px;
	background-repeat: no-repeat;
}

ul#galerieMenu li a span {
	display: block;
    background: #B9D5FE url(bgr_top_menu.jpg) repeat-x scroll left bottom;
	color: black;
	border-top: 1px solid white;
}

div#pictureViewer {
	width: 380px;
	float: left;
	margin-bottom: 100px;
}

div#pictureViewer img {
	padding: 3px;
	border: 1px solid #B9D5FE;
	margin-bottom: 5px;
	width: 380px;
	height: 252px;
	display: block;
	background: url('../../wachsbau/style/loading.gif') center center no-repeat;
}

div#pictureViewer div#navigation {
	padding: 0px 3px 0px 3px;
	border: 1px solid #B9D5FE;
	overflow: auto;
	width: 380px;
	background: #FFFFFF url('../../wachsbau/style/bgr_galerie_navi.jpg') repeat-x bottom left;
}

div#pictureViewer div#navigation div#prevnavi {
	float: left;
}

div#pictureViewer div#navigation div#nextnavi {
	float: right;
}

div#pictureViewer div#navigation div#center {
	text-align: center;
	font-weight: bold;
}

div#pictureViewer div#navigation div {
	padding: 3px 0 2px 0;
}

div#description {
	float: left;
	color: #000000;
	background: #FFFFFF url('../../wachsbau/style/bgr_galerie_desc.jpg') no-repeat top left;
	width: 100px;
	margin-left: 15px;
	padding: 10px;
	width: 144px;
	height: 248px;
}

div#prevnavi a {
	display: block;
	background: url('../../wachsbau/style/bgr_prev_link.png') left top no-repeat;
	width: 20px;
	height: 12px;
	margin-top: 2px;
}

div#prevnavi a span {
	display: none;
}

div#nextnavi a {
	display: block;
	background: url('../../wachsbau/style/bgr_next_link.png') left top no-repeat;
	width: 20px;
	height: 12px;
}

div#nextnavi a span {
	display: none;
}

div#prevnavi strike {
	display: block;
	background: url('../../wachsbau/style/bgr_prev_strike.png') left top no-repeat;
	width: 20px;
	height: 12px;
	margin-top: 2px;
}

div#prevnavi strike span {
	display: none;
}

div#nextnavi strike {
	display: block;
	background: url('../../wachsbau/style/bgr_next_strike.png') left top no-repeat;
	width: 20px;
	height: 12px;
}

div#nextnavi strike span {
	display: none;
}

div#sidebar {
	margin: 5px 10px 5px 10px;
	padding: 10px 5px 10px 5px;
	background: url('../../wachsbau/style/bgr_galerynews.jpg') top left no-repeat;
	text-align: left;
	overflow: auto;
	position: relative;
}

div#sidebar div#verlauf_unten {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 121px;
	height: 10px;
	background: url('../../wachsbau/style/verlauf.png') top left no-repeat;	
}

div#sidebar div#verlauf_oben {
	position: absolute;
	top: 35px;
	left: 10px;
	width: 121px;
	height: 10px;
	background: url('../../wachsbau/style/verlauf.png') bottom left no-repeat;	
}

div#sidebar h2 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 7px;
	padding-bottom: 10px;
}
	
/**
 **  FOOTER
 ***********************************************************************/

div#footer {
    background: #E4EBF9 url('../../wachsbau/style/bgr_footer2.jpg') repeat-x bottom left;
	margin: 1px 0 0 0;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	height:126px;
	clear: both;
    border-bottom: 1px solid black;
	position: relative;
}

div#footer a {
	bottom: 28px;
	color: white;
	left: 25px;
	position: absolute;
	text-decoration: none;
}

/**
 **  CONTENT-STYLES
 ***********************************************************************/

div#content h3 {
	font-size: 20px;
	text-align: right;
	border-bottom: 1px dotted black;
	margin: 5px 0 10px 0;
}

div#content p {
	margin: 0 0 10px 0;
}


/**
 **  galerynews-STYLES
 ***********************************************************************/
 
div#galerynews p {
	border: 1px dotted white;
	margin: 5px 10px 5px 10px;
	padding: 5px;
}

/**
 **  LINK-LISTE
 ***********************************************************************/

.linkliste p {
}

.linkliste p a {
	color: black;
	background: #DEE6F7;
	text-decoration: none;
	display: block;
}

.linkliste p a strong {

}

/**
 **  FORM
 ***********************************************************************/
 
form input.textfield,
form input.email,
form textarea.textarea,
form select {
	width: 400px;
	border: 1px solid black;
	font-size: 12px;
	padding: 2px;
	font-family: sans-serif;
}


		

