/**
* (c) www.oevp-attnang-puchheim.at
*/
/*==visual (basic tags) */
body {
	margin: 0 auto;
	padding: 0;
	width: 63em;
	_width: 64em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background: #E8E2C5  url(/style/background.gif) repeat-x 0 0;
	line-height: 1.4em;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

h2 {
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
	margin-top: 2em;
	padding: 0.2em 0.3em;
	background: #ccc url(/style/background.gif) repeat-x -150px -20px;
}

h4 {
	font-size: 1em;
	font-style: italic;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

a {
	color: #2A342E;
}

a:link {}

a:visited {
	color: #00040E;
}

a:hover {
	color: #e04000;
}

a:active {
	color: white;
	background-color: #CAD4CE;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: .3em;
	margin-bottom: 0.3em;

}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1.1em;
	color:#666;
	background:url(/style/left-quote-large-icon.gif) no-repeat left top;
	line-height: 150%;
	margin: 1em 3em 2em 1em;
	padding: 0em 2em 0em 2em;
	border-left: 1px dotted #CCC;
	clear: both;
}

blockquote blockquote {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	background: none #e8efe8;
	line-height: 190%;
	margin: 0;
	padding: 1em;
	border: 0;
	clear: both;
}


cite {
	font-style: italic;
	font-size: 1em;
	padding: 7px 0 5px 18px;
	color: #666;
	background-image: url(/style/cite.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

code {
	font-family: "Courier New", Courier, mono;
	font-size: 1.2em;
	border: 1px dashed #000099;
}

img, img a, img a:hover {
	border: 0 none transparent !important;
}

ul {
	list-style-image:url(/style/ul1.gif);
}

td {
	border-bottom: 1px solid #ddd;
	padding: 0 .5em 0 .5em;
}

th {
	border-bottom: 2px solid #ddd;
	background-color: #eee;
	padding: 0 .5em 0 .5em;
}


/*==visual (classes) */
.article {
	overflow: auto;
    width: 49em; /* http://www.quirksmode.org/css/clearing.html */
	margin: 0 0 4px 0;
	background-color: #fff;
	border: 1px solid #C2CCC6;
	padding: 0.5em 2.5em 0.5em 0.5em;
}

.articlemini {
	font-size: 0.85em;
	line-height: 1.2em;
	overflow: auto;
    width: 59.5em; /* 50em/0.85 */
	margin: 0 0 4px 0;
	color: #444;
	background-color: #FCFA9B;
	border: 1px dotted #9a9;
	padding: 0.5em 1em 0.5em 0.5em;
}

.articlemini ul { list-style-type: square; list-style-image: none; }
.articlemini h2 {  margin: 0 0 0.5em 0; }

.article a, .articlemini a {
 	text-decoration: none;
}

.article a {
	border-bottom: 1px dotted #333;
}

.articlemini a{
	color: #444;
	border-bottom: 1px dotted #999;
}

.articletext {
	margin: 0;
	padding: 0 0 0 160px;
}

.articlemini .articletext {
	margin: 0;
	padding: 0 0 0 85px;
}

.article img { /* Bilder im Textfluss */
	float: left;
	clear: both;
	margin: 0 1em 1em 0;
	border-width: 1px !important;
	border-style: solid !important;
	border-left-color: #d2dCd6 !important;
	border-top-color: #d2dCd6 !important;
	border-right-color: #a0a89d !important;
	border-bottom-color: #a0a89d !important;
	padding: 4px;
	background-color: #fafafa;
}

.article img.nofloat {
	float: none;

}

.articlemini img { /* Bilder im Textfluss */
	float: left;
	margin: 0;
}

.articleimg {  /* Artikelbild, Spalte links, mit Dropshadow */
	margin: 5px 0 0 5px;
	float: left;
	background-image: url(/style/dropshadow.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.articleimg img { /* dropshadow, top left */
 	position: relative;
	top: -5px;
	left: -5px;
	margin: 0;
	padding: 4px;
	background-color: #fafafa;
	border-width: 1px !important;
	border-style: solid !important;
	border-left-color: #d2dCd6 !important;
	border-top-color: #d2dCd6 !important;
	border-right-color: #a0a89d !important;
	border-bottom-color: #a0a89d !important;
}

.articlemini .articleimg {  /* Artikelbild, Spalte links, ohne Dropshadow */
	margin: 0;
	float: left;
	background-image: none;
}

.articlemini  .articleimg img {
	top: 0;
	left: 0;
}

.gallery img { clear: both; } /* hackish */

.posted {
	font-size: 0.7em;
	font-style: normal;
	color: #aba;
}

.error {
	margin: 0;
	background-color: #FFFFFF;
	background-image:  url(/style/attention.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	border: 1px solid #FF0000;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	font-weight: bold;
}

.error li { margin: 0 0 0 20px; }

.success {
	background-color: #FFFFFF;
	background-image:  url(/style/approve.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	border: 1px solid #FF0000;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

.article .minorimg {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}

.posted { font-weight: normal; }

/*== layout */
#header {
	margin: 0 1em 0 0;
	height: 80px;
	background:  transparent url(/style/titel_home.gif) no-repeat right top;
}

#header h1 {
	position:relative;
	margin: 0;
	left: 0;
	width: 794px;
}

#header h1 a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 75px;
	width: 794px;
}

#header h1 a:hover {
	border: 0 !important;
}

#header h1 a:active {
	background-color: transparent;
}

#content {
    margin: 0 0 0 10em;
    padding: 0;
}

input#email { width: 15em; }

#footer {
	font-size: 0.8em;
	padding: 1em 0;
}

#footer, #footer a {
	color: #aab4ae;
}

