@CHARSET "UTF-8";
@import "navi.css";
@import "footer.css";
@import "form_styles.css";

* {
	font-family:arial;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#4d4d4d;
}
body {
	background:#fff;
}
.clearer {
	clear:both;
	display:block;
}

/* layout */
.header_wrap {
	background:url(../gfx/header_bg_neu.jpg);
	height:100px;
	margin-bottom:5px;
	position: relative;
	z-index:2;
}

.body_wrap {
	position: relative;
	z-index:1;
}

.body_wrap .content_left {
	float:left;
	margin-right:20px;
	width:560px;
}

.body_wrap .content_right {
	float:left;
	width:350px;
}

/* wrap content */
.wrap_content {
	width:930px;
	margin:0 auto;
	position: relative;
}

/* inhalt boxen */
.content_box {
	background:#f3f3f3;
	border:solid 1px #d2d2d2;
	padding: 10px 15px;
	cursor:default;
}

.content_box .spacer {
	height:0px;
	border-top:solid 1px #d2d2d2;
	border-bottom:solid 1px #fff;
	margin:5px 0px;
	font-size:0px;
}

.content_box .body {
	line-height:18px;	
}
.content_box .body table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
.content_box .body table tr td {
	/*width:50%;*/
	padding:2px 0px;
	vertical-align: middle;
}
.content_box .body table tr td.label {
	width:150px;
}
.content_box .body span {
	color:#b90e1d;
}
.content_box .body select.dropdown_large {
	border:solid 1px #6c6c6c;
	margin:0px;
}

.content_box .dotted_spacer,
.content_box .dashed_spacer {
	height:0px;
	border-bottom:dashed 1px #d2d2d2;
	margin:5px 0px;
	font-size:0px;
}

.content_box .footer {
	margin-top:5px;
	border-top:dashed 1px #d2d2d2;
	padding-top:5px;
}
.content_box .footer span {
	color:#b90e1d;
}
/* typen unterscheidung */
.image_footage {
	border:solid 5px #00844e;
}
.text_footage, .text_footage * {
	color:#00844e;
}
.image_clip {
	border:solid 5px #992525;
}
.text_clip, .text_clip * {
	color:#992525;
}
.image_yearday {
	border:solid 5px #385a7d;
}
.text_yearday, .text_yearday * {
	color:#385a7d;
}
.image_history-boulevard {
	border:solid 5px #F1F1F1;
}
.image_history-berlin {
	border:solid 5px #F1F1F1;
}
.image_education-programs {
	border:solid 5px #F1F1F1;
}
