body {
	background: #ffffff url(img/bg.jpg) repeat-x;
	margin: 0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 12px;
	/*font-size: 0.9em;*/
  	color: #000;

}
a:link { text-decoration: none; color: #78034A; border-bottom: 0px dashed #5B5A5B;}
a:visited { text-decoration: none; color: #5B5A5B}
a:active { text-decoration: none; color: #5B5A5B}
a:hover { text-decoration: none; color: #5B5A5B}
p a {background: transparent url(img/link.gif) no-repeat; 
	padding: 6px 2px 0px 12px;}
}


a img {border:0;}
a img {padding: 0px;}

hr {
	margin: 5px 0px 5px 0px;
	color: #C5C5C5;
	border: 0;
	border-bottom: 1px dashed #C5C4C4;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6, strong {color: #4C4D4E;}
p {margin:0;}


h1 {
	margin:10px 0 6px 0;
	font-size: 20px;
	
}

h2 {
	margin:10px 0 4px 0;
	font-size: 19px;
color:#CC3399;

}

h3 { margin:10px 0 4px 0;
	font-size: 14px;
}

h4 {
	margin:10px 0 0 0;
	font-size: 1em;

}

h5 {
	margin:10px 0 0 0;
	font-size: 0.9em;
}

h6 {
	margin:3px 0 0 0;
	font-size: 0.75em;
}


form {margin: 0;}



li {
	padding-bottom: 0px;
}

ul {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
	list-style-type: square
}

ol {

	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}


blockquote{
	background-color:#022B57;
	padding: 3px;
	border-left: 2px solid #022B57;
	margin: 3px 0 20px 0;
	color:#2FA337;
}

pre, .code {
	color: #8FDAFA;
	padding: 6px 0 20px 6px;
	border-top: 1px solid #3384AD;
	border-right: 1px solid #3384AD;
	border-bottom: 1px solid #3384AD;
	border-left: 6px solid #3384AD;
	background-color: #ffffff;
	margin: 3px 0 20px 0;

	font-size:1em;
	overflow:auto;
	line-height:2.2em;
}

address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #3384AD;
	font-style: normal;
	font-weight: bold;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	####	BLOCKS    #####
	#######################
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#main { /* Holds the page items in place */
   width: 850px;
   min-height:99%;
   margin: 0 auto 0 auto;
   padding: 0;
   background-image: url(img/content.jpg) ;
   background-repeat: repeat-y;

}

#header {
	height:120px;
	background-image: url(img/header-logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: #fff;
}
#header a:link { text-decoration: none; color: #FEFEFE; border-bottom: 1px dashed #DFDBDE;}
#header a:visited { text-decoration: none; color: #FEFEFE}
#header a:active { text-decoration: none; color: #A21D6E}
#header a:hover { text-decoration: none; color: #A21D6E}
    

* html #header {clear:both;height:100px;} /* ie6 misbehaves again */

#pageheader {margin:1px 1px 0 669px;}
#pageheader strong {
	font-size: 16px;
}


#breadcrumbs {
	height:0px;
	background:#FFFFFF;
	clear:both;
}

#infobox { 
	float: left;
	height:230px;
	width: 250px;
	margin-left: 0px;
	border: 1px solid #C0BFBF;
	background: #ffffff url(img/boxen_bg.jpg) repeat-x;
	padding:8px;
	display:inline;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#middle_box { 
	float: left;
	height:230px;
	width: 250px;
	margin-left: 20px;
	border: 1px solid #C0BFBF;
	background: #ffffff url(img/boxen_bg.jpg) repeat-x;
	padding:8px;
	display:inline;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#content { /* main content from the WYSIWYG goes in here */
    width: 828px;
	float: left;
    display:inline;
    border: 1px solid #C0BFBF;
	background: #ffffff url(img/boxen_bg.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 15px; 
    padding:9px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#rightbox {
    width: 250px;
    height:230px;
    float: left;
    border: 1px solid #C0BFBF;
	background: #ffffff url(img/boxen_bg.jpg) repeat-x;
	display:inline;
    padding:9px;
	margin-left: 20px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}


* html #contentbox #content {text-align:left;} /* ie6 misbehaves */
* html #contentbox #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

.clearcontent {height:60px; clear:both}


