/************************************************************* HTML TAGS */
html {}

body {
	/*background		:  url(/pics/layout/bg_footer_2.gif) repeat-x bottom left;*/
	background			: #fff;
  }

a {
	margin:			0;
	padding:		0;
	color:			#003D8F;
	text-decoration:none;
}
*{
	font-family			 : Verdana !important;
}

a:hover { text-decoration: underline; }

img { border:	0; }


/************************************************************* PAGE */

div.frame {
	position		: relative;
	width			: 100%;
	padding			: 0px 0;
	float			: left;
	background:	#202b4f  url(/pics/layout/image_1242049179753.gif) repeat-x 147px 0px;
	}
div.page {
	float: left;	width		: 980px;
	text-align	: left;
	border-left		: 1px solid #878787;
}
div.bg1, div.bg2, div.bg3, div.bg4 {
	width		: 100%;
	margin		: 0;
}
div.side-bg {
	position	: absolute;
	left		: 980px;
}
div.side-bg-top {
	position		: absolute;
	left			: 251px;
	height			: 91px;
	z-index			: 5;
	/*background		: #202b4f;*/
}

div.bg1{
	/*background	 : url(/pics/layout/bg_bg1.gif) repeat-y top left;*/
	float		 : left;
}
div.bg3{
	/*background	: url(/pics/layout/bg_ct_bg3.gif) repeat-y top right;*/
	float		: left;
}
div.bg2{
	/*background	: #202b4f url(/pics/layout/bg_cnt_content.gif) repeat-y 0px top ;*/
	float		: left;
}
div.bg4{
	float		: left;
}

/* tl: IE 5.5 Hack von dkr, damit IE HasLayout bekommt, hier könnte inline-block ausreichen? Validiert nicht! */
div.tailer { 
	zoom			: 100%;
	float			: left;
	position		: relative;
	/*background		: url(/pics/layout/flag_vmenu.gif) no-repeat left bottom;*/ 
}
/************************************************************* HEADER */
div.header { 
		float			: left;
		position			: relative;
 }
div.header-img{
	margin				: 0 0 0 0px;
	text-align			: left;
	width				: 980px;
	height				: 227px;
	position			: relative;
}


div.logo {
	position			: relative;
}
p.logo {
	position			: absolute;
	left				: 0px;
	bottom				: 0px;
	display				: block;
	background			: url(/pics/layout/image_1242744997119.gif) no-repeat top left;
	z-index				: 11;
}
* HTML p.logo {
	bottom				: 3px;
}
p.logo a {
	display:		block;
	width:			170px;
	height:			146px;
	text-decoration:none;
}

p.logo span { display:	none; }


/************************************************************* HORIZONTAL MENU */
a.hmenu_menu{
	color		: #2d438e;
	font-size	: 1em;
}
div.hmenu {
	clear:			both;
	color:			#FFFFFF;
	font-size:		0.75em;
	text-align:		center;
	border-bottom:	2px solid #FFFFFF;
	background:		#202b4f;
}
div.hmenu#hmenu2 {
	display			: none;
}
div.hmenu#hmenu1 {
	clear:			both;
	color:			#003D8F;
	font-size:		0.70em;
	text-align:		center;
	border			: none;
	background		: none;
	position		: absolute;
	z-index			: 30;
	top				: 12px;
}
div.hmenu-workspace {
	display			: block;
	height			: 1.4em;
	padding			: 3px 4px;
}

ul.hmenu1 { list-style-type:	none; }

li.hmenu1 {
	display: inline;
	float: left;
}
a.hmenu {
	display:		block;
	float:			left;
	padding:		1px 10px;
	color:			#FFFFFF;
	font-size:		1em;
	text-decoration:none;
	background:		#202b4f;
}
a.hmenu:hover {
	color:			#FFFFFF;
	text-decoration:none;
}
a.hmenu1 {
	padding:		2px 10px;
	font-weight:	700;
	background:		#202b4f;
}
a.hmenu1:hover {
	text-decoration:none;
	background:		#202b4f;
}
a.hmenu1-active {
	color:		#202b4f;
	background:	#7d8297;
}


