
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#590F1E;
}
a{
	text-decoration:none;
	color:#590F1E;
	font-weight:bold;
}
p a.pdf, label a.pdf{
	padding-left:22px;
	background: url("../img/icon_link_pdf.gif") no-repeat 0px 3px;
}
p a.page{
	padding-left:22px;
	background: url("../img/icon_link_page.gif") no-repeat 0px 3px;
}
p a.popup{
	padding-left:22px;
	background: url("../img/icon_link_popup.gif") no-repeat 0px 3px;
}
p a.link{
	padding-left:22px;
	background: url("../img/icon_link_popup.gif") no-repeat 0px 3px;
}
p a.external{
	padding-left:22px;
	background: url("../img/icon_link_popup.gif") no-repeat 0px 3px;
}

a:hover, a:hover * {
	color:#590F1E;
	text-decoration:underline;
}
/***************** FARBsonderbehandlung ***********************/

#gemeinde #nav li a{
	color:#969BAE;
}
#gemeinde a,
#gemeinde a:hover,
#home a,
#home a:hover,
#gemeinde #nav li.selected a, 
#gemeinde #nav li.selected li a
{
	color:#464E6F;
}
li.selected a.gesundheit,#gesundheit li.gesundheit.selected a {
	color:#89B1CE;
}
#nav ul li.gesundheit ul{
	border-top-color: #89B1CE;
}
li.selected a.bewegung,#bewegung li.bewegung.selected a {
	color:#9EAD75;
}
#nav ul li.bewegung ul{
	border-top-color: #9EAD75;
}
li.selected a.region,#region li.region.selected a {
	color:#B8B08B;
}
#nav ul li.region ul{
	border-top-color: #B8B08B;
}
li.selected a.fakten,#fakten li.fakten.selected a {
	color:#E05A31;
}
#nav ul li.fakten ul{
	border-top-color: #E05A31;
}
/******************** paragraph Formats ****************************/


h1{
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	line-height:1.4;
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
}
h2{
	font-size:14px;
	font-weight:normal;
	line-height:1.4;
	margin:0px 0px 10px 0px;
}
h3{
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	line-height:1.4;
	margin:20px 0px 10px 0px;
}
.summary_items h3{
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	line-height:1.4;
	text-transform:uppercase;
	margin:0px 0px 20px 0px;
	color:#590F1E;
	
}
.summary_items p{
	font-size:12px;
	margin:0px 15px 10px 0px;
	line-height:1.4;
	color:#590F1E;
	
}
h4{
	text-transform:uppercase;
	margin-top:30px;
	color:#590f1e;
	padding-left:15px;
	width:331px;
	background: url("../img/h4.png") no-repeat left center;
	height:47px;
	padding-top:15px;
	font-weight:normal;
	font-size:14px;
	margin-left:-15px;
	padding-right:15px;
}
h5{
	color:#590F1E;
	text-align:right;
	padding-right:41px;
	background: url("../img/shopping_bag.png") no-repeat right top;
	height:31px;
	font-weight:normal;
	font-size:12px;
	vertical-align:bottom;
	padding-top:4px;
	text-transform:uppercase;
	width:187px;
	margin-left:115px;
}


.login h5{
	color:#590F1E;
	text-align:right;
	padding-right:30px;
	background:none;
	height:31px;
	font-weight:none;
	font-size:12px;
	vertical-align:bottom;
	padding-top:4px;
	
}
p {
	font-size:12px;
	margin:0px 15px 10px 0px;
	line-height:1.4;
}
/****************** seperator line **********************/
hr{
	clear:both;
	border: 0px none;
	border-bottom: 1px solid white;
	height:1px;
	padding:5px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	display:block;
}

/******************form elements**********************/

