﻿/***** © 2008 zeta software GmbH
Layout: Gemeinde Amstetten *****/

/***** TAGS *****/
html,body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #5d7e9c;
}

h1,h1.noscript {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 16px;
}

h1.noscript {
	color: #b44242;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
}

ul,ol {
	margin: 0 0 0 29px;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
	list-style: square;
}

ol li {
	margin: 0;
	padding: 0;
	list-style: decimal;
}

img {
	margin: 0;
	padding: 0;
	border-style: none;
}

p {
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

/***** LINKS *****/
a:link,a:visited,a:hover,a:active {
	color: #5d7e9c;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/***** MAINMENU *****/
#mainmenu {
	margin: 0;
	padding: 0;
	background: #5d7e9c;
	position: relative;
}

a.topmenu:link,a.topmenu:visited,a.topmenu:hover,a.topmenu:active,
a.topmenuactive:link,a.topmenuactive:visited,a.topmenuactive:hover,a.topmenuactive:active {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 9px 5px 8px;
	font-weight: bold;
	color: #cfd7df;
	white-space: nowrap;
	text-decoration: none;
	background: url(whiteline.gif) no-repeat right 8px;
}

a.topmenuactive:link,a.topmenuactive:visited,a.topmenuactive:hover,a.topmenuactive:active {
	color: #ffffff;
}

/***** SUBMENU 1 *****/
#submenu1 {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #dce2ea;
}

a.subnav1:link,a.subnav1:visited,a.subnav1:hover,a.subnav1:active,
a.subnav1active:link,a.subnav1active:visited,a.subnav1active:hover,a.subnav1active:active {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 9px 5px 8px;
	font-weight: bold;
	color: #5d7e9c;
	white-space: nowrap;
	text-decoration: none;
	background: url(blueline.gif) no-repeat right 8px;
}

a.subnav1active:link,a.subnav1active:visited,a.subnav1active:hover,a.subnav1active:active {
	color: #000000;
}

/***** SUBMENU 2 *****/
#submenu2 {
	margin: 0;
	padding: 0 0 10px 0;
}

#submenu2 ul {
	margin: 0;
	padding: 0;
}

#submenu2 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(submenuline.gif) no-repeat 20px bottom;
}

a.subnav2:link,a.subnav2:visited,a.subnav2:hover,a.subnav2:active,
a.subnav2active:link,a.subnav2active:visited,a.subnav2active:hover,a.subnav2active:active {
	display: block;
	margin: 0;
	padding: 7px 0 8px 13px;
	width: 215px;
	font-size: 12px;
	text-decoration: none;
	border-left: 7px solid #eef1f5;
}

a.subnav2:hover {
	border-left: 7px solid #5d7e9c;
}

a.subnav2active:link,a.subnav2active:visited,a.subnav2active:hover,a.subnav2active:active {
	border-left: 7px solid #5d7e9c;
}

/***** SUBMENU 3 *****/
ul#submenu3 {
	margin: 0 0 0 7px;
	padding: 0;
	background: url(submenuline.gif) no-repeat 13px top;
}

ul#submenu3 li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(submenuline.gif) no-repeat 20px bottom;
}

ul#submenu3 li.active {
	margin: 0;
	padding: 7px 0 8px 18px;
	list-style: none;
	border-left: 7px solid #5d7e9c;
	background-image: url(submenuline.gif);
	background-position: 13px bottom;
	background-repeat: no-repeat;
}

a.subnav3:link,a.subnav3:visited,a.subnav3:hover,a.subnav3:active,
a.subnav3active:link,a.subnav3active:visited,a.subnav3active:hover,a.subnav3active:active {
	display: block;
	margin: 0;
	padding: 7px 0 8px 18px;
	width: 203px;
	font-size: 12px;
	text-decoration: none;
	border-left: 7px solid #eef1f5;
}

a.subnav3:hover {
	border-left: 7px solid #5d7e9c;
}

a.subnav3active:link,a.subnav3active:visited,a.subnav3active:hover,a.subnav3active:active {
	display: inline;
	padding: 0;
	border-style: none;
}

/***** SUBMENU 4 *****/
a.subnav4:link,a.subnav4:visited,a.subnav4:hover,a.subnav4:active,
a.subnav4active:link,a.subnav4active:visited,a.subnav4active:hover,a.subnav4active:active {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
}

a.subnav4:hover {
	color: #000000;
}

a.subnav4active:link,a.subnav4active:visited,a.subnav4active:hover,a.subnav4active:active {
	font-weight: bold;
	color: #000000;
}

/***** TOP *****/
#top {
	margin: 0;
	padding: 0;
}

/***** WRAPPER *****/
#wrapper,#wrapperx {
	margin: 0 auto;
	padding: 0 20px;
	width: 880px;
	min-height: 100%;
	height: auto;
	background: #ffffff url(wrapper.gif) repeat-y right;
	position: relative;
}

#wrapperx {
	background: #ffffff;
}

