body {
	margin: 0;
	font-family: Arial, Tahoma, Verdana;
	background-color: #C8D4DF
}

/* allgemeine Linkformatierung Textspalte und Footer */
a:link, a:active, a:visited { color: #000;	text-decoration: underline}
a:hover { text-decoration: none; color: #666 }
/* Rahmen (border) für Grafiken allgemein */
img { border: 0 }

.clear { clear:both; }



#rahmen {
	position: relative;
	top: 12%;
	margin: 0 auto;
	width: 100%;
	max-width:1000px;
	height: auto;
	background-color:#fff;
	display:flex;
}

	.box.left { width:31%; float:left; background-color:#003399; padding:2%;}
	.box.right { width:61%; float:right; padding:2%; }


	.box.left h1 {
		font-size: 13px;
		line-height: 20px;
		color: #fff;
		margin: 0
	}
	.box.left p {
		font-size: 11px;
		line-height: 150%;
		margin: 2px 0 25px 5px;
		color: #fff
	}
	
	.box.left a { color:#fff; }
	.box.left a:hover { color:#C8D4DF; }

	.box.right h1 {
		font-size: 18px;
		line-height: 20px;
		color: #fff;
		background-color: #003399;
		border-left: 1px solid #fff;
		margin-bottom:20px; padding:5px; 
	}
	.box.right h2 {
		font-size: 16px;
		margin: 0 5px 10px 0
	}

	.box.right h3 {
		font-size: 14px;
		margin: 0 5px 10px 0
	}

	.box.right p, .box.right ul {
		margin-bottom: 20px;
		text-align: left;
		font-size: 12px;
		line-height:20px; 
	}

	.box.right img { width:100%; height:auto; }
	.box.right img.logo { margin:0 auto 20px auto; max-width:246px; display:block; }

/* Rahmen nur Visitenkartenfenster */
#in {
	width: 100%;
	height: 380px;
	background-color: #fff;
	border: 5px solid #fff
}
/* Spalte für Logo */
#logo_box {
	width: 65%;
	height: 95px;
	text-align: center;
	background-color: #fff
}
/* Adresspalte */
#adr_box {
	width: 35%;
	background-color: #003399;
	font-size: 9pt;
	color: #fff
}
/* Linkformatierung für Adress- und weitere Kontaktdaten */
#adr_box a:link, #adr_box a:active, #adr_box a:visited, #dat_box a:link, #dat_box a:active, #dat_box a:visited {
	color: #fff;
	text-decoration: underline
}
#adr_box a:hover, #dat_box a:hover {
	text-decoration: none;
	color: #ccc
}
/* Absatz für Adresse */

/* Footer */ 
#footer {
	text-align: center;
	width: 100%;
	line-height: 20px;
	font-size: 10px
}
