/* Style Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}


/* Accessibility features */

.acc {
	display: none;
}

.clear {
	clear:both;
}

/* Basics */

body {
	background: #FFF;
	font: 78%/1.5 arial, helvetica, serif;
	padding:0;
	margin:0;
}

#wrapper {
	width:980px;
	border: 1px solid #A4D9EB;
	margin: 10px auto 0 auto;
	min-height: 100%;
}

#header {
	position: relative;
	width: 960px; height: 140px;
	border-bottom: 1px solid #A4D9EB;
	margin: 0 10px 0 10px;
}

.holder {
	width: 960px;
	border:0px thin #FFF;
	margin: 10px;

}

#logo {
	position: absolute; top: 20px; left: 0px;
	width: 200px; height: 85px;
	background: transparent url(../img/beebee_logo.jpg) no-repeat;
}
#logo img {
	display: none;
}

#footer {
 	width:960px;
  border: 0px solid #A4D9EB;
	margin: 0 auto 0 auto;
	font-size:0.9em;
}

#footer a, #footer a:hover {color: #A04413;}

/* Content */

#content {
	width: 940px;
	background-image:url(../img/hintergrund-beebee.jpg);
	background-repeat:repeat;	
	height: 550px;
	padding:10px;
}

#content h1 {
	font-size:1.1em;
	color: #A04413;
	font-weight:bold;
	text-decoration:underline;
	padding: 0 0 10px 0;
}

#content p {
	font-size:1.0em;
	color: #A04413;
	padding: 0 0 10px 0;
	line-height: 1.4em;
}

#content .bild {
	width: 120px;
	text-align:center;
	display:block;
	float:right;
	margin: 5px 10px 0 0;
}

#content .bild img{
	border: 1px solid #A04413;
}

#content .bild a {
	color: #A04413;
	text-decoration:underline;
	letter-spacing: 3px;
}

#content a {
	color: #A04413;
	text-decoration:underline;
}

#content ul {
	font-size:1.0em;
	color: #A04413;
	padding: 0 0 5px 10px;
	line-height: 1.4em;
	margin-left: 20px;
}

#content ol {
	font-size:1.0em;
	color: #A04413;
	padding: 0 0 5px 10px;
	line-height: 1.4em;
	list-style-type: decimal;
	margin-left: 20px;
}


/* Navigation */

#navigation {
	width:650px;
	height:20px;
	position:relative;
	left:205px;
	top:20px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	padding: 3px 5px 3px 5px;
	color: #A04413;
	text-decoration:none;
}

#nav a:hover, #nav a.active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9 em;
	font-weight:bold;
	color: #A04413;
	text-decoration:underline;
}

#nav li {
	float: left;
	border-right: 0px solid #A04413;
	font-weight:bold;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15.4em;
	w\idth: 14.9em;
	font-weight: normal;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 14em;
	font-size: 0.8 em;
}

#nav li ul a {
	width: 15em;
	w\idth: 12em;
	font-size: 0.8 em;
	font-weight: normal;
}

#nav li ul ul {
	margin: -1.75em 0 0 16em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* SmallNav Left */

#smallnavleft {
	width:200px;
	height:25px;
	position:relative;
	left:0px;
	top:90px;
	text-align:center;
}

#smallnavleft a {
	color: #A4D9EB;
	font-weight:bold;
	text-decoration:none;
}

#smallnavleft a:hover, #smallnavleft a.active {color: #A04413;}


/* SmallNav Right */

#smallnavright {
	width:200px;
	height:25px;
	position:relative;
	float:right;
	right:0px;
	top:67px;
}

#smallnavright, #smallnavright ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#smallnavright a {
	display: block;
	padding: 3px 15px 3px 15px;
	color: #A4D9EB;
	text-decoration:none;
}

#smallnavright a:hover, #smallnavright a.active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9 em;
	font-weight:bold;
	color: #A04413;
}

#smallnavright li {
	float: right;
	font-weight:bold;
	background-image: url("../img/pfeile.gif");
	background-position: 100% 8px;
	background-repeat:no-repeat;
}


