/***********************************************/
/* /srw/styles/print.css    Druckausgabe       */
/* (c) 2005-2006 by Matthias Krauss, webmelone */
/* all rights reserved by mk@webmelone.de      */
/* last updated 02.05.2006                     */
/***********************************************/
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000;
	line-height: 1.166;	
	margin: 0em;
	padding: 0em;
	background-color: #FFFFFF;
	font-size: small;
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

/* Hyperlinks für externe Seiten */
a.ext, a.ext2{
 padding-left:16px;
 background:  url(/grafik/xt.gif) no-repeat left;
}

/* Hyperlinks für PDF-Downloads */
a.PDF{
 padding-left:16px;
 background:  url(/grafik/pdf.gif) no-repeat left;
}

/* Hyperlinks für WMF-Downloads */
a.WMF{
 padding-left:16px;
 background:  url(/grafik/wmf.gif) no-repeat left;
}

/* Hyperlinks für XLS-Downloads */
a.XLS{
 padding-left:16px;
 background:  url(/grafik/xls.gif) no-repeat left;
}

/* Hyperlinks zum Seitenanfang */
a.TOP{
 padding-left:16px;
 background:  url(/grafik/top.gif) no-repeat left;
 font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	color: #000;
	margin: 0%;
	padding: 0%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #000;
}

/* Keine Rahmen um Grafiken als Link */
a img {border-width:0px;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#logo{
	/*background-image: url(/grafik/line.gif);
	background-repeat: repeat;
	background-color: #D9E3ED;*/
	height: 94px;
	float: left;
}

#head{
	margin-top: 0em;
	padding: 0.34em 0 0 0.3em;
	height: 1.8em;
	background-color: #3D5C8B;
	float: none;
	font-size: 90%;
	border-bottom: 1px solid #B6C7D9;;
}

#headgrafik {
  background: #D9E3ED;
  background-image: url(/grafik/montage_11.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  color: #000000;
  height:94px;
  /*
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;*/
  float: none;
  clear: both;
}

#middle{
	background-color: #FFFFFF;	/*background-color: #D9E3ED;*/
}

#navigat{
display: none;
}

#content{
	position:absolute;
	left:20px;
	margin: 0;
	padding: 8px;
	font-size:90%;
	background-color: #FFFFFF;
	width: 48em;
	orphans: 2;
}


#metanavig{
display: none;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/


/* Komponenten-Styles---------------------------------------------------------------*/
div.rechts{
	position: absolute;
	right: 0em;
}

div.lines{
    background-image: url(/srw/grafik/line.gif);
    float: left;
}


/*************** #pageName styles **************/

#thema{
	font-size: 150%;
	padding: 0.8em 0em 0.8em 0.2em;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0em 0em 0em 0.8em;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 0em 0.2em 0em 0em; 
}
/************* #before BreadCrumb Style *******/

.bbc{
	font-size: 75%;
	color: #ffffff;
}

/************* #breadCrumb styles *************/

.bc{
	padding-top: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
}

a.bc{
	padding-top: 0.8em;
	color: #FFFFFF;
	text-decoration: underline;
}

a.bc:link{
	padding-top: 0.8em;
	color: #FFFFFF;
	text-decoration: underline;
}

a.bc:visited{
	padding-top: 0.8em;
	color: #FFFFFF;
	text-decoration: underline;
}

a.bc:hover{
	padding-top: 0.8em;
	color: #FFFFFF;
	text-decoration: underline;
}


/************** .feature styles ***************/

.feature{
	padding: 0em 0em 0.6em 0.6em;
	line-height: 1.5em;
}

.feature h3{
	padding: 0em 0em 0.4em 0em;
}

.feature img{
	float: left;
	padding: 0 0.8em 0 0;
	margin: 0 0.4em 0.4em 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0em 0em 0em 0.6em;
	line-height: 1.25;
	/*border: 1px dashed #CCCCCC;*/
}

.story p{
	padding: 0em 0em 0.2em;
}

.story h3{
	font-size: 1.1em;
	line-height: normal;
	margin-bottom: -12px;
}
	
/************** .story(t) styles *****************/

.storyt{
	clear: both;
	padding: 0.2em 0em 0em 0.6em;
	line-height: 1.5em;
}

.storyt p{
	padding: 0em 0em 0.6em 0em;
}

.storyt h3{
	font-size: 1.1em;
}

/************* #siteInfo styles ***************/

