@charset "utf-8";
/* CSS Document */

body {background-image: url(images/bckg.jpg); font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; background-repeat:repeat-x; background-color: #8f8b82;}

.wrap{width:1010px; margin: 0 auto; text-align:left; background-color:#ffffff; font-size: 13px;}
.header {border-bottom: 1px solid; background-image:url(images/header.jpg); width:1000px; height:150px;}
.newsletter {position: relative; bottom: 80px; left: 350px; width: 250px; height: 100px; border-bottom: 2px solid #837F76;}
#newstex {position: relative; left: 100px;}
.project {position: relative; left: 500px;}
#schrift {position: relative; left: 350px; font-size: 13px; font-weight: bold;}
.nav_left {float: left; width: 160px;}
.nav_right {float:right; margin: 3px; width:830px;}
.nav_right_left {
	float: left;
	width: 800px;
	text-align: center;
}
.nav_right_right {float: left; margin: 3px; width:800px; padding-left: 3px;}


.links, .links ul{
border:0 none;
list-style-type:none;
border-right: 1px solid #837F76;
margin:0px;
padding:0;
width: 150px;
background-color: #ffffff;
color: #000000;
}

li.nav {width:150px; height: 30px; margin: 3px; line-height: 30px; padding-left: 10px; font-size: 13px; color:#8C8673; font-weight: bold;}
a:link, a:active, a:visited { color: #8c8673; text-decoration:none;}

/*cambia lo siguiente a tu gusto para el hover de los links*/
a:hover { color:#8C8673; text-decoration:underline;}


h1 {
	font-size:30px;
	color: #FF0000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.text_left {
	float:left;
	width:400px;
}

.text_right {
	float: right;
	width: 400px;
	text-align: left;
}

.footer {
	text-align:center;
	font-weight:bold
	
}
