/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

a {
	color: #147;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;
}


div.second {
	background: #dbeefe;
	padding: 5px 10px;
	margin-bottom: 10px;
}

div.secondfix {
    margin-bottom: -10px;
}



div.second ul {

	margin-left: 15px;
}

div.second ul li {
	margin-bottom: 5px;
}

small {
	line-height: 18px;
}	

small.date {
	display: block;
}

div.second img {
	margin: 0 0 0 -10px;
	padding: 10px 0 0 0;
}

.padder {
	margin: 10px 0;
	padding: 5px;
	background: #EEE;
}

html {
	margin: 0;
	padding: 0;
	height: 101%;
}
 
body {

	background: #555;
	padding:  0 ;
	margin: 0 ;

}






p {

	margin: 0 0 9px 0;
}

ul,ol {
	margin: 0 0 9px 0;
}



h1, h1 a, h2, h2 a {
	margin: 0 ;
	font-size: 16px;
    line-height: 18px;
	text-decoration:none;
	font-weight: bold;
    margin: 2px 0 7px 0;
}

h3, h3 a {
	font-size: 13px;
    line-height: 18px;
	text-decoration:none;
    margin-bottom: 5px;
}

h3 small {
	font-weight: normal;f
}

h3 em {


	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

h3,h4,h5,h6 {
	margin:  11px 0 0 0;
}

#header {
	position: relative;
	height: 195px;
}

#header h1 {
	position: absolute;
	left: 135px;
	bottom: 1.5em;
	color: #FFF;
	font-size: 24px;
	line-height: 20px;
	font-weight: normal;
    margin: 0;
}

#header h2 {
	position: absolute;
	left: 135px;
	bottom: 1em;
	color: #FFF;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
    margin: 0;
}


#header ul {
	position: absolute;
	right: 15px;
	bottom: 15px;
	list-style:none;
}

#header ul li {
	float: left;
}

#header ul li a {
	color: #FFFFFF;
	padding: 0 10px;
	text-decoration: none;
}

#header ul li a.no {

	display: none;
}

#header img {
	border: 0;
	padding: 10px 15px ;
	
}

#main {
	width: 965px;
	margin: 10px auto;
	background: #FFF; 
	padding-bottom: 10px;
	/*background: url(/design/background_raster.png) left top; */
}


#footer {
	clear: both;
	width: 915px;
	margin: auto;
	border-top: 10px solid #FFF;
	padding: 5px 10px;
	color: #FFF;
	text-align: center;
	background: #999;
}

#footer div {
	min-height: 0;
}

#footer a {
	color: #333;
}

#navi {
	float: left;
	width: 175px;
	margin-left: 15px;
    display: inline;	
}


#navi ul {
	list-style: none; 
	padding: 0 ;
	margin: 0;
	background: #5793ca;
}

#navi li {

	text-indent: 20px;
	
}

#navi li a {
	text-decoration: none;
	display: block;
	zoom: 1;
	line-height: 27px;
	background: url(/design/dot.png) left center  no-repeat;
	color: #FFF;
}

#navi a.active1 {

	font-weight: bold;
	background: #00386f;
	color: #FFF;
}



.block {
	margin: 0 0 0 15px;
	float: left;	
	padding: 0;
	
}


.size50 {
	width: 365px;
}

.size75 {
	width: 555px;
}

.size25 {
	width: 175px;
}

.size37 {
	width: 365px;
}

.size45 {

    width: 250px; 
}
.size66 {
	width: 555px;
}
.size33 {
	width: 175px;
}

.size35 {
	width: 270px;
	padding: 5px 10px;
	background: #eef4fa;
}

.size100 {
	width: 745px
}



.block ul {
	list-style: square;
	margin-left: 30px;
}

.block ol {
	margin-left: 30px;
}


.block small {
	font-size: 10px;
	line-height:15px;
	color: ##00386F;
	
}


.block img {
	padding-top: 3px;
	padding-right:  0;
	padding-bottom: 5px;
	padding-right:  10px;
	border: 0;
	float: left;
}

.block img.break {
    clear: left;
}



.block img.lastinline {
	padding-right: 0;
}


h3 span {

	color:#990000;
	font-size: 10px;
	line-height: 15px;
}	

em {

	;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	display: block;
	line-height: 0;
	font-size: 1px;
	height: 0;
}


ul.archiv {
	margin:  5px 0 0 15px;
}

ul.archiv li {
	padding-bottom: 3px;
}

ul.archiv li a {
	text-decoration: none;
}

.error {
	font-weight: bold;
	color: #900;	
}

input {
	font-weight: normal;
}

input.button {
	padding: 3px 10px;
}

input.submitbutton {
	padding: 3px 10px;
	font-weight: bold;
}



label {
	display:block;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.block img.rightone {
  float: right;
  clear: right;
  padding: 0 0 9px 9px
}

