body {
	font-size: 14px;


	font-family: Verdana
	margin: 0;
	padding: 0;
	background: #FFF url(img/bg.png) repeat-x;
	color: #5B6973;
	text-align: right;
} /* Needed to center layout in old IE browsers. */

#outdiv {
	background-image: #09C;
	background-position: top;
}

#wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	position: relative;
	height: 200px;
	width: 100%;
	top: 10px;
	background-image: url(img/nav.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.logo {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	height: 118px;
	width: 500px;
	left: 25px;
	top: 15px;
	display: block;
}

#nav {
	position: relative;
	bottom: auto;
	text-align: right;
	height: 50px;
	width: 100%;
	left: -1px;
}

#nav ul {
	list-style-type: none;
	font-size: 18px;
	line-height: 20px;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 40px;
	text-transform: uppercase;
}

#nav ul li a:hover {
	color: #d8a82d;
}

h1 {
	font-size: 18px;
}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {
	font-size: 16px;
	line-height: 1px;
}

p#intro {font-size: 18px;
         font-style: italic;
         margin: 0;}
		 
#main {
	background-image: url(images/Pettern02.jpg);
	background-repeat: repeat;
	border: 0px solid #555555;
	text-align: justify;
	padding: 10px;
	color: #00666;
}
#main a {
	color: #cfb429;
	text-decoration: none;
}


#content	{
	float: left;
	width: 540px;
	padding: 10px 10px 10px 10px;
	line-height: 180%;
	font-family: Tahoma, Geneva, sans-serif;
	alignment-adjust: after-edge;
	text-align: right;
	height: auto;
}
#news		{
	float: right;
	width: 280px;
	text-align: center;
	text-height: auto;
}

.news1	{
	padding: 53px 20px 1px 20px;
	background: #FFF;
	border: 1px solid #FCFCFC;
	font-size: 90%;
	margin-bottom: 1px;
}

.news2	{
	padding: 1px 15px 1px 20px;
	background: #FFF;
	font-size: 90%;
	margin-bottom: 1px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.news3	{
	padding: 1px 20px 1px 20px;
	background: #FFF;
	border: 1px solid #FCFCFC;
	font-size: 100%;
	margin-bottom: 0px;
	line-height: 150%;
	text-align: left;
	text-height:max-size
}



#footer {
	width: 850px;
	height: 56px;
	margin: 0 auto;
	background: #F3F3F3 url(img/footer_background.png) repeat-x;
	color: #5B6973;
	clear: both;
	text-align: center;
	padding: 0;
	position: relative;
}

#footer-content {padding: 19px 15px;}

#footer-right {position: absolute;
               right: 0;
               top: 0;
               width: 15px;
               height: 56px;
               background: #F3F3F3 url(img/footer_right.png) no-repeat;
               color: #5B6973;}
               
#footer-left {position: absolute;
              left: 0;
              top: 0;
              width: 15px;
              height: 56px;
              background: #F3F3F3 url(img/footer_left.png) no-repeat;
              color: #5B6973;}

#footer p {margin: 0;}

#footer a {background: transparent;}

#footer-navigation {float: right;
                    margin: 0;}
#outdiv #wrap #content p {
	font-family: Verdana;
}
