/* ===========================================
Projekt:		KP Finanz
Datum:		19.04.2008
Inhalt:		1. Allgemein
			2. Positionierung
			3. Hyperlinks
=========================================== */

/* -------------------------------------------
	1. Allgemein
------------------------------------------- */
*{ margin:0px; padding:0px; }

body{
	background-color:#868585;
	color:#414141;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images_template/bg.gif);
	background-repeat:repeat-x;
}

img{ border: 0px; }

.clear{ clear:both; }


h1{ margin:0 0 18px 11px; }
h2{ 
	font-size:12px; 
	color:#656565;
	padding:0 0 24px 0; 
}
h3{ 
	height:12px;
	font-size:11px; 
	color:#12428e;
	padding:4px 0 24px 0;
	background-image:url(../images_template/bg_box.gif);
	background-repeat:no-repeat; 
}


/* -------------------------------------------
	2. Positionierung
------------------------------------------- */

#wrapper{
	background-color:#ffffff;
	width:930px;
	margin:40px auto 0 auto;
	padding:25px 0 12px 0;
}

#header{
	margin:0 auto;
	width:908px;
	height:78px;
	background-image:url(../images_template/header.gif);
}

#container_top{
	margin:0 auto;
	width:908px;
	height:57px;
	background-image:url(../images_template/bg_content_top.gif);
}

#container{
	margin:0 auto;
	width:908px;
	background-image:url(../images_template/bg_container.gif);
	background-repeat:repeat-y;
}

#content{
	float:left;
	width:626px;
	background-image:url(../images_template/bg_content.gif);
	background-repeat:repeat-x;
	padding:6px 30px 0 30px;
}
	#content p{
		line-height:18px;
		text-align:justify;
	}
	#content img{ margin-top:30px; }

#content li {
	font-size: 11px;
	color: #000000;
	list-style: none outside;
	background: url(../images_template/dot.gif) no-repeat;
	padding-left: 20px;
	margin-left: 0px; 
	margin-bottom: 7px;
	line-height: 130%;
}

#content ul { 
padding-top: 20px;
padding-bottom: 20px;
}



	
	
#spalte{
	float:right;
	width:188px;
	background-image:url(../images_template/bg_spalte.gif);
	background-repeat:repeat-x;
	padding:7px 11px 0 23px;
}
	#spalte address{
		font-style:normal;
		line-height:16px;
	}
	#spalte .box{ margin-top:40px; }
		#spalte .box p{ line-height:18px; }

#footer{
	margin:0 auto;
	width:893px;
	height:24px;
	border-left:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	padding:8px 4px 0 10px;
	margin-top:10px;
	color:#727272;
}
	.links{ float:left; }
	.rechts{ float:right; }
	
/* -------------------------------------------
	3. Hyperlinks
------------------------------------------- */

a{ outline:0; }

a:link, 
a:visited{ font-size:11px; color: #12418e; text-decoration:none; }
a:hover,
a:active{ color: #000099; text-decoration:none; }

a.dunkelgrau:link, 
a.dunkelgrau:visited{ font-size:11px; color: #656565; text-decoration:none; }
a.dunkelgrau:hover,
a.dunkelgrau:active{ color: #12418e; text-decoration:underline; }