input.text {
	float:left;
	width:195px;
	margin:0px 5px 5px 0px;
	font-family: inherit;
	font-size: 12px;
	color:#590F1E;
	border:1px solid #590F1E;
}
input.textSmall {
	width:63px;
	border:1px solid #590F1E;
}
input.checkbox {
	float:left;
}
input.radio {
	float: left;
	margin-right:8px;
}
select {
	color:#590F1E;
	border:1px solid #590F1E;
	margin:0px 5px 5px 0px;
	display:inline;
	float:left;
	width:196px;
}
.dropdown_smaller {
	color:#590F1E;
	border:1px solid #590F1E;
	margin:0px 5px 5px 0px;
	display:inline;
	float:left;
	width:95px;
}

select.selectSmall{
	width:62px;
}
label{
	min-width:78px;
	float:left;
	margin:0px 8px 3px 0px;

}
textarea {
	float:left;
	width:130px;
	height:130px;
	margin:0px 5px 5px 0px;
	font-family: inherit;
	font-size: 12px;
	color:#464E6F;
}
/******************list styles**********************/


ul{
	list-style-type:disc;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 11px;
	font-weight:normal;
}

ul li{
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 0px;
}

ol{
	list-style-type:decimal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 18px;
	font-weight:normal;
}

ol li{
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 0px;
}

table, tr, td {
	border: 0px none;
	border-collapse: collapse;
}

#willkommen table, tr, td {
	border: 0px none;
	border-collapse: collapse;
	border-color:#590F1E;
}
td{
	vertical-align: top;
	padding:3px 0px 3px 0px;
}	

.basket td{
	vertical-align: center;
	padding-top:6px;
	padding-bottom:6px;
	text-align:right;
	
}
.basket th{
	text-align:right;
	border-bottom:1px solid #590F1E;	
}

/****************** specials **********************/

#main iframe{
	width:1035px;
	height:520px;
	background-color: transparent;
	margin:15px 0px 0px 15px;
}


#edit table, #edit tr, #edit td {
	border: 1px solid gray;
	padding:5px;
	font-size:12px;
}

.form_column_left {
	float:left;
	width:300px;
}

.form_column_right {
	display:inline;
	float:left;
	margin-left:30px;
}


.columnTop a{
	font-weight:normal;
}


.columnTop b{
	font-weight:bold;
}

.error {
	border:1px solid red;		
}

input.text.error, input.textlong.error {
border:1px solid red;
}


input[disabled]
{
	background:lightgrey;
	color:#FFF;
}
input.smaller[disabled]
{
	background:lightgrey;
	color:#FFFFFF;
}
input.small[disabled]
{
	background:lightgrey;
	color:#FFFFFF;
}
select[disabled]
{
	background:lightgrey;
	color:#FFFFFF;
}

span.flyout {
	position:absolute;
	display:none;
	background:url("../img/flyoutBack.png") no-repeat top left;
	width:438px;
	color:#590F1E;
	z-index:1;
}
span.flyout span{
	color:#590F1E;
	display:block;
	background:url("../img/flyoutBack_bottom.png") no-repeat bottom left;
	width:338px;
	padding:30px 50px 60px 50px;
	margin-bottom:-58px;
}
span.flyout b{
	display:block;
	color:#590F1E;
}

span.select{
	
	position:relative;	
}

span.select input{

	width:95px;
	color:#590F1E;
	padding:0px 0px 1px 15px;
	text-transform:lowercase;
	background: #fff url(../img/down_arrow.png) no-repeat 5px 1px;
	font-weight:bold;

}

span.select span{
	position:absolute;
	top:14px;
	left:-1px;
	display:block;
	width:120px;
	display:none;
	border:1px solid #590F1E;
	width:188px;
	border-top:none;
	padding-left:12px;
	background-color:white;
	z-index:200;
}

span.select a{
	font-weight:normal;
	background:#fff;
	color:#590F1E;
	padding:1px 0px 1px 5px;
	display:block;
	text-transform:lowercase;
}

span.select a:hover{
	background:#fff;
}
