/*RASTER***********************************************/

/* container ***************************************************/

div#container  {
	/*background:url("../images/leder.jpg") repeat;*/
	width:1000px; 
	min-height:500px;
	//height: 500px;
	//padding-bottom:0px;
	text-align:left; 
	float:left;	

}

/* content *****************************************************/
div#pagetitle {	
	padding:10px 10px 0px 10px; 
	clear:both;
}


div#content { 

	margin-top:5px;
	margin-left:10px;
	width:817px;
		} 

div#both_columns{
	/*width:98%;*/ 
	padding-bottom:15px; 
}


div#left_column{	
	width:480px; 
	float:left;
	
	}

div#right_column {
		
	width:38%; 
	/** background: url("../images/bg_right.jpg") 0px 50% no-repeat; **/
	float:left;		/*  die Breite der beiden columns sollte nicht 100%
						//	ergeben, da der IE sonst mit dem Padding von div#content
						//	einen Umbruch erzeugt */
		padding-left: 20px;
		margin-top: 22px;
	//margin-top: 4px;
}

div#both_columns .text{
	width:470px;
	margin-bottom:5px;
}
/* flexible_container *******************************************
** hauptsaechlich fuer subnav und actions genutzt
*/

div#flexible_container  {
	position:absolute;
	top:144px;
	left:10px;
	width: 155px; 
	color:#000; 
	}

/* header **************************************************************************************/

div#header  { 

	}

span#line {
	background: url("../images/strich.gif") 0px 100% no-repeat;
	height: 10px;
	width:660px;
	position: absolute;
	left:0px;
	top:62px;
	//top:59px;
	}

#logo {
	margin-left:0px;
	}




/* footer *********************************************************/

#footer {
	clear:both; 
	}
	


/*NAVIGATION******************************************/


/* Styleswitcher **********************************************************/	 

	 
/*divs fuer pagenav ********************************************/

div.pagenav_block {
	border:1px #000000 solid;
}

div.pagenav_title {
	width:49%;
	float:left;
	
}

div.pagenav_text {
	width:50%;
	float:right;
}

div.pagenav_link {
	width:49%;
	background:yellow;
}



/* navigation **********************************************************************************/

#nav { 
	position: absolute;
	top:72px;
	left:155px;
	margin:0px 0px 0px 0px;
	}

 ul#nav  { 
	padding:0px;
	margin:0px;
	}

ul#nav  li  { 

	display: inline; 
	height:30px;
	float:left; 
	}

#nav a.selected  {  

	}
 
ul#nav a {
	text-decoration: none;
	display:block; 
	padding:5px 5px 5px 5px;
	color:#990000;
	float:left; 
	}

ul#nav a:hover {
	background-color:#990000; 
	color:#ffffff; 
	text-decoration:none; 
	font-weight:bold; 
	display:block; 
	float:left; 
	
}

/*subnav ********************************************************/

.subnav  { 
	font-weight: bold;
	color:#990000; 
	text-align: left; 
	padding: 10px 0px 10px 0px; 
	width: 155px;
	 }

.subnav li {
	display: block;
	list-style-type: none;
	padding: 2px 2px 2px 0px;
}

.subnav li a {
	color:#990000;
	font-weight: bold;
/*	margin: 2px; */
	padding: 2px;
	}

.subnav li a:link, .subnav li a:visited {
	text-decoration: none;
}

.subnav li a:link.selected, .subnav li a:visited.selected {
	text-decoration: none;
	
}

.subnav li a:hover, .subnav li a:hover.selected, .subnav li a:active {

}

.subnav li.highlight a {
	color: #F80750;
	font-weight: normal;
}

.subnav ul {
	margin: 0;
	padding: 0;
}

/*index_nav ********************************************************/

#index_nav {
	display: none;
}


/*********************************************************************************************/

/*actions ********************************************************/

#actions  { 
	color: #333333; 
	background: #ffffff; 
	text-align: left; 
	padding: 10px; 
	position: relative; 
	top: 1px; 
	right: 0; 
	/** left: auto; **/ 
	width: 140px;
		}


/*links ** downloads ** linked_pages ** comments *************************************************************/

div#links a, div#downloads a, div#linked_pages a {
	color: #990000; 
	text-align: left; 
/*	width:240px; */
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.8em;
}

div#links, div#downloads, div#linked_pages, div#comments {
	padding: 0px 0px 10px 0px;
	clear:both;
	width:59%; 
	}

	#links_extern{
	display:block;
	width:40%;
	font-size: 0.9em;
	font-weight: bold;
	
} 

#linked_pages{
/** display:block; **/
	width:40%;
	font-size: 0.9em;
	font-weight: bold;
	} 


div#links_extern a{
	display:block;
	width:150px;
	font-weight: bold;
	font-style: italic;} 

/* language_switch *************************************************/

#language_switch {
	position: absolute;
	top:200px;
	left: 10px;		
	/** margin-top: 100px;
	margin-left:10px; **/	
	
}

.language_switch {
	background:#990000;
	width: 60px;
	height: 20px;
	text-align: center;
}

#language_switch a {
	color: #fff;	
	line-height: 1.5em;
	font-weight: normal;
	}

#language_switch a.selected {
	background: #000;		
}


/* CONTENT **********************************************************************/

/* BASICS ***********************************************************************/

