/* CSS KANZLEI KARALLUS */

body {
	margin: 0;
	padding: 0;
	
	font: 13px Arial, Helvetica, sans-serif;
	color: #254A64;
}
	body.start {
		background: #fff;
	}
	
	
/*STANDARD-ELEMENTE*/
		h1, h2 {
			margin: 11px 22px;
			font-size: 15px;
		}
			h2{
				font-size: 14px;
				color: #337eb3;
			}
						
		p {
			margin: 11px 22px;
			
			line-height: 1.4em;
			text-align: left;
		}
		
		a, a:hover {
			color: #3179ac;
			text-decoration: none;
		}
			a:hover {
				text-decoration: underline;
			}
		
		ul {
			margin: 0 0 0 40px;
			padding: 0;
		}
			li {
				margin: 5px 0;
				padding: 0 20px 0 0;
				
				list-style: outside square;
			}
			
			
/*KLASSEN&genauereDEKLARATIONEN*/
li.unten_22px {
	margin: 5px 0 22px 0;
}


div.noframe {
	margin: 10px 0;
	padding: 0 22px 0  22px;
}


img.float_left {
	float: left;
	
	margin: 0 20px 5px 0;
	padding: 0;
}
img.float_right {
	float: right;
	
	margin: 0 0 0 5px;
	padding: 0;
}


span.zurueck {
	color: #cad5d8;
	font-size: 10px;
}

div.kleinerer_text, div.kleinerer_text p {
	font-size: 11px;
	text-align: left;
}

ul.rechts {
	margin: 0 0 0 22px;
	
	font-size: 14px;
	font-weight: bold;
}
	ul.rechts li {
		margin: 15px 0;
	
		list-style: none;
	}
		div#rechts li a, div#rechts li a:hover {
			color: #7397b6;
			text-decoration: none;
		}
			div#rechts li a:hover {			
				background: #fff;
			}


/*POSITIONIERUNG*/
	div#container, div#inhalt {
		position: relative;
	
		margin: 0 auto;
		padding: 0;
		width: 600px;
	}
		div#inhalt {
			margin: 0;
			
			background: url(../images/hintergrund_body.gif);
		}
		
			div#links2, div#rechts2 {
				position: relative;
				float:left;

				margin: 0;
				padding: 0;
				width: 364px;
				height: 11px;
				
				font-size: 7px;
				background: #fcfcfc;
			}
			div#rechts2 {
				width: 236px;
				
				background: #e2e8ed;
			}
		
			div#links, div#rechts {
				position: relative;
				float:left;
				
				margin: 0;
				padding: 0;
				width: 364px;
			}
			div#rechts {
				float: right;
				width: 236px;
			}
			
			div#footer {
				position: relative;
				clear: both;
				
				margin: 0;
				padding: 0 0 11px 0;
				width: 600px;
				height: 53px;
				
				background: #fcfcfc;
			}
			/*IE HACK*/ 
			/*der internetExplorer rafft das mit dem vertikalen padding leider nicht so ganz, deshalb:*/
			* html div#footer { padding: 0; }
			
				div#footer div#rechter_kasten {
					position: relative;
					float: right;
					
					margin: 0;
					padding: 0 0 11px 0;
					width: 236px;
					height: 53px;
					
					font-size: 10px;
					color: #7397b6;
					background: #e2e8ed;
				}
					div#footer div#rechter_kasten p {
						margin: 11px 22px 0 22px;
					}					
					div#footer div#rechter_kasten a, div#footer div#rechter_kasten a:hover {
						color: #7397b6;
						text-decoration: underline;
					}					
						div#footer div#rechter_kasten a:hover {
							text-decoration: none;
						}


/******************* LINKs EFFEKT CONTAINER ********************************/

h1 a.link {
	color: #254A64;
}

#container1, #container2, #container3, #container4, #container5, #container6, #container7, #container8, #container9 {

}


