/* ----------------------------------------------------------------
	screen.css AISAtech
	version 2008/11/19
-----------------------------------------------------------------*/

/* --------------------------------------------------------------*/
/* general - tags */
/* --------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

/* scrollleiste erzwingen, um "hüpfen" der Seite zu verhindern */
html {
	overflow: scroll; 
}

/* 100.1% im body --> 1em entspricht somit 16px */
body {
	font-size: 100.01%;
	font-family: verdana, arial;
	background-color: #805224;
	text-align: center;
	padding-top: 10px;
}

textarea {
	font-family: verdana, arial;
	font-size: 1em;
}

/* Links bearbeiten */
a {
	text-decoration: none;
}

/* Rahmen für Formularbereich und Bild nullsetzen */
fieldset, img {
	border: none;
}

/* Listen, Absätze und Zitate neu formatieren */
ul {
	list-style-type: none;
}


/* --------------------------------------------------------------*/
/* general - ids*/
/* --------------------------------------------------------------*/

/* Wenn die Seite mittig ausgerichtet sein soll, */
/* muss im Container-Div "margin: 0 auto;" stehen und im Body-Div "text-align: center;" */

#container {
	margin: 0 auto;
	width: 58em;
	text-align: left;
}

/* --------------------------------------------------------------*/
/* general - classes */
/* --------------------------------------------------------------*/

.cleaner {
	clear: both;
	margin: 0;
	padding: 0;
}

* html .cleaner {
	height: 0px;
	font-size: 1px;
}

*:first-child+html .cleaner {
	height: 0px;
}


/* --------------------------------------------------------------*/
/* header */
/* --------------------------------------------------------------*/

#header {
	background: #fff url(../images/bg_navi.jpg) top right no-repeat;
	min-height: 95px;
}

* html #header {
	height: 95px;
}


/* --------------------------------------------------------------*/
/* navigation_main */
/* --------------------------------------------------------------*/

#navigation_main {
	position: relative;
	padding-top: 8px;
	min-height: 30px;
	margin: 0 15px 0 0;
}

* html #navigation_main {
	height: 30px;
}

#navigation_main ul {
	float: right;
	position: absolute;	
	margin: 0;
	right: 0;
	bottom: 0;
	padding-top: 12px;
	color: #fff;
}

#navigation_main ul li  {
	float: left;
}

#navigation_main ul li a {
	height: 90px;
	min-width: 50px;
	margin-left: 2px;
	display: block;
	padding: 12px 6px 4px;
	font-weight: bold;
	color: #fff;
	background: url(../images/bg_transp_a.png);
}

* html #navigation_main ul li a {
	background: #94704C;
	height: 93px;
	width: 5em;
	text-decoration: none;
	margin-top: 0;
	opacity: 0.70;
	filter: alpha(opacity=70);
 	-moz-opacity: 0.70;
 	-khtml-opacity: 0.70;
}

*:first-child+html #navigation_main ul li a {
	margin-top: 0;
	height: 93px;
}

#navigation_main ul li a.active, #navigation_main ul li a:hover {
	background: #630;
	text-decoration: none;
	margin-top: 0;
	opacity: 0.70;
	filter: alpha(opacity=70);
 	-moz-opacity: 0.70;
 	-khtml-opacity: 0.70;
}

#navigation_main ul li a span {
	font-size: 0.8em;		
}


/* --------------------------------------------------------------*/
/* middle */
/* --------------------------------------------------------------*/

#middle {
	clear: both;
	background: #663300;
	width: 58em;
	padding: 10px 0;
}

/* --------------------------------------------------------------*/
/* navigation_sub */
/* --------------------------------------------------------------*/

#navigation_sub_wrap {
	clear: both;
	background: #94704C;
	min-height: 25px;
}

* html #navigation_sub_wrap {
 	background: #94704C;
	height: 25px;
}


*:first-child+html #navigation_sub {
	margin: 0 0 0 0;
}

*>html #navigation_sub {
	width: 100%;
}


#navigation_sub {
	display: inline;
	text-align: center;	
}

#navigation_sub ul {
	display: inline;
	text-align: left;
	color: #fff;
}

#navigation_sub ul li {
	display: inline;
	line-height: 24px;
}

#ul {
	height: 25px;
}