/************************************************************* MAIN */
div.main {
	clear			: both;
	min-height		: 480px;
	text-align		: center;
	height			: 100% !important;
	min-height		: 100%;
}

* html div.main {
	height			: 480px;
	position		: relative;
}

/* warum steht das auskommentiert hier drin?
div.main div.vmenu, div.main div.content, div.main div.container { min-height:	480px; }
*/


/************************************************************* BREADCRUMB */
div.breadcrumb {
	width:	100%;
	height:	1.4em;
	margin: 0 auto 2px;
	display	:none;
}
span.breadcrumb-infotext {
	display:	block;
	float:		left;
	padding:	3px 5px;
	font-size:	0.75em;
}
div.breadcrumb UL {
	display:		inline;
	list-style-type:none;
}
div.breadcrumb LI {
	display:	inline;
	float:		left;
}
a.breadcrumb {
	display:		block;
	float:			left;
	margin:			0;
	padding:		3px 10px;
	color:			#202b4f;
	font-size:		0.75em;
	text-decoration:none;
	background:		transparent url(/pics/formbuttons/arrow.gif) no-repeat 0 6px;
}
a.breadcrumb:hover {
	color:			#202b4f;
	text-decoration:none;
}


/************************************************************* VERTICAL MENU */
div.vmenu {
		float:		left;
	width:		170px;
	margin:		0 -170px 10px 0;
	padding		: 0 0 0px;
	overflow:	hidden;
}

