@charset "utf-8";
/* Libero Stylesheet
www.pdf-logger.com
start:			2007-02-27
last update:	2007-05-02
developped by benjamin wiederkehr for BONBONS Deluxe */
/*
universal reset
/////////////////////////////////////////////////////////////////*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
/*
html and body
/////////////////////////////////////////////////////////////////*/
html{
}

body{
	margin-top: 10px;
	margin-height: 10px;
	font: 12px Arial, sans-serif;
	line-height: 1.4;
	color: #000;
	background: #dceef7 url(../images/body_bg.gif) repeat-x;
/* align ie5 center screen */
	text-align:center;
}
/*
typography
/////////////////////////////////////////////////////////////////*/
/* Links */
a:link {
	color: #000;
	text-decoration: underline;
}
	#language a:link,
	a.download:link{
		text-decoration: none;
	}
	.related a:link,
	.related a:visited,
	.related a:hover{
		color: #fff;
	}
	a.download:link,
	a.download:visited{
		text-decoration: none;
		font-size: 24px;
		padding: 15px 0 0 0;
		text-align: center;
		color: #fff;
		display: block;
		margin: 10px 0 20px 0;
		width:409px;
		height: 44px;
		background: url(../images/button.gif) 0 0 no-repeat;
	}
	a:hover.download{
		text-decoration: none;
		background: url(../images/button.gif) 0 -59px no-repeat;
	}
	a.weiter:link{
		text-decoration: none;
		display: block;
		margin: 10px 0 0 0;
		font-weight: bold;
		color: #c00;
		font-size: 16px;
	}
	a.weiter:visited{
		text-decoration: none;
		display: block;
		margin: 10px 0 0 0;
		font-weight: bold;
		color: #c00;
		font-size: 16px;
	}
	a.weiter:hover{
		text-decoration: none;
		display: block;
		margin: 10px 0 0 0;
		font-weight: bold;
		color: #900;
		font-size: 16px;
	}
	a.footer:link{
	color: #666;
	text-decoration: none;
	}
	a.footer:visited,
	a.footer:hover{
		color: #000;
	}
	a.lang:link{
		color: #999;
		text-decoration: none;
	}
	a.lang:visited{
		color: #999;
		text-decoration: none;
	}
	a.lang:hover{
		text-decoration: none;
		color: #000;
	}

	div#teaser a:link,
	div#teaser a:visited{
		text-decoration: underline;
	}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* paragrphs */
p {

}
	.related p,
	.fehler p{
		margin: 20px 0 40px 0;
		font-size: 16px;
		font-weight: normal;
		line-height: 24px;
	}

/* headlines */
h1 {

}
	#header h1{
		font: "Tahoma", Arial, sans-serif;
		text-align: center;
		position: relative; top: 108px;
		padding: 20px 0 0 30px;
		color: #fff;
		font-size: 26px;
		font-weight: bold;
		line-height: 1.4em;
	}
h2 {
	font: "Tahoma", Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 35px;
	color: #c00;
	margin: 0 0 .4em 0;
}
	h2.invisible{
		display: none;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 1em 0 .4em 0;
}
	h3.mittig{
		font-weight: bold;
		text-align: center;
	}

h4 {
	font-weight: bold;
	margin: 0 0 .4em 0;
}
/*
spans
/////////////////////////////////////////////////////////////////*/
span{
	
}
	span.fehler{
		display: block;
		width: 399px;
		margin: 10px 0 0 0;
		padding: 10px 0 10px 10px;
		font-weight: bold;
		color: #fff;
		font-size: 16px;
		background: #c00;
	}

	span.linkinvalid{
		font-weight: bold;
		color: #fff;
		font-size: 16px;
	}

	span.langgrey{
		color: #999;
	}


/*
forms
/////////////////////////////////////////////////////////////////*/
select{
	font: 12px Arial, sans-serif;
	color: #000;
	width: 101%;
	border: 1px solid #bbb;
	border-bottom: 2px solid #bbb;
	border-right: 2px solid #bbb;
}
input{
	font: 12px Arial, sans-serif;
	width: 100%;
	border: 1px solid #bbb;
	border-bottom: 2px solid #bbb;
	border-right: 2px solid #bbb;
}
	input.feldbutton{
		margin: 10px 0 0 0;
		width: 80px;
	}
/*
lists
/////////////////////////////////////////////////////////////////*/
ul {
	padding: 0;
	margin: 0;
}
	#language ul{
		text-align: right;
	}
	.related ul,
	.fehler ul{
		font: 76.5% Arial, sans-serif;
		line-height: 1.4em;
		margin: 0 0 0 1.4em;
		color: #fff;
	}
li {
	font-size: 11px;
	line-height: 15px;
	padding: 0;
	margin: 0;
}
	#language li{
		display: inline;
	}
	li.secondlast{
	float: left;
	margin: 0 2em 0 0;
	}
/*
horizontal ruler
/////////////////////////////////////////////////////////////////*/
hr{
	margin: 10px 0 0 0;
	height: 1px;
	background: #bbb;
}
	hr.clearer{
		clear:both;
	}
/*
line break
/////////////////////////////////////////////////////////////////*/
br{
	
}
	br.clearer{
		clear:left;
	}
/*
images
/////////////////////////////////////////////////////////////////*/
img, a img {
	padding: 0;
	margin: 0;
	border: 0;
}
	#teaser img{
		padding: 0 0 0 40px;
	}
a img{
	padding: 0;
	margin: 0;
	border: 0;
}
a:hover img{
	padding: 0;
	margin: 0;
	border: 0;
}
/*
tables
/////////////////////////////////////////////////////////////////*/
table{
}
th{
	
}
tr{
}
td{
}
	td.feldname{
		width: 100px;
	}
	td.feldbutton{
		text-align: right;
	}
/*
layout
/////////////////////////////////////////////////////////////////*/
#container {
	width: 845px;
	margin:0 auto 0 auto;
	padding: 0 10px 10px 10px;
	background: #fff;
/* recover from ie5 work around on the body*/
	text-align:left;
	position:relative;
}
#header{
	width: 845px;
	height: 173px;
	display: block;
	margin: 0 0 5px 0;
	position: relative;
	background: url(../images/libero_header_bg.jpg) no-repeat;
}
#language{
}
#content_container {
	min-height: 500px;
	height: auto;
	background: #fff;
}
#teaser{
	float: left;
	position: relative;
	display: inline;
	padding: 5px 0 0 0;
	width: 409px;
	margin: 0 0 0 0;
}
#content{
	padding: 10px 0 0 0;
	/*position: relative;*/
	width: 409px;
	padding: 0 0 0 436px;
}
div#footer{
	font-size: .8em;
	line-height: 1.2;
	color: #666;
	padding: 10px 0 0 0;
	margin: 0 -10px -10px -10px;
	width: 865;
	height: 55px;
	background: #dceef7 url(../images/libero_footer_logos.png) no-repeat 170px -5px;
}
div.related{
	color: #fff;
	position: relative;
	width: 399px;
	padding: 10px 0 10px 10px;
	margin: 0 0 10px 0;
	background: #036;
}

div.fehler{
	color: #fff;
	position: relative;
	width: 399px;
	padding: 10px 0 10px 10px;
	background: #c00;
}