/**
* CSS (Screen)
*
* @author	Sebastian Müller <sebastian produktivbuero de>
* @date		04/09/2007
*/

body {
	margin: 0;
  padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: #BDBDBD url(images/body-background.gif);
	text-align: center;
}

#position {
  margin: 0 auto;
  width: 710px;
  text-align: left;
}

#header {
  position:relative;
  height: 245px;
  background-repeat: no-repeat;
  background-position: center top;
}

#logo {
  position:absolute;
  top:0;
  right:-50px;
  width:300px;
  height:125px;
}

#navigation {
  margin: 202px 55px 0 55px;
  float: right;
}

#content {
  margin: 0 55px;
  padding: 30px;
  line-height: 200%;
  background: #FFFFFF;
}

#footer {
  margin:0 55px 20px 55px;
  padding:30px 0 20px 0; 
  font-size:0.85em; 
  text-align:center;
  color:#FFFFFF; 
  background:#333333 url(images/footer-background.gif) no-repeat; 
  clear:both;
}


/* ------------ Navigation ------------ */

#navigation li {
  list-style-type: none;
  float: left;
}

#navigation a {
  margin-right: 15px;
  padding: 5px 10px;
  font-weight: bold;
  text-decoration: none;
  background: #E0E0E0;
  border-bottom: 3px solid #FF793C;
  float: left;
}

#navigation a:hover {
  color: #FF793C;
}

#navigation a.on {
  color: #FF793C;
  background: #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}

/* ------------ Inhalt ------------ */

h1 {
  margin: 25px 0 50px 0;
  padding: 0;
  font-size: 24px;
  font-weight: normal;
}

h2 {
  margin: 25px 0 10px 0;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
}

h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}

p {
  margin: 10px 0;
  padding: 0;
}

a, a:visited {
  color: #000000;
}

a:hover, a:active {
}

label {
  width: 80px;
  cursor: pointer;
  float: left;
}

ul {
}

img {
  border:none;
}

acronym {
}

fieldset {
  padding: 20px;
  background: #C8DFF5 url(images/block-background.gif) no-repeat bottom left;
  border: none;
}

legend {
  display: none;
}

input, textarea, select {
  padding: 3px;
	font-family: Arial, sans-serif;
  font-size: 14px;
  width: 400px;
  overflow: auto;
}

p.linkbox {
  margin: 75px 0;
  font-size: 18px;
  text-align: center;
}

p.loadbox {
}

p.loadbox a {
  padding: 10px 0 10px 60px;
  color: #FF773C;
  text-decoration: none;
  font-weight: bold;
  background: transparent url(images/loadbox-arrow.jpg) no-repeat top left;
}

a.button {
  padding: 30px 0;
  height: 80px;
  text-decoration: none;
  background: transparent url(images/linkbox-bg.jpg) no-repeat top left;
}

a.button span {
  padding: 30px 70px 30px 30px;
  background: transparent url(images/linkbox-arrow.jpg) no-repeat top right;
}

.infobox {
  margin-bottom: 50px;
  padding: 10px 20px;
  background: #C8DFF5 url(images/block-background.gif) no-repeat bottom left;
}

.infobox img {
  margin: -25px -50px 0 0;
  float: right;
}

.checkbox {
  width: auto;
}

.button {
  width: auto;
}

.nolabel {
  width: auto;
}

.note, .note a, .note a:hover {
  color: #999999;
}

#footer a {
  color: #FFFFFF;
  text-decoration: none;
}

/* ------------ Sonstiges ------------ */

.success {
  padding: 10px 20px;
  color: #269F00;
  background: #EFEFEF;
}

.error {
  padding: 10px 20px;
  color: #FF0000;
  background: #EFEFEF;
}

.print {
  display: none;
}

.noprint {
}
