@charset "UTF-8";
body {
	font: 100%/1.4 'Fira Sans', sans-serif;
	font-style:italic;
	background: #999;
	background-image:url(../img/bg-ovale.gif);
	margin: 0;
	padding: 0;
	color: #666;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
	line-height:1.7em;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

a img { 
	border: none;
}

a:link {
	color:#0f4496;
	text-decoration: underline; 
}

a:visited {
	color: #0f4496;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color:#03F;
	text-decoration: none;
} 

/* ~~ Dieser Container mit fester Breite umschließt die anderen div-Tags. ~~ */
.container {
	width: 960px;
	height: 1879px;
	margin: 0 auto;
	background-image:url(../img/container-1blase+1+1baumgartner.gif);
	background-repeat:no-repeat;
}

.header {
	margin-top: 20px;
	height:215px;
}

.sidebar1 {
	float: left;
	width: 175px;
	height: 1644px;
	padding: 10px 0px 0 10px; /* oben rechts unten links  */
	font-size:1.1em;
}

.blase1 {
	padding: 30px 25px 0 20px;
	width: 650px;
	height: 320px;
	float: left;
}

.ueberschneidung {
	position: relative;
	left: 0px;
	top: 5px;
	width: 530px;
	height: 170px;
	float:left;
	z-index:0;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	color:#039;
	font-size:1.2em;
}

.kleiner {
	font-size:0.9em;
}

.blase2 {
	position: relative;
	left: 0px;
	top: 10px;
	padding: 30px 25px 0 20px;
	width: 650px;
	height: 320px;
	float: left;
}

.blase3 {
	position: relative;
	left: 0px;
	top: 10px;
	padding: 30px 25px 0 20px;
	width: 650px;
	height: 440px;
	float: left;
}

.blase1 ul, .blase2 ul, .blase3 ul { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none;
	line-height:1.9em;
	text-align:center;
	color:#cc3333;
	font-weight:bold;
}  

ul.nav a {
	color:#999;
	text-decoration:none;
	font-weight:normal;
}

ul.nav a:hover {
	color:#C30;
	text-decoration:none;
	font-weight:bold;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}