/* ######################## Formatierung für volle Breite ########################## */
#content .framed_content
{
	width: 838px;
}

/* ######################## Formatierung für rechte Sidebar ######################## */
#content .divided_content_left
{
	width: 617px;
}

#content .divided_content_right
{
	float: right; 
	width: 221px;
	background-color: #ecf2f9;
}

/* ##################### Weitere Formatierungselemente des Inhalts #################### */
#content p.bodytext, #content table.contenttable, #content fieldset, #content .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap, #content .csc-textpic-intext-left .csc-textpic-imagewrap
{
	margin-left: 15px;
	margin-right: 15px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 
{
	margin-left: 15px;
	margin-right: 15px;
	color: #1a2e70;
}

#content h1{
	font-size: 24px;
	line-height: 30px;
}

#content h3{
	margin-top: 30px;
	margin-bottom: 0px;
}

/* Neues Inhaltselement: Textumfluss bei Bildern beenden.*/
#content .csc-header {
	clear: both;
}

/* ########################### Content-Überschriften #################### */
#titelbild
{
	height: 230px; 
	width: 838px; 
}

#titelbild img
{
	position: relative; 
	z-index: 1; 
}

#titelbild .header_text_outer
{
	top: -110px; 
	position: relative; 
	z-index: 2; 
	width: 838px;
}

#titelbild .header_text_inner
{
	font-size: 120%; 
	color: #282969; 
	font-weight: bold; 
	text-align: right;
	padding-left: 65%;
}


/* ######################## Bulletlists ####################### */

#content .csc-bulletlist li{
	padding-top: 8px;
	line-height: 26px;
}


/* ######################## Teaser-Boxen ###################### */
#content div.teaserbox_1 {
	width: 260px;
	float: left;
	background-color: #dce0f0;
}

#content div.teaserbox_2 {
	width: 260px;
	margin-left: 15px;
	float: left;
	background-color: #dce0f0;
}

#content div.teaserbox_3 {
	width: 260px;
	margin-left: 15px;
	float: left;
	background-color: #dce0f0;
}

#content div.inner_teaser {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ######################## Mailform ########################## */
#mailform {
	width: 400px;
	float: left;
	border: none;
}

#mailform .csc-mailform{
	border: none;
}

#mailform label{
	width: 150px;
	float: left;
}

#mailform div.csc-mailform-field{
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ######################## Startseite ######################## */
#content div.home_pens
{
	width: 300px;
	height: 100%;
	float: right;
	text-align: center;
}

/* ######################## Diplomarbeit ######################## */
#content h1.alumnushat_header
{
	font-size: 120%;
	color: #282969;
	font-weight: bold;
	text-align: right;
	background-image: url(images/content_images/alumnus_hat.gif);
	background-repeat: no-repeat;
	margin-bottom: 25px;
	height: 120px;
}



dl, dd, dt
{
	margin: 0px;
	padding: 0px;
}