div.vmenu-workspace { margin:	0 0 20px 0; background	:#202b4f;}

ul.vmenu1, ul.vmenu2, ul.vmenu3, ul.vmenu4 { list-style-type:	none; }
ul.vmenu2{
	background	: #fff url(/pics/layout/menu_sub_bg.jpg) repeat-x top left;
}
li.vmenu1, li.vmenu2, li.vmenu3, li.vmenu4 { display:	inline; }

a.vmenu {
	display:		block;
	padding:		4px 5px 2px;
	color:			#FFFFFF;
	font-size:		0.8em;
	text-align:		left;
	text-decoration:none;
	background			: url(/pics/layout/bg_vmenu.gif) no-repeat ;
	background-position	: 0px -14px; 
}

a.vmenu:hover { 
	color:	#FFFFFF;
	background-position	: 0px 0px;  
}

a.vmenu1 {
	color				: #d3d3db;
	padding				: 10px 1px 6px 20px;;
	font-weight			: 700;
	background-position	: 0px 0px; 
}

a.vmenu1:hover { 
	text-decoration		: none;
	color				: #131625;
	background-position	: 0px -31px; 
}

a.vmenu1-active {
	color:			#131625;
	padding:		10px 1px 6px 20px;;
	font-weight:	700;
	background-position	: 0px -31px; 
}
a.vmenu_big {
	color				: #d3d3db;
	padding				: 10px 1px 6px 20px;;
	font-weight			: 700;
	background			: url(/pics/layout/bg_vmenu_big.gif) no-repeat 0px 0px;
}

a.vmenu_big:hover { 
	text-decoration		: none;
	color				: #131625;
	background			: url(/pics/layout/bg_vmenu_big.gif) no-repeat 0px -51px;
}

a.vmenu_big-active {
	color:			#131625;
	padding:		10px 1px 6px 20px;;
	font-weight:	700;
	background			: url(/pics/layout/bg_vmenu_big.gif) no-repeat 0px -51px;
}
a.vmenu2 {
	padding:		3px 1px 6px 32px;
	color:			#202b4f;
	font-size:		0.75em;
	font-weight		:	400;
	background:none;
	/*background-position	: 0px -80px;*/
}

a.vmenu2:hover { 
	color:			#202b4f;
	text-decoration:none;
	/*background-position	: 0px -67px;*/ 
}

a.vmenu2-active {
	font-weight:	700;
	color:			#202b4f;
	/*background-position	: 0px -67px;*/ 
	font-size:	0.75em;
}
a.vmenu3 {
	background-position	: 0px -160px; 
	padding:		3px 1px 3px 46px;
	color:			#09122f;
	font-size:		0.75em;
	font-weight:	400;
}

a.vmenu3:hover { 
	color:			#09122f;
	text-decoration:none;
	background-position	: 0px -160px; 
}

a.vmenu3-active {
	color:			#09122f;
	background-position	: 0px -160px;  
	font-size:	0.75em;
}
a.vmenu4 {
	padding:		3px 0 3px 25px;
	color:			#FFFFFF;
	font-size:		0.75em;
	font-weight:	400;
	background-position	: 0px 0px; 
}

a.vmenu4:hover { 
	text-decoration:none;
	background-position	: 0px 0px; 
 }

a.vmenu4-active {
	background-position	: 0px 0px; 
	font-size:	0.75em;
}


/************************************************************* CONTAINER */

input.suche_input_text{
	background			: url(/pics/layout/bg_input_suche.gif) no-repeat top left;
	font-size			: 0.70em;
	border				: none !important;
	padding				: 4px 3px !important;
	float				: left;
	color				: #474747;
	width				: 171px;
}
input.suche_input_button{
	float				: left;
}
div.suche{
	float				: left;
	width				: 200px;
	padding-bottom		: 0px;
}
div.container {
		float		: right;
	width		: 200px;
	margin		: 0 0 20px -200px;
	text-align	: left;
	/*background	: #202b4f url(/pics/layout/bg_ct_container.gif) repeat-x top left;*/
	text-align	: center;
}
div.container-left {
	float:	left;
	width:	0px;
	padding	: 0 0 20px;
}
div.container-right {
	float:	right;
	width:	200px;
	padding	: 0 0 20px;
}

div.container-menu { width:	170px; }

div.container-top { width:	0px; }

div.container-bottom { 
	width			: 170px;
	margin-bottom	: 10px; 
}


div.container-workspace {
	float:		left;
	width:		100%;
	margin:		18px 0 0px 0;
	/*background:	#202b4f;*/
}
div.container-headline {
	width: 			100%;
	padding:		3px 0;
	color:			#FFFFFF;
	font-weight:	700;
	text-align:		center;
	text-decoration:none;
	border-bottom:	1px solid #7d8297;
	/*background:		#202b4f;*/
	overflow:		hidden;
}
div.container-content {
	padding:	3px 0px;
	color:		#FFFFFF;
	font-size:	0.70em;
}

div.container-content a { color:	#FFFFFF; }

h3.container {
	display:	inline;
	font-size:	0.75em;
	color:		#FFFFFF;
}

img.border-image { float:	left; }

div.container-content div.text{
	padding			: 0px 0px 0 0px !important;
	float			: none !important;
}

/************************************************************* CONTENT */
div.content {
	width:		570px;
	margin:		0 200px 20px 170px;
	padding:	0 20px 0 20px;
	text-align:	left;
	float		:	left;
}
* HTML div.content {
	float		:  none;
	padding		:  0px;
}
*+ HTML div.content {
	float		:	none;
}

div.content-wrap {
	float:	left;
	width:	100%;
	margin:	0 auto;
}
div.content-workspace { 
	margin		:  0 auto 17px auto; 
	float		:  left;
	width		:	100%;
	background	: none;
}

.ctrl_suchen div.content-workspace { 
	margin		:  0 auto 17px auto; 
	float		:  left;
	width		:	100%;
	background	: #e4e4e9 url(/pics/layout/bg_cnt_wrap.gif) repeat-x top left;
}

.form-begin .sitemap{
	background	: #e4e4e9 url(/pics/layout/bg_cnt_wrap.gif) repeat-x top left;
}
ul.sitemap *{
	background:none !important;
}
.sitemap-content-text{
	height:		100%;
	margin:		0 0 0px;
	padding:	0px;
	color:		#232327;
	text-align:	left;
	font-size:	0.70em;
	float	: left;
	width	:100%;
}
*+ HTML div.content-workspace {
	float		:	none;
}
div.content-workspace ol, div.content-workspace ul, div.content-workspace li { margin-left:	17px; }
div.content-workspace ol li, div.content-workspace ul li { margin-left:	0; }
div.content-header {
	padding:		13px 7px 3px 19px;
	color:			#202b4f;
	text-align:		left;
	font-weight:	700;
}
div.content-text {
	height:		100%;
	margin:		0 0 0px;
	padding:	0px;
	color:		#232327;
	text-align:	left;
	font-size:	0.70em;
	float	: left;
}
h3.content-title {
	display:	inline;
	color:		#2d438e;
	font-size:	23px;
	padding		:0px 0 0 0px;
	font-weight:	700;
}
div.staticsite h3.content-title {
	display:	inline;
	color:		#2d438e;
	font-size:	23px;
	padding-left	:0px;
	font-weight:	700;
}
div.staticsite .content-text{
	height:		100%;
	padding:	5px;
	color:		#232327;
	text-align:	left;
	font-size:	0.75em;
	float	: left;
}


/************************************************************* FOOTER */
div.footer {
	clear		: both;
	height		: 124px;
	margin		: -45px 0 0 0;
	padding		: 48px 0 0 0px;
	font-size	: 0.75em;
	color		: #202b4f;
	text-align	: left;
	float		: left;
	position	: relative;
	width		: 100%;
	background	:  url(/pics/layout/bg_footer.gif) repeat-x top left ;
}
div.tailer_flage { 
	top				: -156px;
	left			: 5px;
	width			: 170px;
	height			: 201px; 
	position		: absolute;
	z-index			: 400;
	background		: url(/pics/layout/flag_vmenu.gif) no-repeat left bottom;
}

.footer a {
	display:		block;
	float:			left;
	padding:		2px 10px;
	color:			#202b4f;
	font-size:		1em;
	font-weight:	700;
	text-decoration:none;
}

.footer a:hover {
	color:			#202b4f;
	text-decoration:none;
}

/************************************************************* STANDARDS */
div.paging-inlay{
	text-align	: center;
	height		: 70px;
	width		: 500px;
	float		: left;
}

span.paging { color:	#232327; padding: 0px !important; }

.paging { background:	none !important; padding: 0px !important; }

span.site-of-pager{
	padding-right:8px;
}

span.jump-to-pager{
	padding-left:8px;
}

span.backlink-pager a, span.forlink-pager a{
	vertical-align:middle;
}

input.jump-to-pager{
	margin-top:			-2px;	
	text-align:			center;
	width:				25px;	
	padding:			0px !important;
}

input.submit-pager{
	height:				20px;
	vertical-align:		top;
}

.border1 { border:	1px solid #202b4f; }

div.form-begin {
	/*border:		1px solid #202b4f;
	background:	#7d8297;*/
}

textarea, input.text { border:	1px solid #202b4f; }

input.button {
	color:	#232327;
	border:	1px outset #131625;
}
option {
	color:		#232327;
	background:	#FFFFFF;
}
button {
	color:	#232327;
	border:	1px solid #202b4f;
}
fieldset {
	margin:		10px 0;
	padding:	5px 10px;
	border:		2px solid #202b4f;
}

legend {
	padding:	2px 10px;
	border:		1px solid #202b4f;
}

div.form-fieldset-inlay {
	padding:	3px 7px;
	background:	#7d8297;
}
span.magazinedate{
	color			: #7d8297;
	font-weight		: 400 !important;
	text-align		: left;
}
div.teaser_top span.magazinedate{
	clear			: both;
	margin-left		:5px;
}

div.titel_list{
	float			: left;
	width			: 552px;
	padding			: 14px 9px 20px 9px;
	margin			: 0px 0 10px;
	background		: #E4E4E9 url(/pics/layout/bg_titellist_news.gif) no-repeat bottom right;
}
p.p_news_hot{
	margin-right	: 9px;
}
* HTML p.p_news_hot{
	margin-right	: 5px;
}


.clouddiv {
	margin-top			: -3px;
	text-align			: left;
	line-height			: 16px;
}
*+HTML .clouddiv {line-height:18px;}

.cloud12, .cloud15, .cloud18 {
	font-family			:Trebuchet MS,Verdana,Arial;
}

a.cloud12{
    color				:#D8D6E1 !important;
	font-size			:10px;
}

a.cloud15{
    color				:#7785C2 !important;
	font-size			:12px;
}

a.cloud18{
    color				:#FFF !important;
	font-size			:12px;
	font-weight			:bold;
}

.top_wort{
	background			: #08112E;
	padding				: 5px;
}
.width98{
	width				: 98%;
}
* HTML .width98{
	width				: 93%;
}