html {
	height: 100%;
}

body {
	height: 100%;
	margin :0;
	padding:  0;
	background: #fff;
	text-align: center;
	font: 14px/130% "Trebuchet MS", Arial, Helvetica, sans;
	color: #685d57;
}

h1, h2, h3 {
	font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
	margin: 0;
}

img {
	border: 0;
}
#wrapper {
	min-height: 100%;
	width: 910px;
	margin:  0 auto 0 auto;	
	background: url(../images/bg_footer.png) no-repeat right bottom;
}

#header {
	/*background: #004494 url(../images/bg_header.gif) repeat-y left;*/
}
#logo {
	text-align: center;
	width:  214px;
	background: #fff;
	margin-left: 660px;
}

#navitop {
	margin-top:  10px;
	margin-bottom:  20px;
	text-align: left;
	margin-right: 250px;
}

#navitop ul {
	margin:  0;
	padding: 0;
}
#navitop li {
	display:  inline;
	list-style-type: none;
}
#navitop a {
	font-weight: bold;
	color: #685d57;
	text-decoration: none;
	background: url(../images/marker_off.gif) no-repeat left center;
	padding-left:  14px;
}

#navitop a:hover {
	text-decoration: underline;
	background: url(../images/marker_on.gif) no-repeat left center;
}

/*CONTENT*/
#content {
	margin-right: 215px;
	margin-bottom:  15px;
}

#content a {
	color: #023A79;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#intro {

}
#intro div {
	float:  left;
	margin-right:  10px;
}
#intro div.last {
	padding:0;
	margin:0;
	width:  auto;
	text-align: right;
}
#intro img {
	border:  0;
}



/*SIDEBAR*/
#sidebar {
	float:  right;
	width: 205px;
	margin-bottom:  15px;
	text-align: left;
}

#sidebar a {
	text-decoration: none;
	color: #685d57;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul, #sideleft ul {
	margin:  0;
	padding: 0;
}

#sidebar li, #sideleft li {
	list-style-type: none;
	margin-bottom: 10px;
}

#sidebar h2, #sideleft h2  {
	font-size:  100%;
	margin-bottom: 5px;
}

/*ANGEBOT DER WOCHE*/

#adw ul {
	border:  1px solid #ddd;
	background: #efefef;
	border-bottom: 0;
	margin:  0;
	padding:  0;
}
#adw li {
	margin:  0;
	padding:  0;
	text-align: center;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	padding: 8px;
	font-size:  90%;
	line-height: 110%;
	background: #fff url(../images/bg_adw_a.gif) repeat-x bottom;
}
#adw p {
	padding:  0;
	margin:  0;
	text-align: left;
	font-family: arial;
}
#adw li.alt {
	background: #fff url(../images/bg_adw_b.gif) repeat-x bottom;
}

#adw a {
	color: #685d57;
	text-decoration:  none;
}

#adw a:hover {
	color: #023a79;
	text-decoration:  underline;
}

/*GALERIE*/
#gal h3{
	color: #023a79;
	font-size:  90%;
	border:  1px solid #f3f3f3;
	border-bottom: 0;
	text-align: center;
	margin: 0 10px 0 10px;
}



#gal img {
	border: 0;
}

#galcont {
	background: #fff url(../images/bg_adw_a.gif) repeat-x bottom;
	padding: 10px 10px 0px 10px;
	border:  1px solid #e3e3e3;
	text-align: center;
}
#gal img {
	margin-right: 10px;
}

#gal .ctrl {
	padding:  0;
	margin: 0;
	clear: left;
}

#gal .ctrl li {
	display: inline;
}

#gal div.gal {
	float: left;
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin-right: 10px;
}



#news {
	clear:  left;
}
#news[id] {
	padding-top: 20px;
}
#news #sideleft {
	width: 200px;
	float: left;
	text-align: left;
}
#news #prod {
	background: url(../images/bg_list.gif) no-repeat left bottom;
}
#news #prod ul {
	margin-left: 10px;
	padding-bottom: 10px;
}

