body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.image_left {
	float: left;
	padding: 3px 10px 7px 0;
}

.cyan {
	color: #208ed4;
}

.magenta {
	color: #f0c;
}

.yellow {
	color: #ffb500;
}

.green {
	color: #159701;
}

p {
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 8px 0;
}

/* unbenutzt */
h3, h4, h5, h6 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
/* unbenutzt */

a,
a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active,
a:focus,
a.active {
	text-decoration: underline;
}

#page {
	width: 970px;
	margin: 0 auto;
}

.container_one_column {
/* 	padding: 0 0 100px 0; */
/* 	min-height: 410px; */
/* 	height: 410px; */
/* 	overflow: hidden; */
}

.left_column {
	width: 180px;
	padding: 0 20px 0 0;
	float: left;
}

.center_column {
	width: 450px;
	padding: 0 90px 0 0;
	float: left;
}

.right_column {
	width: 230px;
	float: left;
}


/* Navigation */
.sub_navigation li {
	padding: 2px 0 8px 0;
}

.sub_navigation li li {
	padding: 2px 0 4px 0;
}

.sub_navigation a,
.sub_navigation a:link,
.sub_navigation a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	display: block;
	padding: 0 0 0 25px;
	background: #fff url('../gfx/link.gif') 0 0 no-repeat;
	font-size: 14px;
	line-height: 17px;
}

.sub_navigation a:hover,
.sub_navigation a:active,
.sub_navigation a:focus,
.sub_navigation a.active {
	text-decoration: none;
	color: #208ed4;
	padding: 0 0 0 25px;
	background: #fff url('../gfx/link_hover_agentur.gif') 0 0 no-repeat;
}

.sub_navigation ul {
	padding: 2px 0 0 25px;
}

.sub_navigation ul a,
.sub_navigation ul a:link,
.sub_navigation ul a:visited {
	text-decoration: none;
	text-transform: none;
	color: #000;
	padding: 0px;
	background: #fff;
	font-size: 12px;
	line-height: 17px;
}

.sub_navigation ul a:hover,
.sub_navigation ul a:active,
.sub_navigation ul a:focus,
.sub_navigation ul a.active {
	text-decoration: none;
	color: #208ed4;
	padding: 0px;
	background: #fff;
}

/* ENDE NAVIGATION */
.right_column a,
.right_column a:link,
.right_column a:visited {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	color: #000;
	padding: 0 0 0 25px;
	margin: 4px 0;
	background: #fff url('../gfx/link.gif') 0 0 no-repeat;
	font-size: 14px;
	line-height: 17px;
}

.right_column a:hover,
.right_column a:active,
.right_column a:focus,
.right_column a.active {
	text-decoration: none;
	color: #208ed4;
	padding: 0 0 0 25px;
	background: #fff url('../gfx/link_hover_agentur.gif') 0 0 no-repeat;
}

.right_column a img {
	margin: 0 0 0 -25px;
}

.center_column table {
	border-collapse: collapse;
}

.center_column table td {
	border: none;
	padding: 4px;
}

.center_column table td.beige {
	background: #EAEDF0;
}