/* Oliver Knagge // Internet Concept GmbH  */

@import url("textmenue.css");
@import url("suche.css");
@import url("content.css");
@import url("artikel.css");
@import url("formulare.css");
@import url("tabelle.css");
@import url("menu.css");
@import url("bild.css");

body {
	background-image: url(../../graphics/background.gif);
	background-repeat: repeat-y;
	background-color: #FEF9E5;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-family: verdana;

	
}

.header {
	background-image: url(../../graphics/Header.jpg);
	width: 968px;
	height: 183px;
}

.kopfbild {
	width: 568px;
	height: 178px;
	margin: auto;
}

.u_header {
	background-color: #FEF9E5;
	width: 968px;
	height: 22px;
	
	
}

.nav {
	padding-left: 10px;
	font-family: verdana;
	font-size: 13px;
	color: #333333;
	text-decoration: none;

	width: auto;
	float: left;
}

.u_menu {
	width: auto;
	float: right;
}

.suche {
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
}

.linke_spalte {
	background-color: #005EA8;
	float: left;
	width: 201px;
	height: 100%;
}

.leftmenue {
	padding-left: 10px;
}

.header_text {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: auto;
	width: auto;

}

.content {
	background-color: #FFFFFF;
	float: left;
	width: 568px;
	height: 100%;
	
}


.main {
	background-color: #FFFFFF;
	float: left;
	padding: 15px;
	width: 535px;
	
}

.rechte_spalte {
	float: left;
	width: 200px;
	height: 100%;
}

.rechts {
	padding-left: 15px;
}



	


