body {
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0;
}

form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #777777;
	outline-style:none;
}

a:hover, a:active {
	text-decoration: none;
	color: #777777;
	outline-style:none;
}

img {
	border-style: none;
}

#wrapper {
	margin: 0 auto;
	width: 815px;
}

#header {
	position: relative;
	width: 815px;
	margin: 40px 0 0;
	overflow: hidden;
	z-index: 5;
}

.logo {
	margin: 0;
	width: 134px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
}

.logo a {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}

/* dropdown menu */

.dropdownmenu {
	margin: 0;
	padding: 0 0 0 144px;
	list-style: none;
	float: left;
	background: url(../images/bg-top-nav.gif) repeat-x;
}

.dropdownmenu li {
	float: left;
	width: 98px;
	border-right: 1px solid #fff;
	line-height: 35px;
	text-align: center;
	list-style: none;
	position: relative;
}

.dropdownmenu li a:link, .dropdownmenu li a:visited {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.dropdownmenu li a:hover, .dropdownmenu li a:active {
	text-decoration: underline;
}

.dropdownmenu li ul {
	margin: 0;
	padding: 0;
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 300;
	left: 0;
	top: 36px;
	width: 170px;


/*98px;*/
	background: transparent url(../images/ul-bg.png) no-repeat scroll left bottom;
	list-style: none;
}

.dropdownmenu li ul li {
	position: relative;
	border-bottom: 1px solid #fff;
	border-right: none;
	width: 155px;

/*98px;*/
	margin: 0;
	line-height: 25px;
	vertical-align: top;
	text-align: left;
	padding: 0 0 0 15px;
	background: transparent;
}

.dropdownmenu li ul li.l2-last {
	border-bottom: none;
	line-height: 27px;
}

.dropdownmenu li ul li a:link, .dropdownmenu li ul li a:visited {
	display: block;
	padding: 0;
	color: #515151;
	font-size: 12px;
	font-weight: normal;
}

.dropdownmenu li ul li a.active {
	text-decoration: underline;
}

.dropdownmenu li ul li a:hover, .dropdownmenu li ul li.active {
	text-decoration: underline;
}

#header form div {
	float: left;
	background: url(../images/bg-top-nav.gif) repeat-x;
	padding: 0 0 0 15px;
}

#header span {
	background: url(../images/bg-input-search.gif) no-repeat;
	width: 118px;
	height: 20px;
	display: block;
	padding: 0 0 2px 2px;
	float: left;
	margin: 7px 0 0 0;
}

#header input {
	border: 0;
	width: 112px;
	padding: 1px 0 1px 4px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 16px;
	float: left;
	margin: 2px 0 0;
}

#header input.btn-search {
	background: url(../images/btn-search.gif) no-repeat;
	width: 41px;
	height: 35px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0 none;
	outline-style:none;
	cursor: pointer;
}

.visual {
	padding: 0;
	clear: both;
}

.visual img {
	display: block;
}

#main {
	width: 794px;
	padding: 21px 0 0 21px;
	background: url(../images/bg-main.gif);
	overflow: hidden;
}

#content {
	width: 557px;
	float: left;
}

.breadcrumbs {
	background: url(../images/bg-content-top.gif) no-repeat;
	width: 557px;
	overflow: hidden;
	padding: 1px 0 1px;
}

.breadcrumbs ul {
	margin: 0;
	padding: 0 0 0 14px;
	list-style: none;
}

.breadcrumbs ul li {
	background: url(../images/separator-nav.gif) no-repeat;
	padding: 0 5px 0 16px;
	float: left;
	line-height: 30px;
}

.breadcrumbs ul li:first-child {
	background: none;
	padding-left: 0;
}

.breadcrumbs ul li a {
	float: left;
	color: #5d5d5d;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0 0 0;
}

.breadcrumbs ul li.active {
	float: left;
	color: #5d5d5d;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 5px 0 16px;
}

.home {
	background: url(../images/btn-home.gif) no-repeat;
	width: 13px;
	height: 12px;
	text-indent: -9999px;
	margin: 10px 0 0;
	line-height: normal;
	overflow: hidden;
}

.info {
	background: #fff;
	border-left: 1px solid #ece5bd;
	border-right: 1px solid #ece5bd;
	padding: 22px 30px 0  24px;
	float: left;
	width: 501px;
}

.info h1 {
	margin: 0;
	color: #fcde3a;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 16px;
	text-transform: uppercase;
}

.txt {
	font-size: 16px;
	font-weight: bold;
	color: #515151;
	margin: 0;
}

.titlelead, 
.peoplegroup, 
.thumbnail, 
.text-box {
	margin-bottom: 30px;
}

