/* CSS Document */
	/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 	*/
	/* Author: 		Tobias Hafner 							                  */
	/* Firma: 		Clavid AG 					                          */
	/* Datum: 		01. April 2008			 				                  */
	/* Bemerkung: alle layout-spezifischen und allgemeinen      */
	/*            styles                                        */
	/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 	*/
	
	
	/* Default Styles
============================================================ 
--------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7D8184;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}


body {
	font-family: arial,sans-serif;
	font-size: 100%;
	color: #020202;
	background: #ffffff;
	line-height: 1.0; /* 110% */
	background-image: url(../images/background_main.gif);
	background-repeat: repeat-x;
}

	/* Default Styles END
============================================================  */

	/* Layout Styles
============================================================ 
--------------------------------------------------------- */

#site {
	/* Seite, worin sich das gesamte Inhalt befindet, ausser footer */
	width: 880px;
	min-height: 610px;
	margin: auto;
}

#header { /* Logo und globale navigation */
	width: 880px;
	height: 110px;
}

#logo { /* container für logo */
	position: relative;
	left: 30px;
	top: 40px;
	width: 190px;
	height: 65px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

#header-links { /* globalnavigation */
	position: relative;
	left: 500px;
	top: 0px;
	width: 360px;
	height: 18px;
	text-align: right;
	color: #ffffff;
}

#tabs { /* Hauptnavigation */
	width: 880px;
	height: 30px;
	background-image: url(../images/background_navi.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	text-transform:uppercase;
}

#top-content-shadow { /* spacer, für schattierung im oberen bereich des contents */
	width: 880px;
	height: 20px;
	background-image: url(../images/background_top.gif);
	background-repeat: no-repeat;
}

#main-content { /* gesamter inhalt, inkl unternavigation */
	width: 880px;
	min-height: 450px;
	padding-bottom: 20px;
	background-image: url(../images/background_content.png);
	background-repeat: repeat-y;
}

#navigation {
	/* container left navigation*/
	margin-left:30px;
	margin-top:0px;
	margin-bottom:30px;
	width:200px;
}

#pseudo-navigation {
	/* navigation, which have no content (in the outer area of portal)*/
	margin-left:30px;
	margin-top:0px;
	margin-bottom:30px;
	width:100px; height:220px;
}


#overview {
	padding-left: 2em;
	margin-top:0px;
	margin-bottom:20px;
	width:600px; height:25px;
	text-align: right;
	
}

/*fuer content-tabelle... ev. div-floats verwenden*/
table.content {
	/* der inhalt, inkl unternavigation, wird in ein table mit 1 zeile und 2 / 3 spalten dargestellt */
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	height: 100%;
}
td.navi { /* wird in allen varianten verwendet */
	width: 230px;
}
td.content {
	/* wird nur verwendet in der variante mit 2 spalten */
	width:80%;
}

table.navigation-table {
  width:100%;	
}

#content {
	padding-left:2em;
	padding-right:2em;
}

#release-prompt {
  color: #7D8184;	
	font-size: 9px;
	text-align: right;
	vertical-align: text-bottom;
	padding-right: 20px;
	padding-bottom: 5px;
  background-image: url(../images/background_content.png);
	background-repeat: repeat-y;
}

#footer { /* footer - mit copyright und verschiedene links,  unten */
	left: 0px;
	top: 0px;
	width: 100%;
	height: 80px;
	background-image: url(../images/background_footer.gif);
	background-repeat: repeat-x;
	padding-left: 0px;
}

#footer_content {
	/* inhalt des footers wird in diesem container dargestellt */
	position: relative;
	top: 5px;
	left: -60px;
	width: 700px;
	margin: auto;
	color: #ffffff;
}



#home {
	font-weight: normal;
	margin-top: 2em;
	margin-left: 3em;
	margin-right: 2em;
	padding: 0.3em;
}
.home-text {
	margin-top: 1.5em;
	margin-left: 3.5em;
	color: gray;
	font-size: 15px;
}

.home-space {
	margin-top: 40px;
	margin-bottom: 30px;
  height: 10px;
}
.home-simple {
	margin-top: 40px;
	margin-bottom: 50px;
  height: 100px;
}

.overview-logo {
	width: 110px;
	display:block;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 0.5em;
}

.sublink {
	margin-top: 0.8em;
}

	/* Layout Styles, die aber Links sind
============================================================ 
--------------------------------------------------------- */

a.tab_inactive {
	
  color:#7D8184;
	display:block;
	width:135px; height:30px;
	float:right;
	background-color:transparent;
	    
	background-image:url(../images/background_navi_item.png);
	background-repeat:no-repeat;
	
	font-weight: bold;
	padding-left:20px;
	padding-top:14px;
}

a.tab_active {
	
  color:#780000;
	display:block;
	width:135px; height:30px;
	float:right;
	background-color:transparent;
	background-image:url(../images/background_navi_item_active.png);
	background-repeat:no-repeat;

	font-weight: bold;
	padding-left:20px;
	padding-top:14px;

	
}

