

/*  ---------------------------------------- Allgemein ---------------------------------------- */

* { margin: 0; padding: 0; }

body  {
	margin:0; padding:0;
	font-family:Verdana;
	font-size:70%; line-height:1.4em;
	color:#666666;
}

.clear { clear:both; }


p { margin:6px 0px 14px 0; }


.trennstrich {	
	height:1px; 
	clear:both; 
	margin-top:0;
	height:20px;
	background: url(../images/trennstrich.gif) 0 6px repeat-x;
}

.kasten01 {
	background: #ffffff url(../images/kasten01.jpg) repeat-x 0 bottom;
	padding:6px 12px 6px 12px;
	border:1px dotted #bbbbbb;
}


.kasten02 {
	margin:14px 0 0 0;
	background: #ffffff url(../images/kasten01.jpg) repeat-x 0 bottom;
	padding:6px 12px 6px 12px;
	border:1px dotted #bbbbbb;
}


.kasten03 {
	margin:0px 0 0 0;
	background: #ffffff url(../images/kasten01.jpg) repeat-x 0 bottom;
	padding:6px 12px 6px 12px;
	border:1px dotted #bbbbbb;
	text-align:left;
	height:75px !important;
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	overflow:auto;
}



/*  ---------------------------------------- Schriften ---------------------------------------- */

h1 {
	font-size:1.8em;
	color:#333333;
	text-transform:uppercase;
	font-weight:normal;
	line-height:1.3em;
	position:relative;
}

.text_blau {
	color:#25358d;
	font-size:0.6em;
	font-weight:bold;
	line-height:1.2em;
}



h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color:#ffffff;
	font-weight:normal;
	line-height:1.5em;
	margin:0 0 25px 0px;
	position:relative;
	padding:2px 0 1px 55px;
}

h3 { 
	font-size:1.3em;
	font-weight:bold;
	line-height:1.4em;
	margin:2px 0 10px 0;
	color:#333333;
	} 
	
h4 { 
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	margin:10px 0 2px 0;
	color:#ffffff;
	background:url(../images/h4_bg.gif) repeat-x 0 bottom;
	padding:0 0 2px 6px;
	} 
	
h5 { 
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	margin:2px 0 10px 0;
	color:#333333;
	} 
	
h6 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	margin:25px 0 12px 0;
	color:#333333;
}
.text_klein {
	font-size:0.8em;
	color:#666666;
}


/* ----------------------------------------------------- bilder ----------------------------------------------------- */


.bild01 {
	margin:9px 0 11px 0;
	background: #ffffff url(../images/kasten01.jpg) repeat-x 0 bottom;
	padding:6px;
	border:1px dotted #bbbbbb;
}

.bild02 {
	background: #ffffff url(../images/kasten01.jpg) repeat-x 0 bottom;
	padding:6px;
	border:1px dotted #bbbbbb;
}

.bild03 {
	background: #ffffff url(../images/kasten01.jpg) repeat-x 0 bottom;
	padding:4px;
	border:1px dotted #bbbbbb;
	float:left;
	margin:6px 14px 20px 0;
}

.bild04 {
	background: #ffffff url(../images/kasten01.jpg) repeat-x 0 bottom;
	padding:4px;
	border:1px dotted #bbbbbb;
	float:right;
	margin:15px 0px 20px 14px;
}

.bild05 {
	margin:6px 2px 11px 2px;
	background: #ffffff url(../images/kasten01.jpg) repeat-x 0 bottom;
	padding:4px;
	border:1px dotted #bbbbbb;
}


/* ----------------------------------------------------- liste ----------------------------------------------------- */


.ul01{
	margin:25px 5px 0px 20px;
	padding:0 0px 2px 0;
}

.ul01 li {
	list-style-type: none;
	padding-left:18px;
	text-align:left;
	padding-bottom:2px;
	background: url(../images/pfeil.gif) 0 5px no-repeat;
	margin:0 0 5px 0px;
}

.ul02{
	margin:10px 5px 0px 20px;
	padding:0 0px 2px 0;
}

.ul02 li {
	list-style-type: none;
	padding-left:18px;
	text-align:left;
	padding-bottom:2px;
	background: url(../images/pfeil.gif) 0 5px no-repeat;
	margin:0 0 5px 0px;
}

.ul03{
	margin:-8px 5px 0px 20px;
	padding:0 0px 2px 0;
}

.ul03 li {
	list-style-type: none;
	padding-left:18px;
	text-align:left;
	padding-bottom:2px;
	background: url(../images/pfeil.gif) 0 5px no-repeat;
	margin:0 0 5px 0px;
}



