/*Formatierung Header und Footer*/

body   {
	font-family: Verdana;
	background-color:#D9D9D9;
	margin: 0;
}

html > body {
	width: 902px;
	margin: 0 auto;
}
#body {
	text-align: center;
	height:100%;
	position: relative;
}

* html body {
	text-align: center;
}

.bord {
	width: 902px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
         position: relative
}

.main     {
	width: 900px;
	border-style: solid;
         border-width: 5px 1px 1px;
         border-color: #e2001a;
}

* html .logo   {
	margin-left: 0;
         width: 898px;
         height: 65px ;
         padding-top: 13px;
         padding-bottom: 12px;
         padding-left: 18px;
}

.logo      {
	background-color: #fff;
	text-align: left;
         width: 879px;
         padding-top: 13px;
         padding-bottom: 12px;
         padding-left: 21px;
}

.logo img {
	float: left;
	border-style:none;
}

* html #searchform {
	position: relative;
	left: 448px;
	top: 10px;
}

#searchform {
	position: relative;
	left: 439px;
         top: 10px;
}

* html .search_text {
	top: 4px;
	padding-left: 0px;
}
.search-item{
/*	float:left;*/
	position: relative;
/*         z-index: 1;*/
}

.search_text	{
	font-family: Verdana;
	color: #666;
         /* font-weight: bold;*/
         font-size: 10px;
         float:left;
         position: relative;
         vertical-align: middle;
         top: 4px;
}
* html .searchinput {
	top: 1px;
         margin-right: 3px;
}
.searchinput	{
         position: relative;
         float: left;
         margin-right: 5px;
}

.submit	{
         top: 3px;
	position: relative;
	left: 3px;
}

* html .line {
	width: 898px;
	height: 7px;
}
.line {
	height: 5px;
	background-color: #666;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1px;
/*         bottom:0px;*/
}

/* footer formatierung */
/*
* html .footer {
        height:19px;
        background-color: #e2001a;
        position: relative;

}
*/
.footer {
        height:19px;
        background-color: #e2001a;
        position: relative;
/*        margin: 0px;
        padding: 0px;*/
}

.footer p {
	padding: 0px;
         margin: 0px;
}

/** html .footer  a,*/
* html .footer a:link,
* html .footer a:visited 	{
	color:#fff;
	font-weight:normal;
         font-family: Verdana;
         font-size:10px;
         text-decoration: none;
	position:relative;
	top:-2px;
	margin-top: 4px;
	margin-bottom: 4px;
         padding: 0px;
}

* html .footer a:hover 	{
	color:#404040;
	font-weight:normal;
         font-family: Verdana;
         font-size: 10px;
         text-decoration: none;
	position:relative;
	top:-2px;
	margin-top:5px;
	margin-bottom:4px;
         padding: 0px;
}

.footer  a,
.footer a:link,
.footer a:visited 	{
	color:#fff;
	font-weight:normal;
         font-family: Verdana;
         font-size:10px;
         text-decoration: none;
	position:relative;
	top:-2px;
	margin-top:5px;
	margin-bottom:4px;
         padding: 0px;
}

.footer a:hover 	{
	color:#404040;
	font-weight:normal;
         font-family: Verdana;
         font-size: 10px;
         text-decoration: none;
	position:relative;
	top:-2px;
	margin-top:5px;
	margin-bottom:4px;
         padding: 0px;
}


.footerimg	{
 	border-style:none;
         position: relative;
 	width:10px;
 	height:10px;
	top: 2px;
}