/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #354D65;
	font-size: 12px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
	color: #000000;
}

a:hover{
	color: #354D65;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 4px 4px 4px 15px;
	text-align: left;
	font-weight: bold;
	background: no-repeat;
	line-height: 20px;
	text-transform: capitalize;
	vertical-align: text-top;
	right: 50px;
}

h2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-left: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: justify;
	font-weight: 300;
	right: 50px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 5px 20px 10px 10px;
	text-align: right;
	font-weight: lighter;
	text-transform: uppercase;
	font-style: normal;
	right: 50px;
}

h4{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding-left: 10px;
	line-height: 15px;
	font-weight: normal;
}

h5{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding-left: 10px;
	padding-right: 80px;
	line-height: 15px;
	font-weight: normal;
	
}

ul{
	list-style-type: square;
	list-style-image: url(../bilder/listenpunkt.gif);
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#box{
	margin: auto;
	width: 96%;
	padding: 0px;
	height: 110px;
}
#box_header{
	margin: auto;
	width: 96%;
	padding: 0px;
	height: 50px;
}