a.navigation {
	/* unternavigation, hauptpunkte */
	

	display:block;
	height:16px;
	background-color:#780000;
	color:#ffffff;
	font-weight:bold;
	
	padding-left:10px;
	padding-top:4px;
	margin-bottom:3px;
}

a.navigation_active {
	/* unternavigation, hauptpunkte, andere darstellungsvariante */
	

	display:block;
	height:16px;
	background-color:#7D8184;
	color:#ffffff;
	font-weight:bold;
	
	padding-left:10px;
	padding-top:4px;
	margin-bottom:3px;
}

a.navigation_openid {
	display:block;
	height:16px;
	color:#ffffff;
	font-weight:bold;
	background: #780000 url("../images/openid_inactive_logo.png") no-repeat scroll 2px 50%;
	background-color: #780000;
	border: 1px solid #780000;
	padding-left:22px;
	padding-top:4px;
	margin-bottom:3px;
}
a.navigation_openid_active {
	display:block;
	height:16px;
	color:#ffffff;
	font-weight:bold;
	background: #7D8184 url("../images/openid_active_logo.png") no-repeat scroll 2px 50%;
	border: 1px solid #7D8184;
	padding-left:22px;
	padding-top:4px;
	margin-bottom:3px;
}

a.sub_navigation {
	display:block;
	height:16px;
	background-color:#F2E6E6;
	color:#780000;
	font-weight:bold;
	
	padding-left:10px;
	padding-top:4px;
	margin-bottom:3px;
}

ol {
	margin-top: 0.25em;
	margin-left: 1em;
	padding-left: 1em;
	}
	


li {
	margin-bottom: 0.2em;
}


	/* Layout Styles END
============================================================ 
--------------------------------------------------------- */

	/* Layout Styles Messages
============================================================ 
--------------------------------------------------------- */
ul.messages {
	padding-left: 1.1em;
	color: black;
}

li.messages {
	margin-bottom: 0.2em;
	color:black;
}

div.error-box {
	padding-left: 2.5em;
	padding-bottom: 1em;
	margin-top: 2em;
	margin-bottom: 0.5em;
	width: 50%;
	background-image: url(../images/error.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: black;
}

span.error-title {
  display: block;
  color: #FF0000;
  border-bottom: thin;
  border-bottom-color: #FF0000;
  border-bottom-style: solid ;
  width: 100%;
  margin-bottom: 0.5em;
  /*border-bottom not so near to the text*/
  vertical-align: top;
  height: 1.1em;
}

div.warn-box {
	padding-left: 2.5em;
	padding-bottom: 1em;
	margin-top: 2em;
	margin-bottom: 0.5em;
	width: 50%;
	background-image: url(../images/warning.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: black;
}

span.warn-title {
  display: block;
  color: #FF8000;
  border-bottom: thin;
  border-bottom-color: #FF8000;
  border-bottom-style: solid ;
  width: 100%;
  margin-bottom: 0.5em;
  /*border-bottom not so near to the text*/
  vertical-align: top;
  height: 1.1em;
}

div.info-box {
	padding-left: 2.5em;
	padding-bottom: 1em;
	margin-top: 2em;
	margin-bottom: 0.5em;
	width: 50%;
	background-image: url(../images/info.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: black;
}

span.info-title {
  display: block;
  color: #8080FF;
  border-bottom: thin;
  border-bottom-color: #8080FF;
  border-bottom-style: solid ;
  width: 100%;
  margin-bottom: 0.5em;
  /*border-bottom not so near to the text*/
  vertical-align: top;
  height: 1.1em;
}
div.ok-box {
	padding-left: 2.5em;
	padding-bottom: 1em;
	margin-top: 2em;
	margin-bottom: 0.5em;
	width: 50%;
	background-image: url(../images/ok.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: black;
}

span.ok-title {
  display: block;
  color: green;
  border-bottom: thin;
  border-bottom-color: green;
  border-bottom-style: solid ;
  width: 100%;
  margin-bottom: 0.5em;
  /*border-bottom not so near to the text*/
  vertical-align: top;
  height: 1.1em;
}




	/* IE 6 Hacks
--------------------------------------------------------- */ /*
	Darstellungsunterschiede auf IE6 werden mit den untenstehenden varianten angepasst
*/

* html #site {
	height: 610px;
}

* html #tabs {
	background-image: url(../images/background_navi_ie.gif);
	background-repeat: no-repeat;
}

* html #top-content-shadow {
	background-image: url(../images/background_top_ie.gif);
	background-repeat: no-repeat;
}

* html #main-content {
	background-image: url(../images/background_content_ie.gif);
	background-repeat: repeat-y;
	height: 450px;
}

* html #release-prompt {
	background-image: url(../images/background_content_ie.gif);
	background-repeat: repeat-y;
}

* html a.tab_active,* html a.tab_inactive {
	height: 16px;
	background-image: url(../images/background_navi_item_active.gif);
	background-repeat: no-repeat;
}

* html a.tab_inactive {
	background-image: url(../images/background_navi_item.gif);
	background-repeat: no-repeat;
}

* html #header-links { /* globalnavigation */
	left: 480px;
	width: 360px;
}


/* IE 6 Hacks ENDE
--------------------------------------------------------- */