/*
 * #######################
 * ### Main Containers ###
 * #######################
 */

#container {
	margin-left: 10px;
	width: 690px !important;
}

@media print {
	#container {
		width: 700px !important;
	}
}

/*
 * ###########
 * ### Top ###
 * ###########
 */

#top #logo {
	width: 100%;
	text-align: center;
}

#top #logoFRM2 {
	float: left;
}

#top #logoTUM {
	margin-top: 15px;
	float: right;
}

#top #hrTop {
	margin-bottom: 10px;
	padding: 0.5ex 0;
	width: 100%;
	height: 3ex;
	font-size: 0.9em;
	background-color: #0072BD;
	clear: both;
}

#top #services img {
	padding-left: 5px;
	vertical-align: middle;
}

#top #services {
	padding-right: 10px;
	float: right;
}

#top #breadcrumb {
	padding-left: 10px;
	float: left;
} 

#top #breadcrumb, #top #breadcrumb a {
	color: #FFF;
	font-weight: normal;
}

/*
 * ###############
 * ### Content ###
 * ###############
 */

#content {
	width: 690px !important;
}

#content #cleft, #content #cright,
#content #ctop, #content #cbottom {
	margin: 0;
	padding: 0;
}

#content #cleft {
	width: 330px;
	float: left;
	clear: both;
}

#content #cright {
	width: 330px;
	float: right;
}

#content #ctop, #content #cbottom {
	clear: both;
}

