html, body {
  height:100%;
  margin-bottom:1px;
  scrolling:yes;
}
body{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	line-height: 22px;
}
h1, h2, h3, h4, h5{
	color: #479EF3;
}
ul > li{
	margin-bottom: 10px;
	line-height: 22px;
}
h4{
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 32px;
}
h5{
	font-size: 16px;
}
#logo{
	position: fixed;
	height: 159px;
	background: transparent url(../images/logo_bg3.gif);
	width: 100%;
	top: 0; left: 0;
	z-index: 1000;
}
#logo .container{
	position: relative;
}
#logo h1{
	color: #479EF3;
	font-family: Georgia,"Times New Roman",Times,serif;
	letter-spacing: -1px;
	font-style: italic;
	font-size: 48px;
	margin-bottom: 5px;
	font-weight: 400;
	margin-top: 13px;
	display: block;
	width: 415px;
	text-align: right;
}
#logo h3{
	color: #479EF3;
	font-family: Georgia,"Times New Roman",Times,serif;
	letter-spacing: -1px;
	font-style: italic;
	font-size: 26px;
	font-weight: 400;
	display: block;
	width: 415px;
	text-align: right;
}
#logo h2{
	color: #479EF3;
	font-family: Georgia,"Times New Roman",Times,serif;
	letter-spacing: -1px;
	font-style: italic;
	font-size: 26px;
	font-weight: 400;
	display: block;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 10px;
}

.navbar{
	top: 115px;
}
.navbar-inner{
	background: transparent;
	box-shadow: none;
	filter: none;
}
.navbar .nav > li{
 	border-left: 1px solid #00F;
}
.navbar .nav > li:first-child{
	border: none;
}
.navbar .nav li > a{
	color: #FFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 700;
 	height: 22px;
	padding: 12px 10px 8px;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover{
	color: yellow;
}
/*
#navi li.active a{
	background: transparent url(../images/logo_bg2_hover.gif) repeat-x 0 -1px;
}
#navi li a:hover{
	color: #00F;
}
*/
.navbar .nav > li:first-child > a{
	background: transparent;
	background-color: transparent;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover{
	background-color: transparent;
}
#sidebar{
	width: 192px;
	padding: 4px;
	float: left;
	margin-top: 202px;
}
#content{
	padding: 4px;
	margin-top: 202px;
}
h1{
	margin-bottom: 15px;
}
.right{
	float: right;
}
img.right{
	margin-left: 20px;
	border: 1px solid black;
}
#referenzen{
	width: 438px;
}
.referenz{
	margin-bottom: 20px;
}
.referenz img{
	display: block;
	border: 1px black solid;
}
#accordion .panel-body{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
#accordion h5{
	font-size: 16px;
}
#accordion h6{
	font-size: 14px;
	text-transform: none;
	line-height: 24px;
}