.title {
	font-weight: bold;
	color: #515151;
	margin: 0 0 3px;
}

.box {
	margin: 19px 0 0;
	width: 100%;
	overflow: hidden;
}

.box img {
	float: left;
}

.box div {
	float: left;
	margin: 0 0 0 19px;
	padding: 7px 0 0;
}

.box div p {
	margin: 0;
	color: #515151;
	line-height: 17px;
	padding: 0 0 16px;
}

.box div p span {
	display: block;
}

.box div p span a {
	color: #515151;
	text-decoration: underline;
}

.box div p span a:hover {
	text-decoration: none;
}

.box div strong {
	font-weight: normal;
	color: #515151;
	float: left;
}

.btn-download {
	background: url(../images/btn-download.gif) no-repeat;
	width: 71px;
	line-height: 24px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 7px;
	float: left;
	margin: -4px 0 0 8px;
}

a:link.btn-download, a:visited.btn-download  {
	color: #fff;
}

.text-box h2 {
	margin: 0;
	color: #fcde3a;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.text-box p {
	margin: 16px 0 0;
	color: #515151;
	line-height: 17px;
}

.text-box ul {
	margin: 16px 0 0 0;
	padding: 0 0 0 22px;
	color: #515151;
	line-height: 17px;
}
.text-box ul li {
	margin: 0;
	padding: 0;
}

.thumbnail {
	width: 501px;
	overflow: hidden;
}

.thumbnail h2 {
	margin: 0;
	color: #fcde3a;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.thumbnail ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 530px;
}

.thumbnail ul li {
	float: left;
	padding: 18px 20px 0 0;
}

.thumbnail img {
	display: block;
}


#sidebar {
	float: left;
	width: 204px;
	margin: 0 0 0 17px;
}

.side-box {
	margin: 0 0 14px;
}

.side-box-top {
	background: url(../images/side-box-top.png) no-repeat;
	padding: 0 0 0 16px;
	height: 1%;
}

.side-box-center {
	background: url(../images/side-box-center.png) repeat-y;
	padding: 13px 0 8px 16px;
	height: 1%;
}

.side-box p {
	margin: 0;
	padding: 0;
	color: #515151;
	width:170px;
}
.side-box p.title {
	font-weight: bold;
	/*text-transform: uppercase;*/
}




.side-box-bottom {
	background: url(../images/side-box-bottom.png) no-repeat;
	width: 204px;
	height: 11px;
	display: block;
}


.side-box-top2 {
	background: url(../images/side-box-top2.png) no-repeat;
	width: 204px;
	height: 11px;
	display: block;
}




.side-box h2 {
	margin: 0;
	font-size: 15px;
	color: #fff;
	line-height: 32px;
	padding: 3px 0 0;
}

/*
.side-box p {
	margin: 0;
	padding: 0 0 6px;
}
//*/


.side-box p.top-line{
	width: 170px;
	border-top: 1px solid #ece5bd;
	margin:15px 0 0;
	padding:10px 0 0;
}


.side-box p span {
	color: #515151;
	display: block;
}

.row {
	width: 100%;
	overflow: hidden;
	margin: 0 0 4px;
}

.row label {
	width: 63px;
	float: left;
	color: #515151;
	line-height: 20px;
}

.row span {
	float: left;
	background: url(../images/bg-input-login.gif) no-repeat;
	width: 105px;
	height: 20px;
	display: block;
	padding: 0 0 2px 2px;
}

.row input {
	border: 0;
	width: 100px;
	padding: 1px 0 1px 4px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 16px;
	float: left;
	background: none;
	margin: 2px 0 0;
}

.btn-login,
.btn-logout,
.btn-reg {
	background: url(../images/btn-login.gif) no-repeat;
	width: 50px;
	height: 24px;
	border: 0 none;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	padding: 0 7px 0 7px;
	margin: 7px 0 0 63px;
	cursor: pointer;
}

.btn-logout {
	background: url(../images/btn-logout.gif) no-repeat;
	width: 60px;
	margin: 7px 0 0 0;
}


.btn-reg{
	background: url(../images/btn-anmeldung.gif) no-repeat;
	width: 169px;
	margin: 7px 0 0 0;
}





a:link.btn-login, a:visited.btn-login  {
	color: #fff;
}

.new-pass {
	width: 170px;
	display: block;
	border-top: 1px solid #ece5bd;
	color: #515151;
	font-size: 11px;
	margin: 15px 0 0;
	padding: 10px 0 0;
	text-decoration: underline;
}

.new-pass:hover {
	text-decoration: none;
}

.side-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-box ul li {
	color: #515151;
	width: 170px;
	border-top: 1px solid #ece5bd;
	padding: 8px 0 3px;
}

