/* ALLGEMEIN */

body {
	margin: 0;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
}

a:Link {
	color: #3B76C5;
	text-decoration: none;
}

a:Visited {
	color: #3B76C5;
	text-decoration: none;
}

a:Hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* ALLGEMEINE KLASSEN */

.title {
	position: absolute;
	bottom: 5px;
	font-size: 30px;
}

/* BACKGROUND */

#centerfill {
	width: 55.5em;
	position: fixed;
	
	left: 50%;
	margin-left: -27.75em;
	
	bottom: 0;
	height: 100%;
	
	border: 2px solid #7bb6f5;
	border-bottom: none;
}

#menufill {
	width: 11.25em;
	position: fixed;
	
	left: 50%;
	margin-left: -27.75em;
	
	bottom: 0;
	height: 100%;
	
	border-right: 2px solid #fdd904;
	background-color: #ffffe1;
}

#cleartop {
	width: 55.75em;
	height: 1.9em;
	
	background-color: white;
	border-bottom: 2px solid #7bb6f5;
}

#borderbottom {
	float: right;
	width: 44.25em;
	
	clear: right;
	
	border-top: 2px solid #fdd904;
}

/* CONTENT CONTAINERS */

#main {
	width: 55.61em;
	position: absolute;
	
	left: 50%;
	margin-left: -27.75em;
}

#leftcolumn {
	width: 10em;
	float: left;
	
	padding: 0.6em;
}

#rightcolumn {
	margin-left: 11.4em;
}

/* CONTENT */

#title {
	padding: 0.6em;
	
	border-bottom: 2px solid #fdd904;
}

#content {
	padding: 0.6em;
	
	font-size: 0.8em;
}

#contentbare {
	font-size: 0.8em;
}

#imageright img {
	float: right;
	
	margin-left: 0.6em;
	border-left: 2px solid #fdd904;
	
	margin-bottom: -0.11em;
	border-bottom: 2px solid #fdd904;
}

#imagebottom img {
	margin-bottom: -3px;
	
	border-top: 2px solid #fdd904;
}

#contact {
	font-size: 0.65em;
	text-align: right;
	
	margin-top: 12em;
}

/* MENU */

#menu {
	font-size: 1.3em;
	margin-top: 3em;
}

#menu a:Link {
	color: black;
}

#menu a:Visited {
	color: black;
}

#menu a:Hover {
	color: #3B76C5;
	text-decoration: none;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu .submenu {
	font-size: .9em;
}

/* TITLE */

#title h1 {
	margin: 0;
	
	font-size: 1.8em;
	font-weight: normal;
}

#title .trail {
	font-size: 0.65em;
}