/***** EXTRAMENU *****/
#xmenu {
	margin: 0;
	padding: 8px 0 7px 0;
	width: 880px;
	color: #5d7e9c;
	background: #ffffff;
}

#xmenu a:link,#xmenu a:visited,#xmenu a:hover,#xmenu a:active {
	display: block;
	float: left;
	margin: 0;
	padding: 0 9px 0 8px;
	color: #5d7e9c;
	text-decoration: none;
	background: url(blueline.gif) no-repeat right;
}

#xmenu a.first:link,#xmenu a.first:visited,#xmenu a.first:hover,#xmenu a.first:active {
	padding: 0 9px 0 0;
}

#xmenu a.last:link,#xmenu a.last:visited,#xmenu a.last:hover,#xmenu a.last:active {
	padding: 0 0 0 8px;
	background: none;
}

/***** HEADER *****/
#header {
	margin: 0;
	padding: 0 0 20px 0;
	background: #ffffff;
}

#logo {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
}

/***** SEARCH *****/
#form {
	margin: 0;
	padding: 0;
	width: 159px;
	background: transparent;
	position: absolute;
	top: 4px;
	right: 34px;
}

#fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#field	{
	margin: 0;
	padding: 2px 3px 2px 4px;
	width: 124px;
	font-size: 10px;
	color: #5d7e9c;
	background: #edf0f5;
	border: 0;
	vertical-align: middle;
}

#button	{
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 10px;
	color: #cfd7df;
	background: #5d7e9c;
	border: 0;
	vertical-align: middle;
}

/***** SPACING *****/
#spacing {
	margin: 0;
	padding: 0;
	height: 25px;
	background: #ffffff;
}

/***** CONTENT *****/
#content {
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 15px 0 15px 0;
	width: 605px;
	border-top: 1px solid #abbacc;
}

#contentx {
	overflow: hidden;
	margin: 0;
	padding: 15px 0 15px 0;
	width: 100%;
	border-top: 1px solid #abbacc;
}

/***** RIGHT *****/
#right {
	float: right;
	margin: 0;
	padding: 0 20px 30px 20px;
	width: 235px;
}

/***** ARTICLES *****/
.articlearea {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #abbacc;
}

.bildunterschrift {
	font-size: 11px;
}

.uptodate {
	margin: 0;
	padding: 0;
}

.uptodate a:link,.uptodate a:visited,.uptodate a:hover,.uptodate a:active {
	color: #000000;
	text-decoration: none;
}

.uptodate a:hover {
	text-decoration: underline;
}

#noscript {
	margin: 0;
	padding: 15px;
	font-weight: bold;
	background: #fffbd9;
	border: 1px solid #5d7e9d;
}

/***** FORM *****/
#content form,#contentx form {
	margin: 0;
	padding: 0;
}

#content form table td,#contentx form table td {
	padding: 0 10px 2px 0;
}

#content form input,#content form textarea,#content form select,#content form option,
#contentx form input,#contentx form textarea,#contentx form select,#contentx form option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/***** DATABASE *****/
.dbtable {
	width: 100%;
}

.dbheader {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	background: #5d7e9d;
}

.dbrow1,.dbrow2 {
	padding: 5px;
	vertical-align: middle;
}

.dbrow2 {
	background: #edf0f5;
}

/***** NEWS *****/
.newsblock {
	margin: 0;
	padding: 15px 20px 16px 20px;
	background: url(submenuline.gif) no-repeat 20px bottom;
}

.newstext {
	margin: 0;
	padding: 0;
}

a.newsurl:link,a.newsurl:visited,a.newsurl:hover,a.newsurl:active {
	color: #000000;
	text-decoration: none;
}

a.newsurl:hover {
	text-decoration: underline;
}

/***** CLEAR *****/
.clear {
	clear: both;
}

.clearx,.clearxx {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0px;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/***** PRINT *****/
#print {
	display: none;
}

/**** SERVICE BW +*************/
h1.zsbw
{
	font-size: 20px;
	margin-top: 0px;
	font-weight: bold;
}

h2.zsbw
{
	font-size: 16px;

}

h3.zsbw
{
	font-size: 14px;
	color:gray;
	font-weight:bold;
	margin: 0px;
}

p.zsbw
{
	margin-bottom: 5px;
}

p.zsbw.noentry
{
	font-size: 14px;
	font-weight:bold;
}

p.zsbw.description
{
	margin-bottom: 5px;
	color:gray;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.zsbw{
	margin-bottom: 20px;
}

div.zsbw.lettermenu
{
	text-align:center;
	font-weight: bold;
	font-size: 14px;
}

div.zsbw.doublecolumn
{
	width: 300px;
	overflow: hidden;
	float:left;
	margin-bottom: 0px;
}

li.zsbw{
	
}
ul.zsbw{
	margin-bottom: 5px;
}

img.zsbw{
	width: 100%;
	}
	
img.link_intro
{
	visibility:hidden;
}
