body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	line-height:18px;
}
body {
	background-color: #cfdfee;
	background-image: url(background.jp);
	background-repeat: repeat-x;
	margin: 10px;
	color: #7f7f7f;
}

a:link {
	color: #559;
	text-decoration: none;
}

a:visited, a:active {
	color: #069;
	text-decoration: none;	
}

a:hover {
	color: #d00000;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #003366;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #336699;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}

.header {
	width: 840px;
	height: 100px;
	background-color: #ddd;
	text-align: right;
	vertical-align: top;
	padding-bottom:0px;
	background-image: url(banner.gif);
	background-repeat: no-repeat;
}

.header_menu {
	width: 840px;
	height: 25px;
	background-color: #ddd;
	text-align: left;
	font-weight: normal;
	color:#888;
	padding-left: 15px; 
	vertical-align: middle;
	background-image: url(/web20/weblight/images/rounded/header_menu_1.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #666;
}



.menu {
	vertical-align: top;
	background-color: #FFffFF;
	width: 170px;
	padding-top: 0px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #efefef;
}
.menu ul ul {
	padding-left: 10px;
	
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 5px 10px 5px 10px;
	color: #069;
	display: block;
	text-decoration: none;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}
.menu a:hover {
	background-color: #fff;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
	background-color: #e4e4e4;
}



.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	line-height:10px;
	height: 10px;
}

.border2 {
	font-size: 1px;
	line-height:7px;
	height: 7px;
}
.login {
	padding: 6px 10px 4px 10px;
	font-size: 10px;
	background-color: #fff;
	color: #FFFFFF;
	text-align: center;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDDDDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFFFFF;
}
.content {
	padding: 10px;
	padding-left: 12px;
	background-color: #ffFFFF;
	height: 600px;
	vertical-align: top;
	text-align: left;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.footer {
	padding: 5px;
	height: 20px;
	color: #88a;
	vertical-align: middle;
	text-align: center;
}

.main {
	border:0px solid #f00;
}

/* XML Angebote linke Spalte */

.offer_left_header {
	padding-left:10px; 
	padding-top:3px; 
	padding-bottom:10px; 
	font-weight:bold; 
	border-top:0px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:0px solid #ddd;
}	

.offer_left_body {
	padding-left:10px; 
	padding-top:10px; 
	padding-bottom:10px; 
	padding-right:0px; 
	font-weight:normal; 
	border-top:1px solid #ddd; 
	border-left:1px solid #ddd;
	border-right:1px solid #ddd; 
	border-bottom:0px solid #ddd;
}

/* Tool Tip linke Spalte */
a.tip {
	position: relative;
}
a.tip span {
	display: none;
	position: absolute;
	line-height:18px;
	font-weight:bold; 
	top: -250px;
	left: 150px;
	width: 342px;
	padding: 10px;
	z-index: 100;
	background: #FFF9CB;
	color: #666;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}
a:hover.tip { text-decoration: none;
	font-size: 99%; /* this is just for IE */
}
a:hover.tip span {
	display: block;
}

/*	background	Menüs */
.logo_back {
background-color: #ffffff;
background-image : url(/web20/images/bg_images/header_back.gif);
background-repeat : no-repeat;
background-position : center;
}
