/*
______________________________________
CSS für den Refresh von bar-und-blumen.ch
Programmierungen bei projekteins.ch
Januar 2007
bb_all.css
______________________________________
*/

body {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size:small;
	height:100%;
	}

div#container {
	position:absolute;
	background: #383431 url(../images/bb_bg.jpg);
	background-repeat:repeat-y;
	top: 5px;
	left:50%;
	margin-left:-466px;
	width: 900px;
	border-top: 1px solid #383431;
	border-bottom: 1px solid #fff;
	}

div#hauptbild {
	text-align: right;
	}


div#menu {
	position:relative;
	top:10px;
	left:0px;
	width: 100%;
	padding:0;
	margin:0;
	font-size:120%;
	line-height:105%;
	}

#inhalt {
	top:20px;
	color:#FFFFFF;
	padding:0;
	margin:20px;
	font-size:100%;
	line-height:140%;
	height:100%;
	}
	
#links {
	float:left;
	width: 270px;
	margin:0px;
	padding: 4px 4px 4px 0;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-bottom:30px;
	}
	
/*css-hack für Marginverdopplung von unserem geliebten IE 6*/	
* html #inhalt {  /* nur fuer Internet Explorer */
 	/*width:270px;     Version 5.x */
 	/* w\idth:290px;    Version 6 */
  	margin-left: 20px;
  	m\argin: -20px;
	}

#rechts {
	float:right;
	width: 540px;
	margin:0px;
	padding: 4px 4px 4px 0;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align:justify;
	margin-bottom:30px;
	}

div#menu ul {
	padding: 3px;
	padding-left: 20px;
	margin: 0;
	}
	
div#menu ul li {
	list-style:none;
	margin:0;
	display: inline;
	}
	
div#menu ul li a {
	padding: 3px 2em;
	border-bottom: none;
	text-decoration:none;
	}
	
* html div#menu ul {
	p\adding:3px;
	padding:2px;
	
	padding-left: 20px;
	margin: 0;
	}
	
div#menu ul li a:link:hover, div#menu ul li a:visited:hover {	
	border-bottom: none;
	}
	
div#rechts a:link {
	text-decoration:none;
	}
	
div#rechts a:visited {
	text-decoration:none;
	}

div#rechts a:link:hover, div#rechts a:visited:hover {
	text-decoration:none;
	}

h2 {
	font-weight:bold;
	font-size: 120%;
	margin: 0 auto;
	margin-bottom: 4px;
	}
	
h3 {
	font-weight:bold;
	font-size: 110%;
	margin: 0 auto;
	margin-bottom: 4px;
	}
	
h5 {
	margin:0;
	padding:0;
	display:none;
	}
	
.breite {
	width: 30%;
	}
	
div#footer {
	clear:both;
	position:relative;
	width:100%;
	margin: 0px;
	color: #ffffff;
	line-height: 150%;
	font-size:95%;
	text-align:center;
	margin-bottom:30px;	
	}
	
p {
	margin: 0;
	margin-bottom: 10px;
	}