.side-box ul li:first-child {
	border: 0;
	padding-top: 0;
}

.side-box ul li p {
	line-height: 17px;
}



/* shop */
div.shopitems div.box{
	border-top: 1px dotted #ece5bd;
	margin: 0; /*19px 0 0;*/
}
div.shopitems div.box div {
	padding: 21px 0;
}
	
div.side-box ul.menu{
	padding:0px 0 20px 0;
	border-bottom:1px solid #ECE5BD;
	width: 170px;
}
div.side-box ul.menu li{
	border: 0 none;
	padding:8px 0 0px;
}
div.side-box ul.menu li a{
	text-transform: uppercase;
	text-decoration: none;
}
div.side-box ul.menu li a:hover{
	text-decoration: underline;
}
div.side-box ul.menu li a.active{
	font-weight: bold;
}
div.side-box ul.menu li a.inactive{
	font-weight: normal;
}












/* submit button */
button.fg-button {
	overflow:visible;
	width:auto;
}
.fg-button {
	cursor:pointer;
	font-size:10px;
	margin:0 4px 0 0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0.4em 0.5em;
	position:relative;
	text-align:center;
	text-decoration:none !important;
}
.ui-corner-all {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary {
	font-weight:bold;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	background:#aaaaaa url(../images/ui-bg.png) repeat-x scroll 50% 50%;
	color:#555555;
	font-weight:normal;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	border:1px solid #a1a1a1;
}



/* Anmeldeformular */
table.full {
	width:100%;
	color:#515151;
}
table.full td.colCenter{
	text-align: center;
}

table.full tbody th {
	border-bottom:1px solid #FFFFFF;
	text-align:center;
}
table.full tbody th {
	/*background:#E0E0E0 none repeat scroll 0 0;*/
	color:#515151;
	font-weight: normal;
}
table.full th, 
table.full td {
	padding:0.5em;
}
tbody th[scope="row"], 
tbody th.sub {
background:#F0F0F0 none repeat scroll 0 0;
}



table.login th, 
table.login td{
	padding:0.1em 0.5em 0.1em 0;
}



#submitButtons{
	float: right;
}
#btns{
	padding: 0 0 20px 0;
}

div.formBlock{
	border-top:1px solid #ECE5BD;
	padding: 20px 0;
}
div.formBlock p.title{
	padding: 0 0 10px 0;
}

p.spacer{
	padding: 0;
	margin:0;
	line-height: 2px;
}

/* anmeldeformular boxen */
#sidebar div.hideBox{
	display: none;
}
#sidebar div.showBox{
	display: inline;
}

#sidebar div.standortsidebar div.hideBox{
	display: inline;
}

#contactFrame div.hideBox{
	display: none;
}
#contactFrame div.showBox{
	display: block;
}


/* JOBS */
#jobs table.full th.thead{
	text-align: left;
}
#jobs table.full th, 
#jobs table.full td {
	padding:0.5em 0.5em 0.5em 0;
}



/* NEWS */

#news{
	padding: 0 0 30px 0;
}

#news table.full th.thead {
	font-weight:bold;
	text-align:left;
	width:72px;
}
#news table.full th, 
#news table.full td {
	padding:0.1em 0.5em 0.1em 0;
	line-height: 17px;
}
#news div.formBlock {
	border-top:1px solid #ECE5BD;
	padding:20px 0 0 0;
}
#news p.right{
	
}

#newstbl tbody tr{
	float: left;
	width: 500px;
	padding-bottom: 15px;
}

#newstbl tbody tr td:first-child{
	padding-right: 23px;
}

#newstbl tbody tr td{
	vertical-align: top;
}

.newsentry{
	display: block;
	margin-bottom: 4px;
}

/* Gallery */
.gallery{	
	float: left;
}

.gallery h3{
	color: #515151;
	line-height: 17px;
	margin: 16px 0 0;
	font: 13px Arial,Helvetica,sans-serif;
}

.gallery ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.gallery ul li{
	float: left;
	margin: 0 10px 10px 0;
	
}

.gallery ul li a{
	
}

.gallery ul li a img{
	
	
}

/* Gallery small*/
.gallery_small{	
	float: left;
}

.gallery_small h3{
	color: #515151;
	line-height: 17px;
	margin: 16px 0 0;
	font: 13px Arial,Helvetica,sans-serif;
}

.gallery_small ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.gallery_small ul li{
	float: left;
	margin: 0 10px 10px 0;
	
}

.gallery_small ul li a{
	
}

.gallery_small ul li a img{
	
	
}






form.yform #locspecial label{
	display:inline;
}
























