@CHARSET "ISO-8859-1";

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	background-color: #008395;
	
	margin: 0 0;
	height: 100%;
}

html {
	height: 100%;
}

h1
{
	color: #f47500;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #f47500;
}

h1 a {
	text-decoration: underline;
}

.textbigger
{
	font-size: 12pt;
}

.align_right
{
	text-align: right;
}

.align_center
{
	text-align: center;
}

#center 
{
	width: 700px;
	
	text-align: left;
	
	margin: 0 auto;
	
	background-color: #e8fcff;
	
	min-height: 97%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 97%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */	
}

#title {
	width: 700px;
	height: 150px;
	
	background-color: #00bad4;
}

#clear
{
	clear: both;
}

#header_text {
	margin-left: 30px;
	padding-top: 60px;
}

#title h1
{
	color: #e8fcff;
	padding: 0px;
	margin: 0px;
}

#navbar {
	width: 700px;
	height: 30px;
		
	background-color: #ff7a00;
	
}

#navbar .nav_item
{
	height: 30px;
	width: 150px;
	
	float: left;
	
	text-align: center;
	padding-top: 8px;
}

#navbar .nav_item:HOVER
{
	background-color: #ffb876;
}

#navbar .nav_item a, 
#navbar .nav_item a:visited
{
	font-weight: bold;
	color: #fff;
}

#middle
{	
	width: 680px;
	padding: 10px;
	padding-top: 20px;
}

#message {
	color: #d50000;
}

#index_container
{
	width: 340px;
	height: 285px;
	
	margin-top: 30px;
	margin-left: -170px;
	
	position: relative;
	
	left: 50%;
	right: 50%;
		
}

.container
{
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	font-size: 8pt;
	color: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	
	float: left;
}

.container img
{
	margin: 0px;
	margin-top: 5px;
}
	
.container p
{
	margin: 0px;
	margin-top: 5px;
}

.container img#smallicon
{
	margin-top: 10px;
}

#container_1
{
	width: 100px;
	height: 100px;
	
	margin-left: 10px;
	margin-top: 10px;
    		
	background-color: #ff7a00;
}

#container_2
{
	width: 100px;
	height: 45px;
	
	margin-left: 10px;
	margin-top: 10px;
	
	background-color: #72e1f1;
}

#container_3
{
	width: 100px;
	height: 100px;
	
	margin-left: 10px;
	margin-top: 10px;
	
	background-color: #17dffb;
}

#container_4
{
	width: 320px;
	height: 45px;
	
	margin-left: 10px;
	margin-top: 10px;

	background-color: #c05c00;
	color: rgba(255, 255, 255, 0.7);
}

#container_5
{
	width: 45px;
	height: 45px;
	
	margin-left: 10px;
	margin-top: 10px;

	background-color: #008395;
}

#container_6
{
	width: 265px;
	height: 100px;
	
	margin-left: 10px;
	margin-top: 10px;

	background-color: #00bad4;
	
}

#container_7
{
	width: 45px;
	height: 45px;
	
	position: absolute;
	left: 175px;
	top: 65px;
	
	text-align: center;

	background-color: #ffb876;
}

#container_6 input
{
	background-color: #72e1f1;
	border: 1px solid #006775;
	
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	
	font-size: 9pt;
}

#container_6 a
{
	color: rgba(0, 0, 0, 0.7);
	text-decoration: underline;
}

#box
{
	border-style: solid;
	border-width: 1px;
	border-color: #006775;
	
	margin: 10px;
	padding: 10px;
}

#contenttable
{
	width: 100%;
	font-size: 10pt;
	
	border-spacing: 0px;
}

td#bildspalte
{
	width: 80px;
}

.contenttable_cell
{
	padding: 2px;
}

#content_headermenu
{
	width: 97%;
	
	text-align: right;
}

img #altesbild
{
	width: 70px;
	height: 60px;	
}

#contenttable th
{
	height: 30px;
	
	text-align: left;
}

#contenttable tr:HOVER
{
	background-color: #ffb876;
}

#contenttable tr:HOVER a
{
	color: #e8fcff;
}

#contenttable_text
{
	font-size: 8pt;
}

#edittext a
{
	font-size: 8pt;
	
	color: #008395;
}

#deltext a
{
	font-size: 8pt;
	
	color: #d50000;
}

#ing_table
{
	font-size: 10pt;
}

#content_menu
{
	width: 665px;
	
	background-color: #006775;
	
	text-align: right;
		
	padding: 5px;
	
	margin-bottom: 30px;
	padding-right: 10px;
}

#content_menu a, #content_menu a:VISITED
{
	color: #fff;
	text-decoration: none;
}

#catbox
{
	width: 150px;
	float: left;
	
	line-height: 20px;
}

#form_entry
{
	margin: 10px;
}

#formlabel
{
	width: 120px;
	
	float: left;
	
	font-size: 12pt;
	
	font-weight: bold;
}

input#inputname
{
	width: 400px;
}

textarea#inputtext
{
	width: 600px;
}

#listbild
{
	width: 80px;
	heigh: 70px;
}

#footer
{
	width: 100%;
	
	margin-top: 5px;
	margin-bottom: 5px;
}

#styletoggle
{
	float: left;
	padding-left: 5px;
	
	color: #00bad4;
}

#styletoggle a
{
	color: #17dffb;
}

#branding
{
	text-align: right;
	color: #00bad4;
	
	padding-right: 5px;
}

#branding a
{
	color: #17dffb;
}