#news #prod li {
	padding: 0;
	margin: 0;
}
#news #prod a {
	font-size: 90%;
	color: #685d57;
	text-decoration: none;
	background: url(../images/marker_off.gif) no-repeat left center;
	padding-left:  14px;
}

#news #prod a:hover {
	text-decoration: underline;
	background: url(../images/marker_on.gif) no-repeat left center;
}
#news #newsletter form {
	display: inline;	
}

#news #newsletter input {
	border:  1px solid #e3e3e3;
	background: url(../images/bg_input.gif) repeat-x top;
	font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
	font-size: 80%;
	padding: 3px;
	color: #685d57;
}
#news #newsletter .submit {
	background: #efefef;
	color: #685d57;
	margin-left: 2px;
	border:  1px solid #e3e3e3;
}

#news #kaernten {
	text-align: center;
	margin-top:  30px;
}

#news #articles {
	margin-left: 200px;
}
#news #articles h1 {
	font-size: 150%;
	text-align: left;
	margin-bottom: 0.7em;
}

#news .art {
	text-align:left;
	padding: 10px;
	font-size: 12px;
}
#news .art h2 {
	color: #023a79;
	font-size: 100%;
}
#news .art h3 {
	font-size: 95%;
}

#news .art p {
	font-size: 12px;
} 

#news img {
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer {
	width: 880px;
	margin: 0 auto;
	margin-top: -91px;
	clear:  both;
	height: 61px;
	padding: 15px;
	font-size: 90%;
	color: #0c4da2;
}


#footer .col1 {
	text-align: left;
	float:  left;;
}

#footer .col2 {
	text-align: right;
	padding-top: 20px;
}

#footer .col2 a {
	margin: 0;
	padding: 0;
	background: none;
}

#footer .col2 a:hover {
	margin: 0;
	padding: 0;
	background: none;
}


#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	list-style-type: none;
	display: inline;
}

#footer a {
	color: #0c4da2;
	text-decoration: none;
	background: url(../images/marker_off.gif) no-repeat left center;
	padding-left:  14px;
}

#footer a:hover {
	text-decoration: underline;
	background: url(../images/marker_on.gif) no-repeat left center;
}

.alignr {
	text-align: right;
}
.alignc {
	text-align: center;
}
.alignl {
	text-align: left;
}

#badge {
		position: absolute; left: 50%; margin-left: 163px; top: 13px;
}

#badge[id] {
	margin-left: 143px;
}

#stat {
	font-size: 10px;
	background: lightgreen;
	float:  right;
	line-height: 1em;
	padding: 10px;
	margin: 10px;
	color: #000;
}

/*STAFF TABLE*/

table.staff {
	font-size: 12px;
	border:  0px;
	border-collapse: collapse;
	width: 480px;
}

table.staff caption {
	text-align: left;
	margin-bottom: 10px;
}

table.staff caption h2{
	margin: 0;
}

table.staff caption p{
	margin: 0;
}

table.staff td.alt{
	background: #f1f1f1;
}

table.staff th{
	border-bottom: 1px solid #023A79;
}

div.tt {
	border: 1px solid #023A79;	
	background: #fff;
	padding: 2px;
}

#news div.tt img {
	margin: 0;
}


/* Gall */

* html div.imgGal {
	height:  1%;
	overflow: visible;
}

div[id].imgGal {
	overflow: hidden;
}
div.imgGal {
	margin-bottom: 20px;
}

div.imgGal img {
	margin: 0;
}