#footer:hover, #footer:hover a {
	color: #2a342e;
}

/*==sidebar */
#sidebar {
	float: left;
	position: relative;
	top: 0;
	left: -10em;
	width: 9.5em;
	margin: 0;
	font-weight: normal;
}

/*==navigation */
ul#nav {
    float: left;
	background-color: #f8f8f8;
	border: 1px solid #bbbbbb;
	margin: 0 0 1em 0;
	padding: 0;
	list-style-image: none;
	width: 9em;
}

#nav li {
	list-style-type: none;
	padding: 0 .5em 0 .5em;
}

#nav a, #nav a:visited {
	text-decoration: none;
}

#nav li a:hover {
}

#nav a:active {
}

/*==nav active state ==*/
body#s-default li#home a,
body#s-themen li#themen a,
body#s-team li#team a,
body#s-service li#service a,
body#s-kontakt li#kontakt a,
body#s-links li#links a  {
	font-weight: bold;
}

/*==nav search ==*/
#search {
	border-style:solid;
	border-width:1px 0px 0px 0px;
	background-color:#FFFFFF;
	border-color:#e0e0e0;
	color:#333333;
	padding-left:12px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	background-image: url(/style/pfeil-rechts.gif);
	background-repeat: no-repeat;
	background-position: 0.5em;
}

#search input {
	font-weight: normal;
	border: 1px solid #ccc;
	width: 6em;
	margin: 0.3em 0.3em 0.3em 12px;
	padding: 0.1em 0.3em;
}

#search br  { display: none;}

#search p {
	margin:0 ;
	padding: 0;
}

#search form {
	position: relative;
	border: 0;
	margin:0;
	padding: 0;
}

.readon {
/* TODO */
}

/* andere artikel der sektion */
#navbrowse {
	position: relative;
	margin: 1em 1em 0 0;
	padding: 0;
}

#navbrowse h3 {
	margin-top: 0;
}

/*== special f/x */
.adsense {
	padding: 1em 0 1em 0;
}

/*== form elements */
fieldset {
	border: 0;
	padding-left: 0;
}

legend {
	display: none;
}

input, textarea {
	font-family: Verdana, Arial, Sans-Serif; font-size: 1em;
	border: 1px solid #ccc;
	padding: 0.3em;
}

input[type="checkbox"] {
    border: none;
}

.zemContactForm div {  /* pap_contact_cleaner */
    display: none;
}
.zemContactForm input.zemRequirederrorElement,
.zemContactForm textarea.zemRequirederrorElement {
    border: 3px solid red;
}

