/**
 *	@file: 					content.cs
 *	@description: 	
 *	
 *	@content:				
 *									1. Basics
 *									2. Header
 *									3. Footer
 *									4. Content
 *									5. Homepage
 */

body {
	background: #ffffff url(../images/bg_body.gif) 50% 0 repeat-y;
}

#wrapperMain {
	width: 780px;
	margin: 0 auto;
	min-height: 100%;
}

* html #wrapperMain {
	height: 100%;
}


/*----------------------[ Header ]------------------------------------*/

#header {
	width: 700px;
	height: 99px; /* dynamic: 6.19 */
	padding: 20px 40px 0 40px;
}

#logo_left {
	width: 250px;
	float: left;
}

#logo_right {
	float: right;
	width: 250px;
	text-align: right;
}


/*----------------------[ Footer ]------------------------------------*/

#footer {
	width: 698px;
	height: 50px;
	background: url(../images/bg_footer.gif) 0 0 no-repeat;
	margin: 0 auto;
	margin-top: -80px;
	padding: 30px 40px 0 40px; 
	font-size: .69em;
	color: #000000;
	
}

#copyright {
	float: left;
	padding-right: 10px;
}

#icons {
	float: left; 
	width: 50px;
}


/*----------------------[ Content ]-----------------------------------*/

#wrapperContent {
	height: 100%;
	width: 778px;
}

#content {
	width: 739px;
	margin: 0 0px 0 40px;
	font-size: .75em;
	padding: 0 0 80px 0;
}

#columnLeft {
	width: 470px;
	float: left;
	margin-top: 30px;
}

#wrapperColumnRight {
	background: url(../images/bg_column_right_repeat.gif) 0 0 repeat-y;
	width: 240px;
	margin-bottom: 2px;
	float: right;
}

#columnRight {
	width: 240px;
	background: url(../images/bg_column_right.gif) 0 0 no-repeat;
}

#columnRight a.arrow {
	font-size: .92em;
}

#columnRight .line1 {
	width: 239px;
}

#columnRight .box_1,
#columnRight .box_2 {
	width: 200px;
	padding: 30px 20px 5px 20px;
}

#columnRight .box_1 {
	background: url(../images/line1.gif) 4px 100% repeat-x;
}


/*----------------------[ Homepage ]----------------------------------*/

#row_top {
	width: 700px;
	margin-bottom: 15px;
}

#row_top .row_top_left {
	width: 432px;
	float: left;
}

#row_top .row_top_right {
	width: 228px;
	float: right;
}

#wrapperrow_bottom {
	background:  url(../images/bg_row_bottom_repeat.gif) 0 0 repeat-y;
}

#wrapperrow_bottom_bg {
	background: url(../images/line1.gif) 0px 0 repeat-x;
	margin: 0 0 2px -39px !important;
	padding: 1px 0 0 0;
	position: relative;
	width: 779px;
}

#row_bottom {
	background: url(../images/bg_row_bottom.gif) 0 1px no-repeat;
}

#row_bottom .row_bottom_left {
	float: left;
	width: 390px; /* 471 */
	margin: 0 2px 0 1px;
	padding: 30px 40px 15px 40px;
}

#row_bottom .row_bottom_right {
	float: left;
	width: 227px; /* 305 */
	padding: 30px 40px 15px 38px;
}

#row_bottom .row_bottom_left h1,
#row_bottom .row_bottom_right h1 {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 48px;
	margin-bottom: .5em !important;
}

#row_bottom .row_bottom_left h1 {
	background-image: url(../images/temp/bg_start_themen_aktuell.gif);
}

#row_bottom .row_bottom_right h1 {
	background-image: url(../images/temp/bg_start_agenta_aktuell.gif);
}


#row_bottom .row_bottom_left h3,
#row_bottom .row_bottom_right h3 {
	margin-bottom: .75em;
]
