body {
	font-family:Arial,Helvetica,sans-serif;
	background-color: #9eadc2;
	padding: 0px;
	margin: 0px;
	color:#03264A;
}

h3 {
	display: none;
}

Container {
	width: 100%;
}

.header {
	background-image: url(../gfx_layout/header_bg.jpg);
	background-repeat: repeat-x;
	height: 79px;
}

.logo {
	background-image: url(../gfx_layout/logo.jpg);
	width: 648px;
	height: 56px;
}

.left_top {
	background-image: url(../gfx_layout/left_top.jpg);
	background-repeat: no-repeat;
	width: 128px;
	padding-left: 140px;

}

.left_bottom_pic {
	background-image: url(../gfx_layout/left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-left: 140px;
}

.menu {
	padding-top: 4px;
	width: 800px;
	font-weight: bold;
	font-size: 12px;
	color: #ccc;
}
.menu_link {
	padding-right: 15px;
	color: #d3d3d3;
	text-decoration: none;
}

.menu_link:hover {
	color: #fff;
}

.content {
	background: url(../gfx_layout/left_bg.jpg) repeat-y;
}
.content .left {
	float: left;
	background-image: url(../gfx_layout/left_top.jpg);
	background-repeat: no-repeat;
	background-position: 0 -19px;
	height: 122px;
	width: 128px;
}

#mainarea {
	padding-top: 25px;
	min-height: 550px;
}



.fixfloat {
	line-height: 0em;
	clear:both;
}


.big {
	width: 300px;
	color:#03264A;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
}

.select_search {
	width: 305px;
	color:#03264A;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
}


.small {
	width: 100px;
	color:#03264A;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
}


.search_button {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#DAE0E0;
	background-color:#5E779A;
	cursor: pointer;
}

.img_dia {
	cursor: pointer;
}


/* Login bla bla bla */
.login {
	width: 100px;
	font-size: 8pt;
	margin-bottom: 3px;
}

.div_login {
	width: 104px;
	margin: 2px;
	padding: 5px;
	background: url(../gfx_layout/login_background.png);
}


/**
 * Fuer Tabelle Neues Objekt...
 *
 */
#new_obj_daten .lefttd {
	font-weight: bold;
	vertical-align: top;
	padding: 4px;
	font-size: 8pt;
	width: 125px;
}
#new_obj_daten .righttd {
	padding: 4px;
}

#new_obj_daten {
	font-size: 8pt;
}
/* selbst erklärend */
a {
	color: #03264A;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 16px;
}

#fileupload_table {
	width: 350px;
}

#fileupload_table th {
	font-size: 8pt;
	background: #9eadc2;
}

.label_upload {
	display: block;
	float: left;
	width: 80px;
}

.select_newobj {
	width: 304px;
}

.profil_text {
	width: 300px;
}


.edit_text {
	font-size: 8pt;
	width: 300px;
}

#new_obj_daten textarea {
	width: 435px;
	height: 100px;
	font-size: 8pt;
}

.admin {
	background: #ccc;
	padding: 4px;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #03264a;
	color: #03264a;
	filter:alpha(opacity=40); /* IE */
	-moz-opacity: 0.40; /* Gecko */
	opacity: 0.40; /* Opera */
	cursor: pointer;
}

.admin:hover {
	color: #03264a;
	border: 1px solid #03264a;
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1; /* Gecko */
	opacity: 1; /* Opera */
}

.logo2 {
	background: #9eadc2;
	padding: 1px;
	width: 100%;
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1; /* Gecko */
	opacity: 1; /* Opera */
}

.seiten_linkb {
	font-weight: bold;
}

.menu_left {
	font-size: 8pt;
	font-weight: bold;
}

.logout {
	color: #990000;
}
.home_search_button {
	padding-left: 98px;
}


.fseiten_link {
	background: #bbc6d4;
	padding: 2px;
	color: #000;
}.fseiten_link:Hover {
	padding: 2px;
	background: #5e779a;
	color: #fff;
	text-decoration: none;
}

.fseiten_linkb {
	padding: 2px;
	text-decoration: none;
	background: #5e779a;
	color: #fff;
}.fseiten_linkb:Hover {
	padding: 2px;
	text-decoration: none;
	background: #5e779a;
	color: #fff;
}

