<!-- /* css-file von sauter based on sone-works3
	author: S.Höninger
	copyright: S.Höninger
	*/

html { height: 100%;}
body, html {	margin: 0px;	padding: 0px;}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	background: #252525;
	overflow: hidden; /* Avoid scrollbars due to background image */
}

#background_wrapper {
	height: 100%;
	width: 100%;
	
}
#background_wrapper_inner {
	margin: 0;
	padding: 0;
	}

#background_wrapper_inner * {
	}

#slideshowImage {
	border: 0;
}

#slideshowBgImage {
	opacity: 0.5;
	filter:alpha(opacity=50); /* IE */
}

#wrapper {
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#banner {
}

#langSelector1, #langSelector2 {
	background: url('images/bg_white_alpha90.png');
	position: absolute;
	bottom: 20px;
	left: 50px;
	width: 35px;
	height: 30px;
	padding: 5px;
	padding-left: 0;
	}
#langSelector2 {
	left: 110px;
	}

#sybo_panel_contact_content {
	padding: 10px 30px;
	background: white;
	border: 3px double #ccc;
}
#sybo_panel_contact {
	position: absolute;
	top: 100px;
	left: 100px;
	height: 0px;
	width: 600px;
	overflow: hidden;
	z-index: 100;
}

#content, #content2 {
	position: absolute;
	top: 190px;
	left: 200px;
	width: 0px;
	height: 280px;
	background: url('images/bg_white_alpha90.png');
	overflow: hidden; /* replaced by auto by js */
}

#content2 {
	left: 500px;
	}

#maincontent, #content2 .content {
	margin: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

#column_left {
	margin-left: 50px;
	margin-top: 40px;
	width: 130px;
	height: auto;
	
	}
	
.sidebox {
	width: 100%;
	height: 130px;
	background: url('images/bg_white_alpha90.png');
	margin-bottom: 20px;
	overflow: hidden;
	}
	
#box_left_logo {
	background: url('images/sauter_logo_130_a90.png') bottom;
	}
	
#box_left_1 {
	height: 0px;
	}

#box_left_2 {
	height: 0px;
	}

#box_left_gallery {
	display: none;
	}

#box_left_gallery .content_padding {
	padding: 7px;
	}

#submenu {
	width: 150px;/* avoid wrapping on hover (bold) */
	}

#panels {
	border-bottom: 1px solid #eaeaea;
	height: 8em;
}
#panel1, #panel2 {
	height: 8em;
	overflow: auto;
}
#panel1 {
}

#footer {
}
#footer a {
	font-size: 100%;
}

div.sybo_message {
	border: 1px solid #444;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0.2em;
	display: block;
}
/**** FONT ****/
body, table, input, textarea, select {
	font-size: 9pt;
	font-family: Arial, 'Helvetica', sans-serif;
/*	letter-spacing: -0.2pt;*/
	color: #444;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	margin-left: 0px;
	padding: 0;
	font-weight: bold;
	color: #000;
	}
h1 {	font-size: 1.0em;	line-height: 2em;		margin-bottom: 0.5em;}	
h2 {	font-size: 1.0em;	line-height: 1.65em;		margin-bottom: 0.3em; }
h3 {	font-size: 1.0em;	line-height: 0.7667em; 	margin-bottom: 0.4em;}
h4 {	font-size: 1.0em;	line-height: 1.2727em;	}
h5 {	font-size: 1.0em;	line-height: 1.4em;	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	font-weight: bold;
}

blockquote {
	margin: 0;
	margin-bottom: 6pt;
	margin-left: .5em;
	margin-right: .5em;
	padding: 0;
	padding-left: 0.5em;
}

p, div.text {
	font-size: 1.0em;
	line-height: 150%;
	margin: 0px;
	margin-bottom: .7em;
	padding: 0;
}

.unimp {
	color: #999; 
}

.admincomment {	
	font-style: italic;	padding-left: 1em;	
}

.title {
	font-size: 1.2em;	
}
.itembox {
	margin-bottom: .5em;	
}

b, strong {
	font-weight: bold;
}

/* lists */
ul, ol {
/*	margin: 0;
	margin-left: 0pt;*/
	/*display: inline-block;*/
	margin-bottom: 6pt;
}
ul li, ol li {	padding-left: 0px;	margin-left: 0px; }
ul.noicons { 	padding: 0px; }
ul.noicons li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}
ul li, ul.noicons ul li {	list-style-type: circle; }
ol li {	list-style-type: upper-roman; }

/* anchors */
a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:visited {		color: #666;	}
a:hover {	text-decoration: underline;
	color: #000; 
	outline: 0; }

a img {	border: 0px;	}

a#galleryNaviPrev, a#galleryNaviNext {
	outline: 0;
	}
/**** FONT ENDE ****/
img.messageIcon {	vertical-align: bottom;	}

/******* MENU ********/
#breadcrumb a {}

ul.menu {
	margin: 0;	padding: 0;
	margin-top: 7px;
	padding-top: 0px;
	/*border-top: 2px solid #cc9a18;*/
	display: inline-block;
}

ul.menu ul.menu {	margin-left: 0.5em; }

ul.menu li {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	margin: 0;	padding: 0;
	margin-left: 0px;
	margin-right: 0.5em;
	font-size: 1em;
	line-height: 1.4em;
}

ul.menu li a, #langSelector1 a, #langSelector2 a {
	border: 0;
	padding-left: 10px;
	font-weight: normal;
}

ul.menu a, #langSelector1 a, #langSelector2 a {	color: #444;	}

ul.menu a:visited, #langSelector1 a, #langSelector2 a:visited {	color: #444; }

ul.menu a:focus, #langSelector1 a, #langSelector2 a:focus { outline: 0; }

ul.menu a:active, #langSelector1 a, #langSelector2 a:active {
	text-decoration: none;
	}

ul.menu a:hover , #langSelector1 a:hover, #langSelector2 a:hover {
	background: url('images/menu-pointer_1px.png')-5px center no-repeat;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

ul.menu a.active {	
	background: url('images/menu-pointer_1px.png')-5px center no-repeat;
	color: #000;
	font-weight: bold; 
	}

/******* Forms *******/
fieldset {
	border-color: #999;
}

input, textarea, select {
	background: #E0E0E0;
	padding: 0.2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	
	border: 0;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background: #f5f5f5;
}

input:focus, textarea:focus, select:focus {
	background: #f0f0f0;
}
	
/* padding und margin angaben in px ergeben bei checkbox einen fehler bei den schmetterlingen ?? */
div.checkbox {
	background: #E0E0E0;
}

input.submit, input.reset {
	color: #222;
	border: 1px solid;
	border-top-color: #aaa;
	border-left-color: #aaa;
	border-right-color: #555;
	border-bottom-color: #555;
	height: 1.8em;
	font-weight: bold;
	
	margin-left: 0em;
	margin-right: 0.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

.description {	
	padding-left: 0.7em;
}
	
.label {
	margin-top: 0.4em;
	padding: 0.2em;
	font-weight: bold;
}

/**** TABLES ****/
table {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

th {
	padding-top: 1em;
	padding-bottom: 0.5em;
	background-color: #DDD;
	border: 1px solid black;
}

td {
	padding: 0.2em;
	border: 1px solid #CCC;
	vertical-align: top;
}

table.g_entry {
	margin-bottom: 1em;
	width: 95%;
}

/*** LISTS ***/
.title, .info_bottom {
	border-color: #ccc;
}

.info {
	color: #999;
}

-->
