@import url(niceforms.css) all;

/*_ Compatibility */


* {
	margin:0;
	padding: 0
}

option {
	padding-left: 0.4em
}

body,html {
	height:100%;
}

body {
	position: relative;
	color: #000;
	background: #fff;
}

fieldset, img {
	border:0;
}

select, input, textarea {
	font-size: 99%
}

/*_ Basics */

body {
	color:#535146;
	font-family: "Times New Roman", Times, serif;
	font-size:0.85em;
	text-align:left;
	background-color:#CABF93
}

a:link, a:visited {
	color:#990000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

h1 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #900;
	padding: 0;
	margin: 0 0 10px;
}

h2 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #897110;
	margin: 20px 0 5px;
	padding: 20px 0 0;
	border-top: 1px solid #CABF93;
}

h2.first {
	border: none;
	margin-top: 0px;
	padding-top:10px;
}

h3 {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
  text-transform: uppercase;
	text-align: left;
	color: #897110;
	padding: 0;
	margin: 10px 0 5px;
}

p {
	margin: 0 0 10px;
	line-height:18px;
	padding:0;
}

ul {
	margin: 0 20px 10px;
	line-height:18px;
	padding:0;
}

li {
	color: #900;
	padding-bottom:5px;
}

textarea.ifield, input.ifield {
	font-family: "Times New Roman", Times, serif;
	color: #535146;
	background-image: url(../images/bg_ifield.gif);
	background-position: 0 0;
	padding-left:3px;
	border: 1px solid;
	border-color: #9E9673 #CABF93 #CABF93 #9E9673;	
}

textarea.ifieldhover, input.ifieldhover {
	background-position: 0 150px;
	color: #897110;
}

.colcontainer {
	overflow: hidden;
	width: 100%;
	position: relative
}

.blacktext {
	color:#535146;
}

div#stage {
	width:850px;
	height:100%;
	margin:0 auto;
	background: #CABF93 url(../images/background.jpg) repeat-y;	
	
}

/*_ Header */

div#header {
	margin-left:20px;
	position:relative;
	height:123px;
	background-image: url(../images/omalogo.gif);
	background-repeat: no-repeat;
	background-position:0 20px
}

#langswitch {
	position: absolute;
	top: 64px;
	right:45px;
}

#langswitch ul {
	line-height:0;
	margin: 0;
}

#langswitch li {
	list-style:none;
	float:left;
	margin-left: 5px ;
	padding:0;
}

#logo {
	position: absolute;
	top: 22px;
	left: 36px;
}

/*_ Cols */

div#cols {
	width:100%;
	overflow:hidden;
	background: #CABF93 url(../images/background.jpg) repeat-y;  
}

/*_ Menu */

div#leftcol {
	float:left;
	width:200px;
	/*border:1px solid green;*/
	padding-left: 38px;
}

#leftcol ul {
	list-style:none;
	margin:1px;
	padding:0;
	margin-bottom:20px;
}

#leftcol li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight:normal;
	border: none;
	padding: 1px 0;
	color: #bbb59c;
}

#leftcol li.submenu {
	font-size: 0.9em;
	margin-left:0.8em;
}

#loginform div {
	padding-bottom:2px;
}

#loginform label {
  display:block;
  float: left;
  width:80px;
  font-size:0.9em;
}

#loginform input.ifield {
	width:80px;
}

#loginform input.btlogin {
	margin-left: 143px;
}



/*_ Content */

div#rightcol {
	float:right;
	width:505px;
	padding-right:50px
}

div#rightcol strong {
	color: #897110;
	}

.datatable {
	width: 100%;
	margin-top: 8px;
}

.datatable th {
	background-color: #CABF93;
	color:#FFF;
	font-weight: normal;
	border-width: 1px;
	border-color: #9e9673;
	border-bottom-style: solid;
	padding: 1px;
	margin-bottom:40px;
}

.datatable th a {
	color:#FFF;
}

.datatable th a:hover {
	color:#900;
}


	
.datatable th.last {
	border-right-style: solid;
	}
	
.datatable td {
	padding: 5px 1px;
	border-bottom: 1px solid #897110;
}

.datatable tr.lastrow td {
	border:none;
}

#errorbox {
	background-color:#900;
	color:#FFF;
	padding:7px 5px 5px 10px;
	margin-bottom:20px;
}

#errorbox ul {
	margin-left:20px;
}

#errorbox li {
	list-style-image: url(../images/warn.gif);
	padding-left:5px;
	}

.pagination {
 	font-size: 0.8em;
	overflow: hidden;
}

.pagination a {
	display: block;
	border: 1px #900 solid;
	float: left;
	padding: 0 5px;
	margin-left: 4px;
}

.pagination a:hover {
	background: #900;
	border: 1px #900 solid;
	color: #FFF;
	text-decoration: none;
}

.pagination span {
	display: block;
	border: 1px #CABF93 solid;
	float: left;
	color: #CABF93;
	padding: 0 5px;
	margin-left: 4px;	
}

/*_ Footer */

div#footer {
	font-size:0.8em;
	margin: 30px 0 10px;
}

/*_ Suche */

.s-fulltext .colcontainer {
	margin-top:20px;
}

.s-fulltext .label {
	float:left;
	width:80px;
}

.s-fulltext .input {
	float:left;
}

.s-fulltext .button, .s-attr .button, .s-partroll .button  {
	float: left;

}

.s-fulltext .back, .s-attr .back, .s-partroll .back {
  float:right;
  text-align:right;
}

.s-fulltext .input input {
	width:90px;
}

.s-attr p {
	font-size:0.85em;
	color: #897110;
	margin:10px 0 5px;
}

.s-attr .colcontainer {

}

.s-attr .colcontainer .checkbox {
	float:left;
	padding: 2px 5px 0 10px;
}

.s-attr .colcontainer .label {
	float:left;
	width:60px;
	padding-top:1px;
}

.s-partroll .colcontainer {
	margin:10px 0;}

.s-partroll .colcontainer .input {
	float:left;
}

.s-partroll .colcontainer .label {
	float:left;
	width:110px;
}

.ac_results {
	background-color:#F2EFE4;
	border: 1px solid;
	border-color: #CABF93 #9E9673 #9E9673 #CABF93;
}

.ac_results ul {
	list-style-type:none;
	margin:0
}

.ac_results ul li {
	padding: 0px 0 0px 3px;
	font-size:0.85em;
	margin:0;
	color:#897110;	
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_over {
	background-color: #CABF93;
	color:#535146 !important;
}

/*_ Details */

.details {
	margin-bottom:10px;
}

.details .image {
	float:left;
	width: 180px;
}

.details .facts {
	float:right;
	width: 305px;
}

.details .facts h1 {
	display:inline
}

.details .facts img {
	margin-right:7px
}

.details .facts th {
	padding-right:20px;
	color:#897110;
	font-weight: normal;
}

.details .facts th, .details .facts th {
	height: 20px;
}

/*_ Kontaktformular */

#c-form .colcontainer {
	margin-bottom:5px;
}

#c-form .label {
	float:left;
	width:70px;
}

#c-form .input {
	float:left;
}

#c-form .button {
	margin-left:70px;
	padding: 3px 0;
}

p.error {
	padding: 5px 0 2px 70px;
	font-weight: bold;
	color:#900;
	margin:0
}





