div#background {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	overflow-x: auto;
	overflow-y: scroll;
	
	/* background-color: red; */
}

div#background_2 {
	/* position: absolute; */
	/* top: 0px; */
	/* left: 50%; */
	width: 762px;
	height: 100%;
	/* margin-left: -381px; */
	margin: 0px auto;
	
	background-image: url(../_layout/_backgrounds/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center;
	
	z-index: 2;
	/* background-color: yellow; */
}

div#content_all {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding:0px;
	overflow-x: auto;
	overflow-y: scroll;
	
	z-index: 5;
	
	/* background-color: red; */
}

div#header,
div#error,
div#content,
div#footer {
	position: relative;
	width: 756px;
	padding: 0px 3px 0px 3px;
	margin: 0px auto;
	
	/* background-color: magenta; */
}


div#header {
	background-image: url(../_layout/_backgrounds/bg_content_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #ececec;
}

div#logo {
	position: absolute;
	top: 13px;
	right: 15px;
	z-index: 100;
	
	/* background-color: red; */
}


/* --------------------------------------------------------------------------------------------- navigation -- */
div#languages {
	padding: 0px 18px 5px 0px;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
	color: #13461e;
}

.error {
	height: auto;
	text-align: center;
	font-size: 17px;
	line-height: 21px;
	color: #13461e;
	padding: 10px 0px 15px 0px;
	
	/* background-color: green; */
}



/* --------------------------------------------------------------------------------------------------- content */

div#content { 
	height: auto;
	margin: 10px auto;
	/* background-image: url(../_layout/bg_content.gif); */
	background-repeat: repeat-y;
	background-position: top center;
	
	/* background-color: lime; */
}


div#content .column {
	/* background-color: green;  */
	/* opacity: 0.8; */
	/* border: 1px solid red; */
}


.map {
	margin-bottom: 5px;
	background-color: #f0f0f0;
}

.map span {
	display: none;
}

/* -------------------------------------------------------------------------------------------------------- box */
div#content .box {
	margin: 0px 0px 18px 0px;
	
	/* background-color: magenta; */
}

div#content .box .headline_oben,
div#content .box .headline_unten {
	display:block; 
	overflow:hidden; 
	height:1px;
	margin: 0px;
	border-left: 1px solid #ffffff; 
	border-right: 1px solid #ffffff;
	font-size: 1px;
	background: transparent;
	
	/* background: red; */
}


div#content .box .content_div {
	/* background-color: yellow; */
}

div#content .box_large_left,
div#content .box_large_right,
div#content .box_large_left_2,
div#content .box_large_right_2 {
	float:left; 
	width: 130px; 
	margin: 0px 12px 0px 0px;
	
	/* background-color:red; */
}

div#content .box_large_right,
div#content .box_large_right_2 {
	float: left;
	width: 295px;
	margin: 0px 0px 0px 0px;
}

div#content .box_large_left_2 { width: 80px; }
div#content .box_large_right_2 {	width: 345px; }


/* ---------------------------------------------------------------------------------------------- CONTENT: 2:1 */
div#content .info_5_3 {
	width:517px;
	background-image: url(../_layout/_backgrounds/bg_5_3.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
	/* background-color: green; */
}

div#content .info_5_3 .left,
div#content .info_5_3 .right {
	float: left; 
	width: 253px;
	
	/* background-color: blue; */
}

div#content .info_5_3 .left {
	margin-right: 	34px;
}

div#content .info_5_3 .right {
	width: 			212px;
}


/* ---------------------------------------------------------------------------------------------- CONTENT: 2:1 */
div#content .info_4_4_4,
div#content .info_6_6 {
	width:720px;
	background-image: url(../_layout/_backgrounds/bg_6_6.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
	/* background-color: green; */
}

div#content .info_4_4_4 {
	background-image: url(../_layout/_backgrounds/bg_4_4_4.gif);
}

div#content .info_4_4_4 .left,
div#content .info_4_4_4 .left_margin { 
	overflow:hidden;
	width: 220px; 
}

div#content .info_6_6 .left,
div#content .info_6_6 .left_margin { 
	overflow:hidden;
	width: 345px; 
}

div#content .info_4_4_4 .left_margin,
div#content .info_6_6 .left_margin { 
	margin-right: 30px;
}

div#content .info_6_6 .right { 
	width: 346px; 
}

.left,
.left_margin {
	float: left;
	
	/* background-color: red; */
}

.right {
	float: right;
}

.line_4_4_4 {
	clear: both;
	height: 24px;
	background-image: url(../_layout/line_4_4_4.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
	background-color: #f3eee8;
}

div#content .daten_left,
div#content .daten_right {
	float: left;
	width: 60px;
	
	/* background-color: red; */
}

div#content .daten_right {
	width: 190px;
}


/* ------------------------------------------------ shortlist (small column -> left: alumni_thumb, right: text) */
div#content .shortlist {
	margin: 0px 0px 6px 0px;
}

div#content .shortlist .left,
div#content .shortlist .right {
	float: left; 
	width: 50px;
}

div#content .shortlist .right {
	width: 167px;
}


.title,
.title_margin,
.title_header {
	font-size: 14px;
	font-weight: bold;
	color: #13461e;
}

.title_header {
	margin-bottom: 6px;
	text-transform: uppercase;
}

.title_margin {
	margin-bottom: 6px;
}


sup {
	line-height: 0px;
}

.image_2_3 {
	width: 517px; 
	padding: 4px 0px 4px 0px; 
	background-color: #f3eee8;
}


div#content .daten .left {
	float: left;
	width: 63px;
	font-weight: bold;
	
	/* background-color: red; */
}

div#content .daten .right {
	float: left;
	width: 187px;
	
	/* background-color: blue; */
}


/* ----------------------------------------------------------------------------------------------------- footer */
div#footer {
	height: 30px;
	width: 720px;
	padding: 5px 0px 30px 0px;
	border-top: 1px solid #646567;
	font-size: 9px;
	line-height: 12px;
	color: #909090;
	/* text-transform: uppercase; */
	
	/* background-color: yellow; */
}


div#footer .left,
div#footer .right {
	float:left;
	font-size: 9px;
	line-height: 13px;
	color: #909090;
	
	/* background-color: red; */
}

div#footer .right {
	float: right;
	margin-left: 15px;
}

/* ------------------------------------------------------------------------------------------------------ stuff */

.vspace {
	clear:both;
	width:auto;
	height:0px;
	font-size:0px;
	line-height:0px;
}

.hspace {
	width:0px;
	height:0px;
	font-size:0px;
	line-height:0px;
}

.vline,
.vline_medium,
.vline_large {
	clear: both;
	width: auto;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(../_layout/line.gif);
	background-repeat: repeat-x;
	background-position: left;
	margin: 6px 0px 4px 0px;
}

.vline_medium { margin: 12px 0px 11px 0px; }
.vline_large {	margin: 20px 0px 16px 0px; }

.small,
.small_bold {
	font-size: 10px;
	line-height: 15px;
}

.small_bold,
.bold {
		font-weight: bold;
}