@import url(content.css); 
@import url(news.css);
@import url(rightcontent.css);
/*
@import url(navigation1.css);
@import url(navigation2.css);
*/
@import url(navigation3.css);

body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0;
	margin-top: 20px;
	width: 100%;
	background: #ffffff;
}
#outer-wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	position: relative;
	width: 920px;
}
#logo {
	margin: 15px 0 0 20px;
	width: 152px;
	height: 43px;
}

#content {
	margin: 65px 0px 20px 20px;
	width: 450px;
}

#leftmenu {
	width: 170px;
	height: 127px;
	text-align: right;
	margin: 10px 0px 0 -5px;
}
#rcontent {
	margin:20px 0 0 20px;
	width: 200px;
	height: 50px;
	text-align: left;
}
#teaser {
	margin: 0px 0 0 20px;
	width: 200px;
}

/* Internet Explorer Hack */
* html #teaser {
	margi\n-top: -5px;
}

#bcontent {
	margin: 0px 0 0 20px;
	width: 200px;
}
	
/* Positioniert Suche und Login */
#left {
	margin: -1px 0 0 11px;
	padding: 1px 3px 0px 0px;
	background-color: #fff;
	width: 157px;
	height: 178px;
	border: 0px;
}

/* Positioniert und formatiert Suche */
#search {
	margin: 0px;
	background-color: #F3F5F8;
	width: 157px;
	height: 50px;
	border: 1px solid #8799BA;
	background: url(../img/lupe.gif) bottom right no-repeat;
}


/* Positioniert und formatiert Login */

#login {
	margin-top:2px;
	background-color: #F3F5F8;
	width: 157px;
	height: 120px;
	border: 1px solid #8799BA;
	background: url(../img/schloss.gif) bottom right no-repeat;
}

/* Positioniert und formatiert Bildoben */
#header-image{
	margin: 0px;
}

/* Positioniert und formatiert Untertitel: */
#header-text {
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

/* Positioniert Navi oben horizontal */
#navcontainer{
	margin-bottom: 1px;
}

/* ab hier Formatierung Positionierung Fusszeile */
#update, #sprache {
	margin-top: 5px;
	padding-top: 8px;
	height: 15px;
}
#foot2 {
	padding-top: 10px;
}
* html #foot2 {
	paddin\g-top: 20px;
}
* html #sprache {
	paddin\g-top: 0px;
}
* html #update {
	paddin\g-top: 0px;
}
