body {
	margin: 0px 0 0px 0;
	padding: 0;
	background: #2D5882 url(images/bg.gif) repeat-x top center;
	text-align: justify;
	line-height: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}

h1 {
	padding: 0;
	margin: 0;
	color: #003366;
         font-size: 22px;
}
h2, {
	color: #333;
         font-size: 16px;
}

h3 {
	color: #C04000;
         font-size: 15px;
}
strong {
	color: #ccc;
}

p, ul, ol {
	margin-bottom: 0.6em;
         color: #555;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #ccc;
	border-bottom: 1px #BFBFBF ;
}

a:hover {
	text-decoration: none;
	color: #9E9E9E;
}
img{border:none;}
#wrapper {
         width: 770px;
         margin: 0px auto;
         padding: 0px 0;
         background: #fff url(images/content.jpg) no-repeat center  top;
}
#header {
	position: relative;
	background:  url(./images/header.png) repeat-x;
         width: 770px;
         height: 93px;
         margin: 0px auto;
}
/* header links */
#header #header-links {
	position: absolute;
	top: 0px; right: 16px;
	color: #fff;
	font: normal 11px Arial;
	text-transform: uppercase;
}
#header #header-links a {
	color: #EFEFEF;
	text-decoration: none;
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #fff;
}
/** Style f?r menu start */

#menu {
         width: 770px;
         height: 41px;
         margin: 0px auto;
         background: url(images/navbar.png) repeat center  top;
}

#menu ul {
         margin: 0px;
         padding: 0 0 0 20px;
         list-style: none;
}

#menu li {
         display: inline;
}

#menu ul li a {
         display: block;
         float: left;
         border: none;
         padding: 12px 12px 13px 12px;
         text-decoration: none;
         color: #fff;
         border-bottom: #fff 1px dashed;
}

#menu a:hover {
         color: #003366;
         background: url(images/menu1.jpg) repeat-x center  top;
}
#menu ul li a.active {
         color: #fff;
         background: url(images/menu1.jpg) repeat-x center  top;
}
/** inhalt */

#content {
	width: 770px;
         /*border-top: 1px solid #ccc;     zum test */
         margin: 0px auto;
}
#content p {
}

#content a {
         text-decoration: none;
}
#right {
	float: right;
	width: 530px;
	padding: 20px 20px;
}
#right h1 {
         text-transform: uppercase;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 14px;
         font-weight: bold;
         color:#003366;
         border-bottom: 1px #ccc dashed;
         margin-bottom: 12px;
}

#right ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#right ul li {
	margin-bottom: 0px;
	padding-left: 25px;
         padding-top: 3px;
	background: url(images/listr.jpg) no-repeat 0 7px;
	line-height: 22px;
}


#left {
	float: left;
	width: 190px;
	padding: 0px 0px;
         margin-top: 12px;
         margin-left: 3px;
         background: #003366 url(./images/box-l.jpg) no-repeat;

}


#left h2{
	background: url(./images/lefth1.jpg) no-repeat center top;
         color: #003366;
         padding-left: 15px;
         padding-top: 7px;
         height: 25px;
         font-size: 12px;
         font-weight: bold;
}

#left ul {
	margin: 2px 0 0 0px;
	padding: 0 12px;
	list-style: none;
}

#left li a{
	padding-left: 19px;
         width: 140px;
         padding-top: 4px;
	background: url(images/list.jpg) no-repeat 0 7px;
	line-height: 20px;
         border-bottom: dashed 1px #7FA2C5;
         display:block;
}
#left li a:hover{
border-bottom: dashed 1px #fff;
color: #fff;
}


#left .slim{
height: 22px;
background: url(./images/bottom.jpg) no-repeat bottom center;
}
#left strong{
	padding-left: 5px;
         border-bottom: dashed 1px #7FA2C5;
         display:block;
}
#left p{
         padding: 0px 10px;
         color: #fff;

}
.search_box{
margin-top: 10px;
padding-left: 12px;
}
#loginmaske{
margin-top: 10px;
padding-left: 12px;
color: #fff;
}
/** footer  */

#footer {
	clear: both;
	width: 740px;
	height: 47px;
	margin: 0px auto;
	padding-top: 5px;
	background:  url(./images/footer.jpg) no-repeat bottom center ;
	text-transform: uppercase;
	font-size: 10px;
	color: #777;
         padding-left: 30px;
}


#footer a {
	border-bottom: 1px #E5E5CC solid;
	text-decoration: none;
	color: #666;
}