/* ----------------------------------------------------------------
	screen.css TRITUM Website
	version 2009/05/09
-----------------------------------------------------------------*/

/* --------------------------------------------------------------*/
/* 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 {
	color: #62261e;
	background: #410f09 url(../images/body_bg.gif) repeat-x left top;
	font-size: 100.01%;
	font-family: verdana, arial;
}

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

/* 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: 20px 0 20px 100px;
}

#container_top {
	margin-bottom: -1px;
}

* html #container_top {
	margin-bottom: -2px;
}

#container_top_left {
	float: left;
	width: 585px;
}

#container_top_right {
	margin-left: 585px;
	width: 165px;
	height: 99px;
}

#container_middle {
	width: 750px;
	background: url(../images/container_middle_bg.gif) repeat-y left top;
}

#container_middle_left {
	float: left;
	width: 585px;
}

#container_middle_right {
	margin-left: 585px;
	width: 165px;
}

* html #container_middle_right {
	width: 162px;
    overflow: hidden;
}

#container_middle_right h1 {
	font-size: .8em;
}

#container_middle_right #certificate {
    padding: 20px 8px 0;
}

#container_bottom_top {
	width: 750px;
	background: url(../images/container_bottom_bg.gif) no-repeat left top;
	height: 10px;
}

* html #container_bottom_top {
	margin-bottom: -8px;
}

#container_bottom_bottom {
	width: 585px;
	margin-left: 165px;
	background: url(../images/container_bottom_bottom.gif) no-repeat left top;
	height: 12px;
}

#page_top {
	background: url(../images/page_top.gif) repeat-x left bottom;
	height: 12px;
}


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

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

/* Kennzeichnung versteckter Datensaetze */
table.typo3-editPanel-previewBorder {
	border: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	background-color: #fff;
}

table.typo3-editPanel-previewBorder td {
	padding: 5px;
}

table.typo3-editPanel td.typo3-editPanel-controls {
	border: none;
	background-color: #fff;
}

table.typo3-editPanel td.typo3-editPanel-controls img {
	margin: 0 2px;
}


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

#header {
    position: relative;
	background-color: #fff;
	text-align: right;
}

* html #header {
    height: auto !important;
    height: 1px;
}

#header img {
	margin: 20px;
}

#header object {
	position: absolute;
	top: 0px;
	left: 0px;
    height: 135px;
	font-size: .7em;
	color: #62261f;
}

#header #adressbox {
	display: block;
	position: absolute;
	top: 90px;
	right: 25px;
	height: 60px;
	font-size: .7em;
    text-align: right;
	color: #62261f;
}

/*
* html #header #adressbox {
	top: 140px;
}
*/

#header #adressbox a:hover {
	text-decoration: underline;
}


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

#navigation_main {
	border-bottom: 1px solid #62261e;
	background-color: #fff;
	padding-top: 5em;
}

#navigation_main ul {
	text-align: right;
	padding: 10px 10px 5px 10px;
}

#navigation_main ul li {
	font-size: .8em;
	display: inline;
	margin-left: 1em;	
}

#navigation_main ul li a {
	font-weight: bold;
	padding: 0 0 5px 7px;	
}

#navigation_main ul li a:hover {
	color: #000;
	background: url(../images/menu_sw.gif) no-repeat left bottom;
}

/* Dieser sinnlose Parameter muss stehen, damit auch der IE6 den Span-Tag anzeigt */
* html #navigation_main ul li a:hover {
	border: 0px solid #000;
}

#navigation_main ul li a.active:hover {
	color: #000;
	background: url(../images/menu_color.gif) no-repeat left bottom;
}

#navigation_main ul li a.active {
	background: url(../images/menu_color.gif) no-repeat left bottom;
	color: #62261e;
}

#navigation_main ul li a span.subtitle {
	display: none;
}

#navigation_main ul li a:hover span.subtitle {
	background-color: #fff;
	display: block;
	position: absolute;
	top: 120px;
	left: 380px;
	width: 280px;
	height: 60px;
	font-size: .8em;
	color: #62261f;
}

* html #navigation_main ul li a:hover span.subtitle {
	top: 130px;
}


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

#navigation_sub {
	/*background: url(../images/submenu_bg.gif);
	background-color: #fff;*/
	background-color: #f7ece2;
}

#navigation_sub ul {
	text-align: right;
	padding: 5px 10px 10px 10px;
}

#navigation_sub ul li {
	font-size: .7em;
	display: inline;
	margin-left: 1.5em;	
}

#navigation_sub ul li a {
	padding-bottom: 3px;
}

#navigation_sub ul li a.active {
	color: #62261e;
}

#navigation_sub ul li a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}


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

#navigation_footer {
	width: 585px;
	background: url(../images/sidebar_bg.gif);
	margin-left: 165px;
}

#navigation_footer ul {
	padding: .5em 1em;
}

#navigation_footer ul li {
	font-size: .7em;
	display: inline;
	margin-right: 1.5em;	
}

#navigation_footer ul li a {
	color: #fff;
}

#navigation_footer ul li a.active {
	color: #300;
}

#navigation_footer ul li a:hover {
	color: #000;
}


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

#middle {
	background-color: #fff;
	padding: 30px;
	font-size:.8em;
	min-height: 300px;
}

* html #middle {
	height: 300px;
}

#middle p {
	margin-bottom: .8em;
}

#middle a {
	font-weight: bold;
}

#middle a:hover {
	text-decoration: underline;
}

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

#middle ul {
	list-style-type:square;
}

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

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

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

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

#middle textarea, #container_customer_portal textarea {
    padding: .1em;
	font-size: 1em;
	font-family: verdana, arial;
    border: 1px solid #a5acb2;
}


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

#printlink {
	text-align: right;
	padding: 0 30px 10px 0;
	font-size: .7em;
	clear: both;
}

#printlink a:hover {
	color: #000;
}


/* --------------------------------------------------------------*/
/* sidebar */
/* --------------------------------------------------------------*/

#sidebar_top {
	background: url(../images/sidebar_top.gif) repeat-x left top;
	height: 8px;
}


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

#container_middle_right div.tx-macinasearchbox-pi1 {
	padding: 15px 5px 10px 10px;;
}

#container_middle_right div.tx-macinasearchbox-pi1 form#searchform input#searchbutton {
	font-size: 1em;
	cursor: pointer;
	background: none;
	border: none;
}

#container_middle_right div.tx-macinasearchbox-pi1 form#searchform input#searchtext {
	background-color: #fff;
	border: 1px solid #000;
	width: 110px;
}

#container_middle_right div.tx-macinasearchbox-pi1 form#searchform input#searchtext:hover {
	background-color: #f7ece2;
}

#container_middle_right div.tx-macinasearchbox-pi1 h1 {
	color: #300;
}