/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fef4e3;
	color: #000000;
	font: 94% Verdana, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align:center;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #007834; /* Accent 1 */
	margin-bottom: 1em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #007834; /* Text Medium */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 1.1em;
	color: #007834; /* Link */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}
h4 {
	font-size: 1em;
	color: #007834; /* Link */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}
hr {
	height: 1px;
	color: #007834;
	background-color: #007834;
	border: none;
	margin: 1em 0;
}

p {
	margin: 0px 0px 20px 0px;
}
a, a:link, a:visited {
 color: #000000; /* Link */
 text-decoration: none;
 border-bottom: 1px dashed #007834;
}
a:hover, a:active  {
	color: #00b64f; /* Link */
}
a img { border: none; }
#alles {
	width: 900px;
	background-color: #fef4e3;
	margin: 0 auto;
}
#balken {
	height: 1.7em;
	background-color: #007834;
	border-left: 1px solid #007834;
	border-right: 1px solid #007834;
}
#kopf {
	padding-top: 25px;
	height: 111px;
	background-image: url(../images/logo_zurpost.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fef4e3;
	border-left: 1px solid #007834;
	border-right: 1px solid #007834;
	position: relative;
}
#widget {
	position: absolute;
	width: 130px;
	height: 130px;
	left: 18px;
	top: 654px;
}
#widget a {
text-decoration: none;
border: none;
}
#nav ul {
	list-style: none;
}
#nav li {
	display: inline;
	float: right;
}
#nav li a,  #nav li a:link, #nav li a:visited {
	padding: 0 20px;
	display: block;
	text-decoration: none;
	color: #FFF;
	border: none;
	line-height: 1.7em;
} 
#nav li a:hover, #nav li a:active, #nav li a.active {
 	background-color: #00b64f;
}

#inhalt {
	min-height: 390px;
	font-size: 0.8em;
	color: #000;
	text-align: left;
	padding: 15px;
	border-left: 1px solid #007834;
	border-right: 1px solid #007834;
}
#inhalt ul {
	margin-left: 3em;
}
#inhalt #left {
	width: 280px;
	float: left;
	margin-right: 50px;
}
#inhalt #right {
	width: 538px;
	float: right;
}
#footer {
	clear: both;
	font-size: 0.9em;
	background-color: #007834;
	color: #FFF;
}
#footer a {
	color: #FFFFFF;
	border: none;
}
#footer a:hover {
	color: #000;
}

input.text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: uppercase;
    background-color: #EEEEEE;
    color: #333333;
	background-image : url(../images/form_bg.gif);
    background-repeat : no-repeat;
    border-left: 1px solid #BBBBBB;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
   	border-top: 1px solid #BBBBBB; }
	
textarea.text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-decoration: uppercase;
    background-color: #EEEEEE;
    color: #333333;
	background-image : url(../images/form_bg.gif);
    background-repeat : no-repeat;
    border-left: 1px solid #BBBBBB;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #BBBBBB;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #BBBBBB;
	scrollbar-shadow-color: #BBBBBB; 
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color:#BBBBBB;
	scrollbar-darkshadow-color: #BBBBBB;
	buttonface: #BBBBBB; }
	
	
input.button {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; width: 100px; height: 18px;
    background-color:#EEEEEE;
    color:#333333;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-top: 1px solid #FFFFFF; }

label {
	width: 150px;
	line-height: 1.5em;
	display: block;
	float: left;
	margin-bottom: 5px;
}

input.button {
	line-height: normal;
	font-weight: normal;
}
img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  margin-right: 3em;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.clear {
	clear: both;
	height: 1px;
}
.error {
	font-weight: bold;
	color: #CC0000;
}
.kursiv {
	font-style: italic;	
}