#navigation_sub ul li a {
	color: #E0D6CC;
	font-size: 0.7em;
	font-weight: bold;
	display: inline;
	border-right: 1px solid #fff;
	text-align: center;
	padding: 9px 5px 8px 5px;
}

html[lang] #navigation_sub ul li a {
       padding: 6px 5px 6px 5px;
	line-height: 25px;   
}

* html #navigation_sub ul li a {
	padding: 18px 5px 8px 5px;
	line-height: 25px;
}

*:first-child+html #navigation_sub ul li a {
	border-right: 1px solid #fff;
	text-align: center;
	padding: 8px 5px 7px 5px;
	line-height: 25px;
}

#navigation_sub ul li a.active {
	color: #fff;	
	font-weight: bold;
	background: #831413;
}

#navigation_sub ul li a:hover {
	color: #fff;
	font-weight: bold;
	background: #865E35;
}


/* --------------------------------------------------------------*/
/* content */
/* --------------------------------------------------------------*/

#content_wrap {
 	clear: both;   	
	background: #663300 url(../images/middle_bg.gif) left top no-repeat;
}

#content {
	margin: 0 15px 15px 45px;	
	padding: 50px 10px 20px 75px;
	min-height: 350px;
	font-size: 0.8em;
	color: #ccc;
}

* html #content {
	height: 350px;
}

#content p {
	margin-bottom: 0.8em;
}

#content_wrap a {
	color: #ccc;
	text-decoration: underline;
}

#content_wrap a:hover {
	text-decoration: none;
}

#content ul, ol {
	margin: 0pt 2em 1em;
}

#content ul {
	list-style-type: disc;
}

#content ul ul {
	list-style-type: circle;
}

#content h1 {
	font-size: 1.3em;
}

#content h2 {
	font-size: 1.15em;
}

#content h3, #middle h4, #middle h5, #middle h6 {
	font-size: 1em;
}

#content h1, #middle h2, #middle h3, #middle h4, #middle h5, #middle h6 {
	margin-bottom: 0.6em;
}

#content table.contenttable {
	width: 100%;
}


/* --------------------------------------------------------------*/
/* printlink */
/* --------------------------------------------------------------*/

#printlink {
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 15px 10px 0;
}

* html #printlink {
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 15px 10px 0;
}

*:first-child+html #printlink {
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 15px 30px 0;
}

/* --------------------------------------------------------------*/
/* footer */
/* --------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: right;
	background-color: #fff;
	margin-bottom: 3px;
	padding: 3px;
}

* html #footer {
	height:15px;
}

/* --------------------------------------------------------------*/
/* navigation_footer */
/* --------------------------------------------------------------*/

#navigation_footer {
	margin: 0 10px 0 10px;
}

#navigation_footer ul {
	float: right;
	padding: 2px 0 5px 0;
}

#navigation_footer ul li  {
	float: left;
}

#navigation_footer ul li a {
	margin: 4px 5px;
	font-weight: bold;
	color: #94704C;
	font-size: 0.7em;
	padding: 0 0 3px 0;
}

#navigation_footer ul li a.active, #navigation_footer ul li a:hover {
	color: #663300;
}



/* --------------------------------------------------------------*/
/* suchbox */
/* --------------------------------------------------------------*/

div.tx-macinasearchbox-pi1  { 
	color: #fff; 
	font-size: 0.7em;
	color: #663300;
}

div.tx-macinasearchbox-pi1 form#searchform input#searchbutton {
	cursor: pointer;
	background: none;
	border: none;
	margin-bottom: -5px;
	padding: 0 0 3px 0;
}

div.tx-macinasearchbox-pi1 form#searchform input#searchbutton:hover {
	background-color: #fff;
	color: #663300;
}

div.tx-macinasearchbox-pi1 form#searchform input#searchtext {
	font-size: 0.9em;
	background-color: #fff;
	border: 1px solid #663300;
	width: 10em;
	color: #663300;
	padding: 3px;
}

div.tx-macinasearchbox-pi1 form#searchform input#searchtext:hover {
	/* background-color: #ECE6E; */
	color: #663300;
}

div.tx-macinasearchbox-pi1 h1 {
	font-size: 1.1em;
	color: #663300;
}
