/* ---- Basic Styles ---- */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4642;
}
body {
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
h1 {
	color: #e1007d;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}
h2 {
	color: #007ac3;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
a:link, a:visited, a:hover, a:active {
	color: #4E4642;
}

/* ---- Base-DIV ----*/
#container {
	width: 900px;
}
#header {
	padding-bottom: 20px;
}
#logo {
	float: left;
	width: 220px;
	padding-top: 25px;
}
#teaser {
	margin-left: 220px;
	text-align: right;
}
#row_set {
}
#row_left {
	float: left;
	width: 210px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #429cd7;
}
#row_right {
	float: right;
	width: 210px;
}
#row_center {
	margin-right: 230px;
	margin-left: 230px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #429cd7;
}

#row_center img {
	margin-right: 10px;
}
#footer {
	border-top: 1px solid #007ac3;
	text-align: center;
	padding: 5px;
	margin-top: 30px;
}
/* ---- Advanced-DIV ---- */
#bild_box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007AC3;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #429cd7;
	padding-top: 10px;
}
#text_teaser {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #429cd7;
	padding-bottom: 10px;
}
/* ---- Advanced Styles ---- */
#navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}
	#navigation ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	#navigation li {
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #a3c4e9;
		font-size: 13px;
	}
	#navigation li.active {
		border-bottom: 1px solid #e1007d;
		border-top: 1px solid #e1007d;
		margin-top: -1px;
	}
	#navigation li.active a {
		color: #e1007d;
	}
	#navigation li.active li a {
		color: #4e4642;
	}
	#navigation li ul {
	}
	#navigation li ul li {
		border: none;
		font-size: 12px;
		padding-left: 10px;
	}
	#navigation li ul li.active {
		border: none;
	}
	#navigation li ul li.active a {
		color: #e1007d;
	}
	#navigation a {
		text-decoration: none;
	}
#text_box {
}
	#text_box h2 {
		color: #e1007d;
	}
#text_notice {
	border-top: 1px solid #007ac3;
	margin-top: 30px;
}
/* ---- Hacks & Co. ----*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

