@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #EC7535;
	line-height: 110%;
}

h1 {
  font-size: 180%;
  margin: 2em 0 1em 0;
}

h2 {
  font-size: 135%;
  margin: 1em 0 0.5em 0;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: underline;
	cursor: pointer;
	color: #000000;
}

a:hover {
	color: #EC7535;
}

strong {
	font-weight: bold;	
}

em {
  font-style: italic;
}

ul { margin: 0.5em 0 1em 0em;}
p + ul { margin-top: -0.75em; }
li {
  list-style: none;
  background-image: url(../images/bullet.gif);
  background-position: 3px 6px;
  background-repeat: no-repeat;
  padding: 0 0px 5px 18px;
}

p {
	padding-bottom: 1.3em;	
}

.small { font-size: 80% }
.error { color:#CC0000; font-weight: bold; }
.ok { color:green; font-weight: bold; }
.javascript { display: none; }
.hide { display: none; }
.show { display: block;}
.indent {margin: 0 0 0 15px }
.highlight { color: #EC7535; }
.soft { color: #999999; }
.clear { clear: both; float: none !important; margin:0px; padding:0px; }


ul.menu {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none; 
  margin: 0;
  padding: 0;
}
ul.menu li {
  background: none;
  list-style-type:none;
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
}


.subcolumns{width:100%;overflow:hidden; }
.c50l,.c25l,.c33l,.c38l,.c66l,.c75l,.c62l{float:left}
.c50r,.c25r,.c33r,.c38r,.c66r,.c75r,.c62r{float:right;margin-left:-5px}
.c25l,.c25r{width:25%}
.c33l,.c33r{width:33.333%}
.c50l,.c50r{width:50%}
.c66l,.c66r{width:66.666%}
.c75l,.c75r{width:75%}
.c38l,.c38r{width:38.2%}
.c62l,.c62r{width:61.8%}
.subc{padding:0 .5em}
.subcl{padding:0 1em 0 0}
.subcr{padding:0 0 0 1em}

/* --------------------
		Main Styles
-------------------- */
body {  
	color : #000;
	background: #fff;
	font:14px/1.3 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small;
}


.wrapper {
	clear: both;
	width: 830px;

	margin: 0 auto;
	text-align: center;
	background: #ffffff url(../images/rahmen-mitte.png) repeat-y top left;
}

.inner {
  width: 810px;
  text-align: left;
  margin-left: 10px;
  background: #ffffff url(../images/background.jpg) no-repeat 0px 10px;
}

.top {
  border-top: 10px solid #006FB3;
  padding: 18px 0 28px 20px;
}

.navigation {
  height: 25px;
  padding-left: 10px;
}
  .navigation ul.menu li a {
    text-decoration: none;
    color: #006FB3;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding:10px 10px;
  }
  .navigation ul.menu li a:hover {
    color: #EC7535;
  }
  .navigation ul.menu li a.selected {
    background: #fff;
    border: 1px solid #F0F0F0;
    -moz-box-shadow:rgba(200,200,200,1) 0 4px 12px;
    -webkit-box-shadow:rgba(200,200,200,1) 0 4px 12px;
    -khtml-box-shadow:rgba(200,200,200,1) 0 4px 12px;
    box-shadow:rgba(200,200,200,1) 0 4px 12px;
  }

.content {
  clear: both;
  min-height: 450px;
  padding: 0 20px;
  position: relative;
}

.bottom {
  margin-top: 25px;
  background-color: #D9E0F0;
  height: 25px;
  line-height: 25px;
  color: #006FB3;
  font-size: 11px;
  padding: 0 20px;
}
  .bottom a {
    text-decoration: none;
    color: #006FB3;
  }
  .bottom a:hover {
    color: #EC7535;
  }
  .copyright{
   float: right;
  }
  .copyright span {
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    padding-right: 8px;
  }
  .copyright img {
    padding-top: 3px;
  }
  
.shaddow {
  background: #ffffff url(../images/rahmen-unten.png) no-repeat top left;
  height: 10px;
}



#home .content p {
  font-size: 140%;
  line-height: 110%;
  position: absolute;
  bottom: 0.5em;
  left: 6em;
  color: #bbb;
}