/***
 * DESIGN - CHANGE ONLY IF YOU KNOW WHAT YOU'RE DOING!
 */

a {
	color: #fff;
}
a:hover {
	text-decoration: none;
	letter-spacing: 1.2px;
}
#menu #menu_list a {
	font-family: "Georgia";
	font-size: 16px;
	color: #2a2a2a;
}

#menu #menu_list a:hover {
	color: #4a4a4a;
}

#content #text {
	color: #fff4e5;
	font-family: "Calibri";
	font-size: 14px;
	text-align: justify;
}

#content #text h1 {
	color: #00ac04;
	font-family: "Georgia";
	font-weight: 100;
	margin: 5px 0 15px 0;
}

.success {
	color: #00ee00;
	font-weight: bold;
}

.error {
	color: #aa0000;
	font-weight: bold;
}

/***
 * LAYOUT - DO NOT CHANGE!
 */
body {
	background-color: #2a2a2a;
	background-image: url('../images/background/bogen.jpg');
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position-y: bottom;
	background-position-x: center;
	
	padding: 0px;
	margin: 0px;
}

#horizon {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
}

#footer {
	text-align: center;
	position: absolute;
	top: 260px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	font-size: 14px;
	font-family: "Calibri";
	color: #fff4e5;
}

#container {
	position: absolute;
	
	top: -150px;
	height: 400px;
	
	width: 600px;
	left: 50%;
	margin-left: -300px;
	
	/*background-color: #fff;*/
}

#logo{
	position: absolute;
	background: url('../images/logo_II.png') no-repeat center center;
	top: 20px;
	height: 80px;
	
	width: 160px;
	right: 50%;
	margin-right: 290px;
	
	
	z-index: 5;
}

#menu {
	position: absolute;
	background: url('../images/menu_back.png') repeat-y;
	
	top: 20px;
	height: 360px;;
	
	width: 160px;
	right: 50%;
	margin-right: 290px;
	
	z-index: 1;
}

#menu #top {
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: url('../images/menu_top.png') no-repeat top left;
	z-index: 2;
}

#menu #bottom {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: url('../images/menu_bottom.png') no-repeat bottom left;
	z-index: 2;
}

#menu #menu_list {
	list-style: none;
	
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	padding: 0;
}

#menu #menu_list li {
	position: relative;
	padding: 10px 0 5px 15px;
	z-index:3;
	background: url('../images/menu_spacer.png') bottom left no-repeat;
}

#menu #menu_list a {
	text-decoration: none;
}

#content {
	position: absolute;
	background: url('../images/content_back.png') top right repeat-y;
	height: 360px;;
	width: 440px;
	right: 50%;
	margin-right: -150px;
	top: 20px;
}

#content #top {
	position: absolute;
	top: -20px;
	height: 20px;
	right: 0;
	width: 100%;
	background: url('../images/content_top.png') top right no-repeat;
	z-index: 3;
}

#content #bottom {
	position: absolute;
	bottom: -20px;
	height: 20px;
	right: 0;
	width: 100%;
	background: url('../images/content_bottom.png') bottom right no-repeat;
	z-index: 3;
}

#content #text {
	position: relative;
	width: 90%;
	height: 90%;
	padding: 15px 15px 10px 15px;
	margin: 0px 10px 15px 10px;
	z-index: 10;
	overflow: auto;
}

#image {
	position: absolute;
	left: 50%;
	margin-left: 155px;
	top: 0;
	z-index: 5;
}

#text {
	overflow:auto;
}

textarea{
	max-width:300px;
	max-height:100px;
}

