
/* Basis */

body{
	padding:0;
	margin:0;
	text-align:center;
	background:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #454444;
	font-size:9pt;
}
div#wrapper{
	width:auto;
	text-align:left;
	margin:0 auto;
	background-color:transparent;
}
div#head{
	width:auto;
	background:transparent;
}
div#main {
	background:transparent;
}
div#sidebar{
	display:none;
}
div#foot{
	height:20px;
	background-color:#d1cad0;
}

div#content{
	margin-left:0;
	background:transparent; /* fuer IE 6*/
}

/* head format *****************************************************/
div#head h1{
	font-size:11pt;
	background:url(../i/brueck-logo.gif) right no-repeat;
	height:110px;
}

/* sidebar - menu *****************************************************/

/* content Format *****************************************************/
div#content div#headline{
	height:28px;
	background:#c80e76;
	border-top:2px solid #d1cad0;	
	border-bottom:2px solid #d1cad0;
}
div#headline div.sprache{
	display:none;
	}
div#content h1{
	font-size:11pt;
	color:white;
	margin:0 0 0 10px;
	padding:0;
	line-height:28px;
	vertical-align:middle;
}
div#content div#text{
	padding:10px;
	width:auto;
}
div#content h2,
div#content h3{
	font-size:11pt;
	color:#c80e76;
	padding-bottom:7px;
	margin:5px 0 10px;
	border-bottom:1px dashed #c80e76;
}

p{
	color: #454444;
	line-height:20px;
	vertical-align:middle;
}
h4, h5, h6{
	font-size:10pt;
}
a{
	text-decoration:none;
	color:#454444
}

/* Produktseite */
div.item p.alignleft{
	width:auto;
}
div.item p img{
	float:none;
}
div.item{
	width:auto;
	margin-bottom:30px;
}
/* Footer Format *****************************************************/
div#foot p{
	margin:0;
	vertical-align:middle;
	font-size:6pt;
	border-left:0;
}

div#foot a{
	color:#454444
}
/* Ticker */
div#ticker{
	padding:5px 10px;
	background:#c80e76 ;
	border-bottom:2px solid #d1cad0;
}
form{padding:0;margin:0;}
input.ticker{
	width:96%;
	border:0;
	background:#c80e76 ;
	color:white;
	font-weight:bold;
}

