/************************************************************ 
	GLOBAL SETTINGS
*************************************************************/	
* {
	margin: 0;
	padding: 0;
	}
body { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	background-color: #fff;
	margin-bottom: 20px;
	}
h1 {
	font-size: 21px;
	margin-bottom: 12px;
	font-weight: normal;
	color: #000;
	}
h2 {
	font-size: 12px;
	margin-bottom: 10px;
	color: #000;
	}
h3 {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	}	
img {
	border: none;
	}
a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
	
/************************************************************ 
	MAIN ZONES
*************************************************************/	

/* CONTAINER */
div#container {
	margin: 20px 0;
	}

/* HEADER */
div#header { display: none; }


/* CONTENT */
div#content {
	width: 650px;
	line-height: 175%;
	}
	div#content p {
		margin: 12px 0;
		}
	div#content br {
		margin-top: -12px;
		}
	div#content ul {
		margin-top: 8px;
		}
	div#content  li {	
		list-style-type: none;
		background-image: url(/interface/arrow1.gif) ;
		background-repeat: no-repeat;
		background-position: 0px 6px;
		padding-left: 12px;
		}
	div#content .picture {
		margin: 12px 0;
		}
	div#content .link {
		margin: 12px 0;
		}
	div#content .pdf {
		margin: 0;
		margin-top: -12px;
		}
	div#content .pdf2 {
		margin: 0;
		margin-top: 12px;
		}		
	div#content .back {
		margin: 0;
		margin-top: 20px;
		}
	div#content .date{
		margin: -6px 0 0 0;
		font-size: 10px;
		font-variant: normal;
		font-style: italic;
		}


	div#content .text h2 {
		margin: 0;
		margin-bottom: 4px;
		}	
	div#content .text ul {
		margin: 0;
		margin-bottom: 20px;
		}


/************************************************************ 
	HIDE FOR PRINT
*************************************************************/
		
div#right {	display: none; }
div#mainnavig {	display: none; }
div#subnavig {	display: none; }
div#teaser {	display: none; }
	


/************************************************************ 
	LISTING
*************************************************************/
div#listing {
	/*margin-top: 20px;*/
	}
div#listing h2 {
	margin: 0 0 3px 0;
	}
div#listing .rightpict {
	position: relative;
	float: right;
	margin-top: 4px;
	margin-left: 12px;
	}
div#listing ul {
	/*margin-top: -12px;*/
	}
div#listing li {
	list-style-type: none;
	background-image: url(/interface/arrow1.gif) ;
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin: 0;
	margin-bottom: 12px;
	padding-left: 12px;
	overflow: auto;
	}
div#listing .link {
	margin: 0px 0;
	}
div#listing .date{
	margin: -6px 0 0 0;
	font-size: 10px;
	font-variant: normal;
	font-style: italic;
	}
div#listing p {
	margin-bottom: 12px;
	}
div#listing p.intro {
	margin: 0;
	}
	
/************************************************************ 
	LISTING 2
*************************************************************/
div#listing2 h2 {
	margin: 0 0 3px 0;
	}
div#listing2 .rightpict {
	position: relative;
	float: right;
	margin-top: 4px;
	margin-left: 12px;
	}
div#listing2 ul {
	list-style-type: none;
	margin-top: 20px;
	}
div#listing2 li {
	list-style-type: none;
	background-image: url(/interface/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin: 0;
	padding-left: 12px;
	margin-bottom: 6px;
	overflow: auto;
	}
div#listing2 li.title {
	background-image: none;
	padding: 0;
	margin: 3px 0;
	}
div#listing2 h3 {
	margin: 0 0 3px 0;
	padding: 0;
	}	
div#listing2 p {
	font-size: 10px;
	margin-bottom: 12px;
	}
div#listing2 p.intro {
	margin: 0;
	}

/************************************************************ 
	LISTING 3
*************************************************************/
div#listing3 h2 {
	margin: 0 0 3px 0;
	}
div#listing3 .rightpict {
	position: relative;
	float: right;
	margin-top: 6px;
	}
div#listing3 ul {
	list-style-type: none;
	margin-top: 20px;
	}
div#listing3 li {
	clear: both;
	list-style-type: none;
	background-image: url(/interface/arrow2.gif) ;
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin: 0;
	padding-left: 12px;
	margin-bottom: 6px;
	}
div#listing3 li.title {
	background-image: none ;
	padding-left: 0;
}
div#listing3 p {
	font-size: 10px;
	margin-bottom: 12px;
	}
div#listing3 p.intro {
	margin: 0;
	}


/******** F O R M S ***********************************************************/	
#form {
	font-size: 10px;
	margin-top: 24px;
	}
#form p {
	margin: 0;
	}
input {
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #c5c6c7;
	background-color: #fff ;
	height: 15px;
	}
textarea {
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #c5c6c7;
	background-color: #fff ;
	}
input.submit, .submit {
	padding: 1px 10px;
	font-weight: bold;
	height: 21px;
	background-color: #f2f2f2 ;
	}
	.submit a:link, .submit a:visited {
		color: #000;
	}
div#thanx {
	border: 1px solid #c5c6c7;
	background-color: #fff ;
	padding: 10px;
	margin-top: 12px;
	}
	div#thanx h2 {
		margin-top: 0;
	}
.checkbox {
	border: none;
	height: inherit;
	}	

/************************************************************ 
	FOOTER
*************************************************************/
div#footer {
	border-top: 1pt solid #000;
	clear: both;
	color: #000;
	background-color: #fff;
	font-size: 11px;
	padding-top: 5px;
	margin-top: 50px;
	}

div#impressum {
	display: none;
	}

#top {
	display: none;
	}

.clear {
	overflow: hidden;
	/* end hide for IE 5 Mac */
	height: 1%;
	}