div.imgCont {
	float: left;
	margin-right: 10px;
	width: 104px;
	position: relative;
	margin-bottom: 10px;
}
div.desc {
	padding-top: 3px;
	font-size: 10px;
	line-height: 1em;
}
div.img {
	border:  1px solid #685d57;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

/* FORMULAR */

div.formular fieldset {
	border: 0;
	border-top: 1px solid #685d57;
	margin-bottom: 20px;
}

div.formular legend {
	color: #0c4da2;
}

div.formular ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.formular label {
	display: block;
	width: 80px;
	text-align: right;
	float: left;
	margin-right: 10px;
}

div.formular .ort label {
	width: auto;
	padding-left: 10px;
}

div.formular ul li {
	padding: 2px;
	overflow: hidden;
	font-size: 12px;
}

* html div.formular ul li {
	overflow: visible;
	height: 1%;
}


div.formular ul li li {
	float: left;
	padding: 0px;
}
div.formular fieldset input.text {
	background:transparent url(../images/bg_input.gif) repeat-x scroll center top;	border:1px solid #E3E3E3;	color:#685D57;	padding:3px;
}

div.formular textarea {
	margin-left: 80px;
	width: 340px;
	height: 150px;
	background:transparent url(../images/bg_input.gif) repeat-x scroll center top;	border:1px solid #E3E3E3;
	font: 14px/130% "Trebuchet MS", Arial, Helvetica, sans;
	padding: 4px;
}

div.formular input.submit {
	background: none;
	border: none;
	font-size:  14px;
	color: green;
}

#used {
	text-align: left;
	line-height: 1em;
	font-size:  12px;
	width: 460px;
	overflow: hidden;
}

#used img {
	margin: 0;
}

/* AGB */

ol.listmain {
	font-weight: bold;
	margin: 0;
}
ol.listsub {
	font-weight: normal;
}


/*SHOP*/
#shop {
	padding: 0 10px;
	text-align: left;
	font-size: 12px;
}
#shop img {
	margin: 0;
}
#shop h2 {
	color: #0c4da2;
	font-size: 14px;
	margin-bottom: 1em;
}
#shop h3 {
	color: #0c4da2;
	font-size: 12px;
}

#shop span.price {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}



#shop table {
	border-collapse: collapse;
}

#shop table td {
	vertical-align: top;
}
#shop table td.pImage {
	width: 100px;
}

#shop table td.pDesc {
	padding: 0 10px;
}
#shop table td.pMeta {
	text-align: right;
	white-space: nowrap;
}
#shop tr.product td {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
}

#pagination {
	margin-top: 10px;
	text-align: center;
}



/* clearfix zum Aufheben der Floatumgebung */.clearfix:after {	content: ".";	display: block;	height: 0;	clear: both;	visibility: hidden;}.clearfix {
	display: inline-block;
}/* Hides from IE-mac \*/* html .clearfix {height: 1%;}.clearfix {display: block;}/* End hide from IE-mac */



/* TRANSFERS Sidebar */

li#transfers {

}

li#transfers h3 {
	color:#023A79;
	font-size:90%;
	margin-bottom: 8px;
	line-height: 120%;
}

li#transfers a{
	color:#023A79;
}

li#transfers div.text {
	padding: 8px 0;
	font-size:80%;
	line-height: 120%;
}

li#transfers div.image {
	background: #EFEFEF;
	text-align: center;
	padding: 8px;
	border: 1px solid #DDDDDD;
}

div.trans_gal_image {
	background: #EFEFEF;
	text-align: center;
	padding: 8px;
	border: 1px solid #DDDDDD;
	float: left;
	margin-right: 10px;
}

div.trans_gal_image img {
	margin: 0 !important;
}

 /*JOBS 

div#jobs {
	text-align: left;
}

#jobs {
	text-align:left;
	padding: 10px;
	font-size: 12px;
}

#jobs a{
	display: block;
	padding: 4px;
}

#jobs a:hover{
	background: #ddd;
	text-decoration: none;
}
#jobs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jobs li {

}

#jobs li.alt {
	background: #efefef;
}*/ 


div.apply {
	overflow: hidden;
	border-bottom: 1px solid #023A79;
	margin-bottom: 20px;
}

div.apply a{
	display: block;
	float: right;
	background: #023A79;
	color: #fff !important;
	font-size: 13px;
	padding: 5px;
	line-height: 13px;
}