a  { 
	color: #990000; 
	font-weight: bold; 
	text-decoration: none;
	font-size:11px; 
	}

.arrow a, a.arrow {
	padding:5px 0px 5px 23px;
	background: url("../images/arrow_right.gif") 0px 50% no-repeat;
	}	


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

a:hover, a:active {
	text-decoration: underline;
}

body {
	background: #ffffff;
	font-size:12px;
	font-family:Tahoma, Verdana, sans-serif;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	}

h1  { 
	font-size: 16px;
	margin-top:0px; 
	padding: 10px 0px 0px 0px; 
	}
	
h2{
	
	font-size:1.3em;
	margin: 0;
	margin-top: 7px;
}

h3{
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	margin-top: -7px;
}	
/*
hr {
	border-style: none;
	border-bottom:solid #999 1px;
}*/

h5{
	font-size: 0.9em;
	font-weight: lighter;
	color: #666666;
}


.alert{
font-weight: bold; 
color: #FFFFFF;
background-color:#157dd2; 
}

p {
	margin-top:-5px;
	//margin-top:0px;
}

/* Listen *****************************************************************/	 
ul {
	list-style-type:none;
}

ul.bullet {
	list-style-type:circle;
}

ul.bullet li {
	padding-top:2px;
	}


ul.no_bullet li {
	padding: 0px 0px 10px 0px;
	list-style-image:none;
} 

ul.no_bullet {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.no_bullet {
	padding: 0px 0px 10px 0px;
	list-style-image:none;
} 

.no_bullet {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

dd, ol li{
	margin-bottom:10px;
}


/* Tabellenformatierungen ************************************************* */

table {
	border-style:none;
	font-size:1em;
	line-height:1.2em;
	/** border-collapse:collapse;
	border-spacing:0; **/

}

th { 
	font-size:1.2em;
	text-align: left;
	vertical-align:top;
	background-color: #cccccc;
	padding:4px 0px;
	margin: 0px 0px 0px 0px;
}
	
td {
	text-align: left;
	vertical-align:top;
	font-size:1em;
	padding:4px 0px;
}

td a.more{

	padding:3px 0px 5px 25px;
	background: url("../images/arrow_right.gif") left top no-repeat;
}



td.separator { 
 	border-top-width:1px;
  	border-top-style:solid;
  	border-top-color:#cccccc; 
  	padding-top: 5px;
  	margin:0px 2px 2px 0px;
	}
	      
tr.separator td{
 border-top-width:2px;
  border-top-style:solid;
  border-top-color:#cccccc; 
  padding-top: 5px;
	}
tr.no_separator td{
	padding-top: 5px;
	}

/*  ************************************** */
caption {
	font-size:1em;
	color:#666666;
	text-align:left;
}

/* Formulare ** Suchfelder ** Absendebutton ************************************************************/

label {
	float: left;
	text-align: left;
	width:7.5em;
	padding:0px 5px 10px 0px;
}

label.full_length {
	clear:both;
	width:100%;
	text-align:left;
	padding:10px 5px 5px 0px;
	}	

form br {
  	clear: both;
 }

form div.comment {
	color: #aaa;
	padding:5px 0px 0px 8em;
	clear:both;
}


form div.radio_buttons {
	float:left;
	width:250px;
	margin:0px; 
	padding: 0px 0px 5px 2px;
	
}

input[type=checkbox] {
	padding-left:20px;
}

textarea {
	width:280px;
	height:150px;
	background:#ddd;
	border-left: medium none #aaaaaa; 
	border-right: medium none #999999; 
	border-top: medium none #ffffff; 
	border-bottom: 1px #ffffff;
	
}


fieldset {
	border:1px #666666 solid;
	padding:5px;
}

.buttonstyle { 
	color: #ffffff; 
	font-size: 100%; 
	font-weight: normal; 
	font-family: Verdana, Helvetica, Geneva, Arial,sans-serif; 
	border: 2px; 
	height: 1.4em; 
	background-color: #990000;
}

.formstyle		{ 
	width: 289px; 
	background-color: #dddddd;
	border-left: medium none #aaaaaa; 
	border-right: medium none #999999; 
	border-top: medium none #ffffff; 
	border-bottom: 1px #ffffff;
}

.formstyleshort	{ 
	width: 100px; 
	background-color: #dddddd; 
	border-left: medium none #aaaaaa; 
	border-right: medium none #999999; 
	border-top: medium none #ffffff; 
	border-bottom: 1px #ffffff
	}
	
a.backbutton {
	padding:10px 0px 10px 25px;
	background: url("../images/arrow_left.gif") left top no-repeat;
}

dt {
	margin:15px 0px 10px 0px;
}

dd{
	margin:5px 0px 255px 20px;
}

dd a{
	padding:0px 0px 10px 25px;
	background: url("../images/arrow_right.gif") left top no-repeat;
}

/*****  Glossar  **************************************************/

.glossar2_tab {

	line-height: 1.6em;
}
.glossar2_tab tr{

}
.glossar2_tab td{
	padding-bottom:10px;
}
.glossar2_tab td a.more{
	padding:0px 0px 10px 25px;
	background: url("../images/arrow_right.gif") left top no-repeat;
}

.glossar2_tab td span{
	padding-left:30px;
	padding-top:5px;
	padding-right:20px;
	display:block;
}

.glossar2_tab td img{
	padding-left:20px;
	padding-top:10px;
}