#content p{
font-size: 15px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	####  SEARCH BOX  #####
	#######################
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#search_box {
	color: #000000;
	text-align: left;
	float: right;
	clear: right;
	width: 230px;
}

.search_string {
	margin: 9px 0px 0px 30px;
	padding: 7px 0px 0px 4px;
	width: 147px;
	height: 26px;
	background-image: url(img/search-input.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: #000000;
	font-size: 90%;
	vertical-align: middle;
}
.search_submit {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	width: 31px;
	height: 31px;
	font-size: 89%;
	background-image: url(img/search-submit.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #149AE5;
	border: none;
	vertical-align: middle;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	####  Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {height:45px; display:block;clear:both; background: transparent url(img/menue-bg1.png) repeat-x;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}


#nav {
	float:left;
	height: 45px;
	border: 0;
	padding:0;
	margin:  0px 50px 0px 10px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}

/* Root Level Link Formatting */
#nav ul li {float: left; color: #5E5F5F; text-align: center; font-weight: normal; }
#nav ul li a {display: block; background:transparent url(img/navbgl1.gif) no-repeat right 0px; padding: 17px 20px 11px 23px; color: #000000; text-decoration: none; font-weight: bold;  }
/* Root Level link hover */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {background: url(img/navbgl1hi.jpg); color: #fff;}
#nav a.menu-parent {background: url(img/navbgl1hi.jpg); color: #000000;}


/*Current page Customisations*/
#nav a.menu-current		{font-weight: bold;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 11em; margin: 0; display: none; text-transform: none; border-bottom: 1px solid #E2E3E3; border-left: 1px solid #E2E3E3; border-right: 1px solid #E2E3E3; font-size: 100%; background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li {width: 11em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul li a {width: 10.5em; padding: .8em .1em .3em .4em; color: #2E2D2E; border-top: 1px solid #E2E3E3; font-weight: normal;  background: none;}

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current { background: #B5B1B4 url(img/navbgl1hi.png); color:#fff;}
#nav .menu li ul a.menu-parent {background: #E5BE73 url(img/navbgl1parent.gif); color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover>ul, #nav .menu li li:hover>ul, #nav .menu li.subMenu>ul, #nav .menu li li.subMenu>ul {display: block;  z-index: 1000;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul	{ margin: 5px 0 0 -40%; z-index: 9999;  background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li ul li	{width: 11em;}
#nav .menu li ul li ul li a 	{ width: 10.5em;}

/* 4rd Child Menu Appreances */
#nav .menu li ul li ul li ul	{  width: 9em; background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li ul li ul li	{  width: 9em; }
#nav .menu li ul li ul li ul li a 	{ width: 8.5em;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

#nav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
	see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	####	FOOTER    #####
	#######################
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#footerbox {

    font-size: 12px;
    font-weight: bold;
    color: #E9E9EC;
}
#footer {
	font-size: 90%;
	color: #000;
	width: 850px;
	height:65px;
	margin: 0 auto 0 auto;
	padding: 10px 0px 10px 0px;
    

}

#footer span{
    float: left;
    color: #434242;
    margin:  10px 10px 10px 10px;
    padding:  10px 10px 10px 10px;

}

#footer-teil {
	color: #5F5E5E;
	margin: 0 auto 0 auto;
	padding: 0px;
    width: 850px;
	height:200px;
	background:  url(./img/footer-image2.jpg)  no-repeat;


}
#footer-teil h3{
	color: #464444;
	margin:  0px 0px 10px 20px;
	padding: 0px;
    width: 240px;
    border-bottom: 1px dashed #C5C4C4;
}
#footer-teil ul {
	list-style: none;
	margin: 20;
	padding: 10px;
}
#footer-teil li a {
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	width: 96%;
	color: #696767;
    background: url(./img/pointer02.gif) left top no-repeat;
}
#footer-teil  a {
	font-weight: normal;
	padding: 0px 0px 0px 15px;
	width: 96%;
	color: #696767;
    background: url(./img/pointer02.gif) left top no-repeat;
}

#footer-teil .teil1, .teilmitte {
	float: left;
	width: 260px;
}
#footer-teil .teil1 p {
	padding: 14px 0px 0px 20px;
}
#footer-teil .teil1 h3 {
	padding: 0px 0px 0px 0px;
}
#footer-teil .teilmitte {
	margin: 0 30px;
}






