body
{
	margin: 0;
	padding: 0;
	
	background-image: url(../Grafik/bg_page.jpg);
	background-repeat: repeat-x;
	background-color: #979898;
	background-position: top center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #ff4318;
}

a img
{
	border: 0;
}

h1
{	
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333333;
}

h2
{	
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333333;
}

td
{
	vertical-align: top;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

input,textarea
{
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	width: 990px;
	
	/*background-image: url(../Grafik/bg_wrapper.jpg);
	background-repeat: repeat-x;*/
}

#wrapper_inner
{
	background-image: url(../Grafik/bg_wrapper.jpg);
	background-repeat: repeat-x;

	padding: 0 10px 0 10px;
	width: 970px;
	/*background-color: #ffffff;*/
}

#top
{
	height: 96px;
	
	background-image: url(../Grafik/bg_top.jpg);
	background-repeat: no-repeat;
	background-color: #959595;
	
	position: relative;
}

#logos
{
	position: absolute;
	top: 0;
	right: 18px;
}
	
.Menu
{
	height: 51px;
	
	background-image: url(../Grafik/bg_menu.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position: top left;
	
	text-align: center;
	
	padding-top: 10px;
}

.Menu .Parent
{
	display: inline;
	margin: 0 3px 0 3px;
}

.Menu .Parent a
{
	display: inline-block;
	height: 51px;
	width: 146px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	
	background-image: url(../Grafik/bg_menubutton.gif);
	background-repeat: no-repeat;
}

#middle
{
	position: relative;

	background-color: #ebebeb;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 12px;
}
	
#leftcol
{
	width: 335px;
	float: left;
}
	
#midcol
{
	width: 616px;
	float: left;
	line-height: 17px;
	margin-left: 18px;
}

#midcol_medium
{
	width: 715px;
	float: left;
	line-height: 17px;
}

#midcol_full
{
	width: 100%;
	float: left;
	line-height: 17px;
}
	
#rightcol
{
	width: 330px;
	float: left;
}

#leftcol .padding, #rightcol .padding
{
	padding: 0 0 0 0;
}

#midcol_full .padding
{
	padding: 18px;
}

.promo
{
	/*background-image: url(../Grafik/bg_promo_middle.gif);
	background-position: top center;
	background-repeat: repeat-y;*/
	background-color: #333333;
	text-align: left;
	color: #ffffff;
	border-radius: 6px;
	width: 299px;
	font-size: 14px;
}

.promo_top
{
	/*background-image: url(../Grafik/bg_promo_top.gif);
	background-repeat: no-repeat;
	background-position: top center;*/
	height: 100%;
}

.promo_bottom
{
	/*background-image: url(../Grafik/bg_promo_bottom.gif);*/
	background-repeat: no-repeat;
	background-position: bottom center;*/
	height: 100%;
}

.promo strong
{
	display: block;
	padding: 10px 10px 7px 13px;
}

.promo img
{
	display: block;
	width: 230px;
	background-color: #0f0f0f;
	padding: 0 32px;
	margin: 2px;
}

.promo a
{
	color: #ffffff;
	text-decoration: none;
}

.column_1_3rd
{
	width: 159px;
	float: left;
}
	
#footer
{
	position: relative;

	margin: 0;	

	padding: 18px 28px 88px 28px;	
	
	color: #FFFFFF;
	font-size: 11px;

	background-image: url(../Grafik/bg_bottom_reflect.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.footer_column
{
	width: 200px;
	float: left;
	
	margin-right: 18px;
}

.button
{
	background-image: url(../Grafik/bg_normalbutton.gif);
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	width: 159px;
	height: 51px;
	font-weight: bold;
	line-height: 30px;
}

.clearFloats
{
	clear: both;
}

#col_left{
	float:left;
	width:211px;
}

#col_right{
	float:left;
	width:500px;
}

