@CHARSET "UTF-8";

/** globals
************************************************************************/


body {
	font-family: Tahoma;
	font-size: 11px;
	letter-spacing: 0.02em;

}


a.more {
	background: transparent url("../images/icon-red-more.gif") 0px 3px no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	color: #264083;
	text-decoration: none;
}

/** containers
************************************************************************/

/*.container { margin: auto auto auto auto; padding: auto auto auto auto; width: 900px; clear: both;}*/
.container	{position:absolute; left:50%; top: 0px; width: 900px; margin-left: -450px;}

.container .content {
	float: left;
	width: 579px;
	margin: 175px auto auto auto;
	padding: auto auto auto auto;
	z-index: 2;
}

.container .right {
	float: left;
	width: 300px;
	margin: 175px auto auto 21px;
	padding: auto auto auto auto;
	background-color: #DFE0E7;
	z-index: 1;
}

.container .menu_area {
	top: 0px;
	position: absolute;
	width: 900px;
	height: 148px;
	background: transparent url("../images/verlauf-top.jpg") no-repeat;
	z-index: 3;
	
}


/** headline styles
************************************************************************/

h1 { }
h2 { }
h3 { }

h4 {
	background: transparent url("../images/bg_right_item.gif") top left repeat-x;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 2px 10px;
	height: 13px;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: none;
	text-transform: uppercase;
}

h5 { }

h6 {
	color: black;
	font-weight: bold;
	font-size: 80%!important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/** ad styles
************************************************************************/

.right .ad_info { color: #264083; font-size: 8px; font-family: Tahoma; }
.right .ad { background-color: #dfe0e7; display: block; height: auto; width: 300px; margin-left: 0px; overflow:hidden}

.content .ad_info { color: #264083; font-size: 8px; font-family: Tahoma; margin-left: 52px; }
.content .ad { background-color: #fff; display: block; height: auto; width: 468px; margin-left: 52px; overflow:hidden}


/** default styles
************************************************************************/

.read-more { color: #660000; text-decoration: none; }


/** user path
************************************************************************/
.user_path {
	position: absolute;
	top: 145px;
	right: 0px;
	z-index: 2;
	font-size: 85%!important;
	color: #264083;
	width: 800px;
	overflow: hidden;
	text-align: right;
	
}

.user_path a { text-decoration: none; color: #264083; }

/** Accessibility
************************************************************************/
.xx-small	{
	font-size: 8px;
}

.x-small	{
	font-size: 9px;
}

.normal		{
	font-size: 10px;
}

.x-big		{
	font-size: 12px;
}

.xx-big	{
	font-size: 14px;
}

