@import url(rte.css);

body {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #c05454 url(bilder/background.gif) repeat-y;
	font: 12px Arial,sans;
}
a {
	color: #000;
	text-decoration: none;
}
img {
	border: none;
}
#page {
	padding-left: 50px;
	color: #000;
	background: url(bilder/leftupper.gif) repeat-x;
}
#topMenu {
	height: 27px;
	width: 850px;
}
#topMenu a {
	display: block;
	float: left;
	margin-top: 1px;
	width: 100px;
	line-height: 25px;
	text-align: center;
	color: #fcd4ad;
	border-right: 1px #fcd4ad solid;
}
#topMenu a.current {
	background: #c05454;	
}
#left {
	position: absolute;
	top: 0;
	left: 50px;
	width: 150px;
	background: #c05454;
}
#leftMenu a {
	display: block;
	padding: 3px 5px;
	text-align: left;
	color: #fcd4ad;
	border-bottom: 1px #fcd4ad solid;
}
#leftMenu a:hover {
	text-decoration: underline;
}
#leftMenu a.current {
	background: #a60134;	
}
#right {
	margin-left: 150px;
}
#logo {
	text-align: center;
}
#contentContainer {
	background-repeat: no-repeat;
	padding-top: 124px;
	padding-left: 50px;
}
#content {
	width: 505px;
	color: #000;
}
#leftContent {
	padding: 5px;
}
#baseNavi {
	height: 85px;
	padding: 5px;
	background: #fdd5ad;
	font-size: 0.75em;
	text-align: right;
}

h1,h2,h3 {
	font-family: 'Monotype Corsiva', Arial, serif;
	font-size: 2em;
	font-weight: bold;
}
h2,h3 {
	font-size: 2em;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
}

#content img {
	margin: 0 5px;
}
#content a {
	color: blue;
}