font,body,td,th,p,ul,ol,div,li,option,dl,dt,dd,address,blockquote,nobr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	white-space: normal;
	line-height: 19px;
}

ul {
	margin-top: 0px;
	list-style-type: circle;
	/*padding: 0px;*/
}

p {
	margin-top: 0px;
	margin-bottom: 12px;

}

.small {
	font-size: 10px;
	font-weight: normal;
}

/* Formular- und Eingabefelder */
input, select {
	/* border: 1px solid #000000; */
	/* line-height: 13px; */
	background-color: #FFFFFF;
	font-size: 10px;
}

/* Linkformatierung Anfang (die Reihenfolge ist wichtig!! */
a,a:link, a:visited {
	color: #996600;
	text-decoration: none;
	/*line-height: 19px;*/
}

a:hover,a:focus {
	color: #006699;
	/*line-height: 19px;*/
}

a.prg_submenu:link {
	text-decoration: none;
}

img {
	border: 0;
}
#content img.illustr {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 0px;
}

/* Linkformatierung Ende */


b, strong {
	font-weight: bold;
	color: #666666;
}


/* Seitenrnder und Scrollbalken */
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: center
}

/* Ueberschriften h1-h6 */
h1 {
	color: #666666;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 22px;
}

#content h1 {
	border-bottom: 1px solid black;
	margin: 10px 0 27px;
	padding: 0;
	width: 590px;
	font-size: 19px;
	line-height: 19px;
}

h2 {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
/*	margin-top: 18px;*/
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
}

/* H2 berschriften, die Links sind, sollen sich in der Farbe nicht ndern */
h2 a, h2 a:link, h2 a:active, h2 a:hover, h2 a:focus, h2 a:visited  {
	color: #666666;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 3px;
	line-height: 19px;
	margin-top: 0px;
	font-weight: bold;
	color: #666666;
}

h3.underline {
	border-bottom: 1px solid black;
	margin: 10px 0 10px;
	padding: 0;
	width: 530px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 19px;
	color: #666666;

}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 0px;
	color: #999999;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 19px;
	color: #666666;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* Container fuer die gesamte Seite wegen Breitenfestlegung und Rahmen*/
#pageall{
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 790px;
}

/* Container fr den Inhalt auer Kopf und Fu = Men + Content */
#container {
	width: 100%;
	position: relative;
	top: 5px;
}

/* Bild mit Beschriftung in der Kopfzeile */
#header{
	margin: 0;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
}

/* Navigationsleite links */
#navBar{
	position:absolute;
	left:0px;
	top:220px;
	width: 150px;
	padding: 0px;
	height: 152px;
}

/* Inhaltsbereich rechts */
#content{
	position:relative;
	margin-left: 160px;
	width: 590px;
	top: 53px;
	left: 40px;
/*	padding: 15px 10px;*/
}

#content2{
	position:relative;
	width: 650px;
	top: 12px;
	padding: 15px 10px;
}

#abstract{
	margin: 20px;
	/*width: 600px;*/
	/*padding: 15px 10px;*/
}

/* Ende: Layout Divs                           */
/***********************************************/

/***********************************************/
/* Gestaltung Navigation                       */
/***********************************************/
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navBar ul li.menu_active {
	background: url(../images/menuitem-pfeil-hi.gif) no-repeat 0px 6px
}

#navBar ul li a:hover {
	background: url(../images/menuitem-pfeil.gif) no-repeat 0px 3px
}
#navBar ul li.menu_active a:hover{
	background: url(../images/menuitem-pfeil-hi.gif) no-repeat 0px 3px
}

.menu_no_active {

}


#sectionLinks{
	position: relative;
	margin: 0px;
	padding-left: 10px;
	/*border-bottom: 1px solid #cccccc;*/
}

#sectionLinks a:link, #sectionLinks a:visited, #sectionLinks a:hover, #sectionLinks a:focus{
	padding-left: 10px;
	font-size: 110%;
	color: #996600;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {
	border-bottom: 1px solid #eeeeee;
}*/

/* fix for browsers that don't need the hack 
html>body #navBar li {
	border-bottom: none;
}*/

/*
#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}
*/
/*#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	}
*/

/* Ende: Gestaltung Navigation                 */
/***********************************************/




/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	white-space: nowrap;
	text-align:right;
}
/* '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 p {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	margin: 0px;
}


/************* #siteInfo styles ***************/

#footer{
	/*clear: both;*/
	font-size: 80%;
	padding: 10px 10px 10px 10px;
	margin-top: 53px;
	text-align: right;
	border-top: 1px solid #cccccc;
}

/* wenn transparente Flchen von Bildern nicht grau hinterlegt sein sollen */
img.transparent {
	background-color: #FFFFFF;
}

/* Eine Liste von Links im Content-Bereich hat keinen Listenstil */
ul.linklist {
	list-style-type: none;
}


/* html-tag-Redefinitionen Ende */
/* eigene Klassen Anfang */


.contextheadline {
	font-size: 11px;
	color: #999999;
	margin-left:4px;
	margin-top:2px;
}

.contextsubheadline {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin-left:4px;
	margin-top:19px;
}

.context {
	font-size: 11px;
	color: #999999;
	margin-left:4px;
	margin-bottom:19px;
	line-height:19px;
}
.mini {
	font-size: 9px;
	color: #999999;
}
/* eigene Klassen Ende */
.stark {
	font-weight: bold;
}

/* styles zu Korrekturzwecken */
.rot {color: #FF0000}

