/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;

}

a {
	color: #162983;
	font-weight:normal;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
	color: #162983;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
 font-size: 80pt;
}
h2{
 font-size: 114%;
}
h3{
 font-size: 100%;
}
h4{
 font-size: 100%;
 font-weight: normal;
}
h5{
 font-size: 100%;
}

/* Listen und verschachtelte Listen */
ul{
	margin-left: 0px;
	padding-left:15px;
	list-style-type:disc;
	text-decoration: none;
	line-height: 1.4em;
	text-align:left;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#head{
	background-color:#FFFFFF;
/*	border-bottom:1px solid #000000;*/
}
#masthead{
	margin: 0px;
	width: 100%;
	font-size: 16pt;
}
#navBar {
	padding-bottom:0.2cm;
	padding-left:.3cm;
	width: 80%;
}
#left{
	float: left;
	width: 197px;
	margin: 0;
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 1000px;
}
#left ul{
	list-style-type: none;
	line-height: 1.8em;
	text-align:right;
}}
#block{
	background-color:#FFFFFF;
	border:2px dotted #000000;
	margin:5px 2px 0px 5px;
	padding:2px 2px 2px 2px;
	width:100%;
}
#content{
/*	float:right; */
	min-width: 50%;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #block styles **************/

#block img, #bookHint img{
	border-color:#FFFFFF;
	margin-right: 5px;
	padding: 2px;
}

/*************** #bookHint styles **************/

#bookHint img{
	float: left;
}
#bookHint h1{
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight:normal;
	font-size:0.9em;
}
#bookHint p{
	margin-top: 3px;
	margin-bottom: 3px;
}

/************* #masthead styles ***************/

#masthead img {
	border-color:#FFFFFF;
	margin:0.2cm 0.2cm 0.2cm 0.2cm;
}
#masthead h1{
	font-size:2em;
	margin:0.2cm 0.5cm 0cm 0.5cm;
}
#masthead table{
	width:100%;
	}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;

	margin-top: 0px;
	margin-bottom: 30px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	text-align: right;
}
/* 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: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*********** #navBar link styles ***********/

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:left;
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	display:inline;
	border-left:1px solid black;
	margin:0 0;
	padding-left:10px;
	padding-right:7px;
	}
#navBar ul a:hover{
	background-color:#162983;
	color:#FFFFFF;
	}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom:none;
	}

/*********** #content styles ***********/
a{
  text-decoration:none;
  }
  
#content a {
	color: #000000;
	font-weight: bold;
/*	text-decoration: underline;*/
}
#content h1,h2,h3,h4,h5,h6 {
	margin: 1em 0em 0.5em 0em;
	color: #162983;
}
#content h1,h2 {
	font-weight: bolder;
}
#content h3,h4,h5,h6 {
 font-size: 100%;
}
#content h1{
 font-size: 180%;
}
#content h2{
 font-size: 120%;
}
#content h4{
 font-weight: normal;
}
#content table {
	color: #162983;
	font-weight: bold;
/*	width: 100%;*/
	background-color:#FFFFFF;
	border-collapse:collapse;
	border:2px solid #000000;
}
#content td {
	vertical-align: top;
	padding:4px 2px 5px 2px;
	border-bottom:2px dotted #000000;
}
#content td a{
	color:#162983;
}
#content td a.fgLink{
	font-weight:normal;
}
#content img {
  border:0;
}
