/* CSS Document */

* { behavior: url(/iepngfix.htc) }

* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444;
}

body, textarea {
	font-size:12px;
}

h1, h2 {
	display:none;
}

input.text, textarea.text {
	width:300px;
}

a:link, a:visited{
	text-decoration:none;
	color:#386aaa;
}

a:hover,a:active{
	text-decoration:underline;
	color:#1a4a88;
}

a img{
	border:none;
}

div#main {
}

div#head {
	width:1000px;
}

div#head_left {
	background-image:url('images/logo.jpg');
	width:568px;
	height:89px;
	float:left;
}

div#head_right {
	background-image:url('images/head_woman.jpg');
	width:235px;
	height:89px;
	float:right;
}

div#banner {
	background-image:url('images/banner_back.jpg');
	height:172px;
}

div#banner_headline {
	background:transparent url('images/banner.jpg') no-repeat;
	width:841;
	height:172px;
}

div#white_navi {
	width:450px;
	margin-right:0px;
	margin-left:auto;
	padding-top:7px;

}

ul#white_tabs {
	list-style:none;
}

ul#white_tabs li {
	float:left;
	height:29px;
}

ul#white_tabs a {
	display:block;
	width:105px;
	height:30px;
	background:transparent url('images/white_tab.png') no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:0.8em;
	text-align:center;
	padding-left:5px;
	color:#444444;
	cursor:pointer;
}


/* IE bug */
* html div#red_navi {
	padding-top:98px;
}

div#red_navi {
	width:840px;
	margin-right:auto;
	margin-left:auto;
	padding-top:128px;
}


ul#red_tabs {
	list-style:none;
}

ul#red_tabs li {
	float:left;
	height:29px;
}

ul#red_tabs a {
	display:block;
	width:131px;
	height:15px;
	background:transparent url('images/red_tab_big.png');
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
	padding-right:8px;
	color:#FFFFFF;
	cursor:pointer;

}

div#main_sub {
	width:1000px;
}

div#sidebar {
	float:left;
	background-color:#ebebeb;
	width:184px;
}

div#sidebar p.search {
	color:#CC0033;
	font-weight:bold;
	margin:10px 5px;
	font-size:0.9em;
}

div#sidebar form.search {
	margin:10px;
}

div#sidebar input.search_button {
	background-color:#CC0033;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	height:18px;
}

/* Fuer den IE */
* html div#sidebar input.search_button {
	height:20px;
}

div#sidebar input.keywords {
	width:100px;
}

div#sidebar .sidebar_text {
	margin:2px;
	background-color:#FFFFFF;
}

div#sidebar p.sidebar_top {
	padding:3px 5px;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	background-color:#386aaa;
}

div#sidebar li {

	list-style-image:url('images/bullet.png');
	margin-left:25px;
	height:18px;
	padding-top:2px;
}

div#sidebar a {
	color:#CC0033;
	font-weight:bold;
}

div#content {
	float:right;
	width:796px;
	line-height: 20px;
	padding:10px;
}

div#copyright {
	text-align:center;
	margin:10px 0px;
	font-weight:bold;
	font-size:0.9em;
}