@charset "utf-8";
/* CSS Document */

html, body {
	background: #CCCCCC;
	margin: 0px 0px 1px 0px; /* 1px at bottom: enforce a scrollbar*/
	padding: 0;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4, p, div {
	margin: 0px;
	padding: 0px;
}

#container_a {
	background-color: #FFFFFF;
	background-image: url(../images/shadows_lightgrey_red.gif);
	background-repeat:repeat-y;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	min-height:100%;
}

#container_b {
	background-color: transparent;
	width: 900px;
	min-height: 100%;
	margin-left: 15px;
}

#header {
	overflow: hidden;
	width: 100%;
	height: 176px;
	white-space: nowrap;
}

#white_bar {
	background-color: #FFFFFF;
	background-image: url(../images/F5F5F5_1x208.gif);
	background-repeat: repeat-y;
	width: 100%;
	height: 0px; /*14px;*/
	overflow: hidden;
}

#blue_bar {
	background-color: #849AB7;
	width: 100%;
	height: 28px; /*20px;*/ /*5px;*/
	overflow: hidden;
}

#blue_bar p {
	color: #F5F5F5;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
}

img {
	border: 0;
}



/* Navigation ******************************************/

#navigation {
	margin:0;
	padding:0;
	width:208px;
	float:left;
}

#navigation ul {
	list-style-type: none;
	padding: 7px 0px;
	width: 152px;
	margin-top: 24px;
	margin-left: 28px;
    margin-bottom: 12px;
	font-size: 15px;
	line-height: 28px;
	background-color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
}

#navigation li{
	border-bottom: 1px solid #CC2026;
	text-indent: 8px;
	margin: 0px 7px 0px 7px;
}

#navigation .last{
	border-bottom: none;
}

#navigation a{
	display: block;
	text-decoration:none;
	color: black;
	width: 100%;
}

#navigation a:hover {
	background: #999999;
	color: #DDDFE3;
}
#navigation a:hover.current  {
	background: #666666;
	color: #DDDFE3;
}
#navigation a:active.current  {
	background: #999999;
	color: #DDDFE3;
}

#navigation a:active{
	/*background-color:#666666;
	color: #DDDFE3;*/
	color: black;
	background: none;
}

#navigation .current{
	background: #666666;
	color: #DDDFE3;
}

/* END: Navigation *************************************/

#inhalt {
	/*width: 636px;
	float: right;
	margin: 0px 28px 0px 0px;*/
	margin: 24px 28px 0px 236px;
	padding: 0px 0px 30px 0px;
	background-color:transparent;
	font-size: 13px;
}

#inhalt h1 {
	margin-top: 0px;/*12px;*/
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size:22px;
	font-weight:normal;
	line-height: 22px;/*34px;*/
	color:#4D4D4D;
	/*background-color:#CCCCCC;*/
	width:auto;   /*Check: use auto or 100% --> see also padding*/
	padding: 0px; /*0px 0px 0px 10px;*/   /*possibly use text-indent instead of padding*/
	letter-spacing:2px;
}

#inhalt h2 {
	font-size: 17px;
	color:#4D4D4D;
	font-weight:normal;
	margin-top:20px;
	margin-bottom: 10px;
}

#inhalt h3 {
	font-size: 13px;
	/*color:#4D4D4D;*/
	color:black;
	font-weight:bold;
	margin-top:10px;
}

.bold {
	font-weight:bold;
}

#inhalt a{
	text-decoration:underline;
	/*color: #5B769D;*/
	/*color:#666666;*/
	color:#666666;
	width: 100%;
}

#inhalt a:hover {
	/*background: #999999;*/
	/*color: #000000;*/
	/*background-color:#666666;
	color: #DDDFE3;*/
	color:#999999;
	
}

#inhalt a:active{
	/*background-color:#666666;
	color: #DDDFE3;*/
	color:#999999;
}

#inhalt p {
	margin-top: 20px;
	margin-bottom: 20px;
}

#inhalt p.first {
	margin-top: 2px;
}

#inhalt p.firstbot0 {
	margin-top: 2px;
	margin-bottom: 0px;
}

#inhalt .marg4pxbottom {
	margin-bottom:4px;
}

#inhalt .margtop0 {
	margin-top: 0px;
}
#inhalt .margbot0 {
	margin-bottom: 0px
}
#inhalt .margtopbot0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*Publikationen*/
#inhalt p.publ {
	margin: 4px 0px;
}

#inhalt ul {
	list-style-type:disc;
	list-style-position:outside;
}

#inhalt li {

}

#inhalt table, td {
	border: none;
}
#inhalt table {
	margin: 0px;
	padding: 0px;
	width:auto;
	height: auto;
}
#inhalt tr {
	
}
#inhalt td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
#inhalt td.date {
	padding-right: 30px;
	white-space: nowrap;
}

#inhalt table.schwerp { /*Tabelle Schwerpunkte*/
	margin-top:20px;
}

#inhalt td.schwerp1 { /*Tabelle Schwerpunkte, erste Spalte*/
	text-align:right;	
}

#inhalt iframe {
	border:1px solid #999999;
	margin:4px 0px 0px 0px;
}

em {
	font-weight: inherit;
	font-style: italic;
}
strong { 
    font-weight: bold;
}
strong.dgrey {
	color: #4D4D4D;
}
.red {
	color: #cc2026;
}