#siteInfo{
	display: none;
	clear: both;
	border: 0.05em solid #ffffff;
	color: #ffffff;
	padding: 0.4em 0.4em 0.4em 0.4em;
	margin-top: 0.2em;
	background-color: #3D5C8B;
	font-size: 80%;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 0.2em 0.2em 0.2em 0em;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 0.25 0em 0.25em 0.8em;
	border-bottom: 0.05em solid #B6C7D9;
}

#search form{
 margin: 0em;
 padding: 0em;
}

#search label{
	display: block;
	margin: 0em;
	padding: 0em;
}


/*********** #navigat link styles ***********/

#navigat ul a:link, #navigat ul a:visited {display: block;}
#navigat ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navigat li {border-bottom: 0.05em solid #B6C7D9;}

/* fix for browsers that don't need the hack */
html>body #navigat li {border-bottom: none;}


/*********** #level 1 styles ***********/

#level1{
	position: relative;
	margin: 0em;
	padding: 0em;
	border-bottom: 0.05em solid #B6C7D9;
	border-top: 0.05em solid #B6C7D9;
	color: #FFFFFF;
	background-color: #3D5C8B;
}

#level1 h3{
	padding: 0.8em 0em 0.1em 0.4em;
}

#level1 a:link{
	color: #FFFFFF;
	padding: 0.3em 0em 0.3em 0.4em;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	text-decoration: none;
		
}

#level1 a:visited{
	color: #FFFFFF;
	padding: 0.3em 0em 0.3em 0.4em;
}

#level1 a:hover{
	color: #3D5C8B;
	background-color: #DDDDDD;
	padding: 0.3em 0em 0.3em 0.4em;
	text-decoration: none;
}

/*********** #level 2 styles ***********/

#level2{
	position: relative;
	margin: 0em;
	padding: 0em;
	border-bottom: 0.05em solid #FFFFFF;
	border-top: 0em solid #FFFFFF;
	color: #3D5C8B;
	background-color: #B6C7D9;
	top: 0px;
}

#level2 h3{
	padding: 0.8em 0em 0.1em 0.4em;
}

#level2 a:link{
	color: #3D5C8B;
	padding: 0.3em 0em 0.3em 1.0em;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	text-decoration: none;
		
}

#level2 a:visited{
	color: #3D5C8B;
	padding: 0.3em 0em 0.3em 1.0em;
}

#level2 a:hover{
	color: #3D5C8B;
	background-color: #EEEEEE;
	padding: 0.3em 0em 0.3em 1.0em;
	text-decoration: none;
}

/*********** #level 3 styles ***********/

#level3{
	position: relative;
	margin: 0em;
	padding: 0em;
	border-bottom: 0.00em solid #EEEEEE;
	border-top: 0em solid #EEEEEE;
	color: #3D5C8B;
	background-color: #D9E3ED;
	top: 0px;
}

#level3 h3{
	padding: 0.8em 0em 0.1em 0.4em;
}

#level3 a:link{
	color: #3D5C8B;
	padding: 0.3em 0em 0.3em 1.6em;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	text-decoration: none;
		
}

#level3 a:visited{
	color: #3D5C8B;
	padding: 0.3em 0em 0.3em 1.6em;
}

#level3 a:hover{
	color: #3D5C8B;
	background-color: #EEEEEE;
	padding: 0.3em 0em 0.3em 1.6em;
	text-decoration: none;
}

/************** #headlines styles **************/

#headlines{
	margin: 0em;
	padding: 0.8em 0em 20px 0.8em;
}

#headlines p{
	padding: 5px 0em 5px 0em;
}

/************* #Tabellarischer Lebenslauf ************/

.tabvitae{
	table-layout: auto;
}

.tdvitael{
	width: 10em;
	text-align: right;
	vertical-align: top;
	padding: 4px;
	color: #000;
}

.tdvitaer{
	width: 24em;
	vertical-align: top;
	padding: 4px;
}

/*********** allerhand styles ************************/
/*********** Kapitel ******************/
.kaptitel{
	font-weight: bold;
	color: #000;
}

/******* themenfelder ******************/

.tabthf{
	background-color: #FFF;
	text-align: top;
	padding: 4px;
	vertical-align: top;
}

/*********** Literatur ******************/
.litautor{
	font-weight: bold;
	color: #3D5C8B;
}

.littitel{
	/*color: #3D5C8B;*/
	font-style: italic;	
}

.litzusatz{
	/*color: #3D5C8B;*/
}

/******************STAB*******************/
.person{
	font-weight: bold;
}

.gesetz{
	text-align: center;
	padding-top: 1em;
}

.rollen{
	font-size: 130%;
}

.textperson{
	color: #000;
}
