html, body  {
	margin: 2px;
   	padding: 0;
   	font: 8pt Arial;
	color: #065588;
	line-height: 11pt;
	text-align: center;
	height: 70px;
	background-image: url("images/header-back.png");
	background-repeat: repeat-x;
	background-color: #d8e8f5;
}

hr {
    background-color:#CCCCCC;
    color:#a6c8dd;
    height: 1px;
}

h1 {
	text-align: left;
	margin-top: 15px;
	font: bold 20px arial;
	color: #3A9EEB;
	border-bottom: 2px solid #3A9EEB;
}

h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	font: bold 16px arial;
	color: #3A9EEB;
}

h3 {
        font: bold 14px arial;
        color: #404040;
}

/*---- LINKS ----*/

a {
        font: arial;
	color: #008be3;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #4E4E4E;
}

img {border: 0;}

.blogContent a img {filter:alpha(opacity=50);
 -moz-opacity:.50;
 opacity:.50;}

.blogContent a:hover img, a.active img{filter:alpha(opacity=100); -moz-opacity:.10; opacity:1;}

/*---- CONTAINER ----*/

#container {
	margin: 0 auto;
	width: 960px;
	padding: 0;
}

#inhalt {
	float: left;
	width: 960px;
        height: auto;
        border-right: 2px solid #a6c8dd;
        border-left: 2px solid #a6c8dd;
	background-color: #d8e8f5;
}

#top {
	float: left;
	width: 960px;
	height: 120px;

}

/*---- Navigation ----*/

#navigation {
	float: left;
	width: 960px;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*---- LOGO ----*/

#logo {
	float: left;
	width: 960px;
	height: 80px;
}

#logo p{
	font-size: 20pt;
	color: #ffffff;
	font-weight: bold;
	margin: 10px 0px 0px 12px;
	text-align: left;
}


/*---- CONTENT ----*/

#content {
	float: left;
	width: 700px;
        heigth: auto;
	text-align: left;
	margin: 10px 10px 20px 10px;
	background-color: #ffffff;
	padding: 10px;
        border: 2px solid #a6c8dd;
}

html #content {
	margin: 10px 10px 20px 5px;
}

/*---- SIDEBAR ----*/

#sidebar {
	float: left;
	width: 190px;
	margin: 0 auto;
	padding: 0px 10px 10px 20px;
        background-color: #d8e8f5;
}

.box {
	border: 1px solid #01639f;
	margin-bottom: 15px;
	float: left;
	width: 180px;
}

.box2 {
	border: 1px solid #e4e4e4;
	margin-bottom: 15px;
	float: left;
	width: 580px;
}

* html .box2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.boxhead {
	color: #ffffff;
        width: 100%;
	line-height: 20px;
	text-align: left;
	background-color: #01639f;
	height: 20px;
}

* html .boxtitle {
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	}

.boxtitle {
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	height: 20px;
}

.boxcontent {
	float: left;
	background-color: #fff;
	margin: 3px;
	margin-top: 0;
}


.boxcontentnav {
	margin: 0px;
	margin-top: 0;
	background-color: #eeeeff;
   	font: 8pt Arial;
	line-height: 13pt;
}

.boxcont {
	margin: 0;
        text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 5px 0px 5px 5px;
}

.name {
	float: left;
	width: 120px;
	height: 30px;

}

.eingabe {
	float: left;
	width: 440px;
	height: 30px;

}

.eingabe input {
	width: 200px;
}

.kommentar table {
	height: 100px;
}

.kommentar {
	float: left;
	width: 550px;
	margin: 0px 0px 10px 0px;
}


.captcha {
	float: left;
    padding: 6px 16px 0px 0px;
	height: 30px;
}

.eingabe_captcha {
	float: left;
	width: 140px;
	height: 30px;
	padding: 7px 0px 0px 0px;
}

.senden {
	float: left;
	width: 200px;
	margin: 50px 0px 20px 0px;
	position: relative;
	right: 205px;
}

/*---- SUCHE ----*/

#search {
	width: 50px;
	height: 20px;
	padding: 0;
	margin: 0;
}
*+html #search {
	width: 50px;
	height: 20px;
	padding: 0;
	margin: 0px 0px 3px 0px;
	line-height: 10px;
}
* html #search {
	width: 50px;
	height: 20px;
	padding: 0;
	margin: 0px 0px 3px 0px;
	line-height: 10px;
}

#searchfield {
	width: 120px;
	height: 18px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 3px 0px;

}

form {
	display: inline;
}

/*---- FOOTER ----*/

#footer {
	float: left;
	width: 100%;
	height: 50px;
	background: url("images/footer-back.png") repeat-x;
	padding: 20px 0px 0px 0px;
}

#footertext {
         position: relative;
         top: -15px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding: 0px 0px 0px 0px;
	height: 0px;
	color: #01639f;

	text-align: center;


}

#footertext a {left
	color: #01639f;
	text-decoration:none;
}

#footertext a:hover {
	color:#4E4E4E;
}

.rahmen { 
        border: 1px solid #00699C;
        font: 8pt arial;
}

.rahmen2 { 
        border-left: 1px solid #00699C;
        border-right: 1px solid #00699C;
        border-top: 1px solid #00699C;
}

.rahmen3 { 
        border-left: 1px solid #00699C;
        border-right: 1px solid #00699C;
        border-bottom: 1px solid #00699C;
}

th.gb { 
        background:#ddddff; 
        border-bottom: 1px solid #00699C;
}

th.gb1 { 
        background:#ddddff; 
        border-bottom: 1px solid #00699C;
        border-top: 1px solid #00699C;
}

th.gb2 { 
        background:#ddddff; 
        border-bottom: 1px solid #00699C;
        border-right: 1px solid #00699C;
}

tr.gb { 
        background:#ffffff; 
        border-top: 1px solid #00699C;
}

td.gb { 
        background:#ffffff; 
        border-bottom: 1px solid #00699C;
}

td.gb2 { 
        background:#ffffff; 
        border-bottom: 1px solid #00699C;
        border-right: 1px solid #00699C;
}


#tab a {
        color: #01639f;
        cursor: default;
}

#tab a:hover {
	color: #01639f;
	text-decoration: none;
}

#tab td {
        background:#eeeeff;
        font: 8pt arial;
}

#tab2 a {
        color: #01639f;
        }

#tab2 a:hover {
	color: #01639f;
	text-decoration: none;
}

#tab2 td {
        background:#eeeeff;
        font: 8pt arial;
}

#HomeBox {
font: arial;
    font-size: 10pt;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccccff;
    margin-bottom: 0px;
    width: 680px;
 margin-top: 15px;
  
}


#homeSpalte1 {
font: arial;
    float: left;
    width: 310px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;

}

#homeSpalte2 {
font: arial;
    font-size: 10pt;
    float: left;
    width: 310px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccccff;
}

#homeSpalte2 a {
font: arial;
    font-size: 9pt;
}

#homeSpalte3 {
 margin-top: 35px;
    float: left;
    width: 680px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccccff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;

}
