* {
	font-family: sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

a { 
	text-decoration: none; 
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #f5f5d7;
}

body {
	background-color: #f5f5d7;
}

#topbar {
	position: absolute;
	background-color: #f5f5d7;
	width: 100%;
	height: 200px;
	display: block;
}

#topbar img {
	position: absolute;
	top: 40px;
        left: 85px;
}

#text, #rootline {
	left: 200px;
}



#menu, #text, #image {
	top: 160px;
}

#rootline {
	position: absolute;
	top: 140px;
	width: 440px;
	text-transform: lowercase;
}

#rootline a, #rootline {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}


#menu {
	position: absolute;
	font-weight: bold; 
	left: 0px;
	text-align: right;
	width: 180px;
	padding-top: 7px;
}

#menu a {
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	color:#c60000;
}

#menu div { padding-top: 3px; padding-bottom: 3px; }

.menu1a, .menu1n { width: 180px; text-transform: uppercase; font-weight: bold; margin-top: 3px; }
.menu2a, .menu2n { width: 180px; font-weight: normal; }
.menu3a, .menu3n { width: 180px; font-weight: normal; }

.menu1a a,.menu2a a,.menu3a a {
	color: #c60000 !important;
}

#text {
	position: absolute;
	width: 440px;
	/*border: 1px dotted white;*/
}

#image {
	padding: 11px 0px 0px 0px;
	position: absolute;
	left: 660px;
	width: 332px;
	border: 0px dotted white;
}

.csc-textpic-image { border: 1px solid #fff5d9; }

h1, h2, p, li {
	color: #000000;
	line-height: 160%;
	padding-bottom: 9px;
}

li { margin-left: 20px; }

h1, h2 {
	padding-top: 11px;
}

h1 { font-size: 10px; text-transform: uppercase; }
h2 { font-size: 10px; }

.typo3-adminPanel {
	position: absolute;
	left: 1000px;
	top: 170px;
}

