html,body {
	margin: 0;
	padding: 0;
}
* {
	font-family: sans-serif;
	font-size: small;
}
#top_left {
	position: fixed;
	top: 10px;
	left: 70px;
	width: 150px;
	height: 80px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	vertical-align: middle;
}
#home_text {
	text-decoration: none;
        font-weight: bold;
	font-size: 250%;
	color: black;
}
#home_img {
	border: 0;
	width: 110px;
	height: 50px;
}
#top_seperator_vertical {
	position: fixed;
	top: 10px;
	height: 80px;
	left: 220px;
	width: 12px;
}
#top_right {
	position: fixed;
	top: 10px;
	left: 242px;
	right: 70px;
	height: 80px;
	border-bottom: 1px solid black;
}
#top_seperator_horizontal {
	position: fixed;
	top: 100px;
	left: 70px;
	right: 70px;
	height: 12px;
}
#main {
	position: fixed;
	top: 122px;
	left: 70px;
	right: 70px;
	background-color: white;
}
#side_frame_left {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 50px;
	bottom: 30px;
	background-color: white;
	border-right: 1px solid black;
	/*background-image: url(images_internal/side_frame_left_4_light_1.jpg);*/
}
#side_frame_right {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 50px;
	bottom: 30px;
	background-color: white;
	border-left: 1px solid black;
	/*background-image: url(images_internal/side_frame_right_4_light_1.jpg);*/
}
#main_left {
	position: fixed;
	top: 122px;
	left: 70px;
	bottom: 30px;
	width: 140px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: white;
	overflow: auto;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
#main_middle {
	position: fixed;
	top: 122px;
	left: 220px; /* 140 + 70 + 10 */
	bottom: 30px;
	width: 12px;
}
#main_right {
	position: fixed;
	top: 122px;
	bottom: 32px;
	left: 242px; /* 140 + 70 + 10 + 12 */
	right: 70px; /* 50 + 10 + 10 */
	overflow: auto;
	background-color: white;
	z-index: 1;
	border-bottom: 1px solid black;
}
.ninja_div {
	position: fixed;
	top: 122px;
	bottom: 32px;
	left: 242px; /* 140 + 70 + 10 + 12 */
	right: 70px; /* 50 + 10 + 10 */
	overflow: auto;
	background-color: white;
	z-index: 10;
	border-bottom: 1px solid black;
}
#bottom {
	position: fixed;
	bottom: 10px;
	left: 70px;
	right: 70px;
	height: 12px;
	background-color: white;
	text-align: center;
}
#c_right {
	position: fixed;
	bottom: 10px;
	height: 12px;
	width: 200px;
	margin-left: -100px;
	left: 50%;
	background-color: white;
}
#user_div {
	float: right;
	margin-right: 10px;
}
.user_data {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
}
.user_input {
	float: right;
}
.images_main {
        width: 100%;
        position: relative;
	margin-bottom: 10px;
}
.main_img {
        max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
}
.delete_img {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	display: block;
        margin: auto;
	z-index: 1000;
}
.edit_img {
	position: absolute;
	top: 5px;
	right: 30px;
	width: 20px;
	height: 20px;
	display: block;
        margin: auto;
	z-index: 1000;
}
.invis_img {
	display: none;
}
.forward_img {
	position: absolute;
        top: 40%;
        left: 85%;
        width: 40px;
        height: 40px;
        display: block;
        margin: auto;
	margin-left: -20px;
        z-index: 1000;
}
.backward_img {
	position: absolute;
        top: 40%;
        left: 15%;
        width: 40px;
        height: 40px;
        display: block;
        margin: auto;
	margin-left: -20px;
        z-index: 1000;
}
.ninja_image {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	z-index: 1;
}
.img_container {
	float: left;
	/*margin-right: 0.5%;
	width: 32.83%;
	background-color: white;*/
	margin-right: 1%;
	width: 24%;
	background-color: white;
}
.category_line {
	width: 110px;
	text-align: center;
}
a.category_links {
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding: 2px;
}
h1 {
	font-size: 150%;
}
#page_title {
	position: absolute;
	font-size: 175%;
}
#about_site, #about_me {
	position: absolute;
	top: 40px;
	font-size: 100%;
}
#about_me {
	left: 110px;
}

/* Management CSS */
fieldset {
	padding: 10px;	
	margin-top: 5px;
	margin-bottom: 5px;
}
.form_div {
	padding-left: 20px;
}
.upload_label, .register_label {
	margin-bottom: 10px;
	display: inline-block;
	width: 110px;
	text-align: left;
}
.form_textarea * {
	vertical-align: top;
	margin-bottom: 10px;
}
.gen_list {
	margin-left: 10px;
	margin-right: 10px;
	width: 180px;
}
.impressum {
	display: inline-block;
	width: 100px;
	text-align: left;
}
#div_image_edit_image {
	position: absolute;
	left: 600px;
	height: 200px;
}
#image_edit_image {
	max-width: 100%;
	max-height: 100%;
}
#div_image_edit_form {
	float: left;
}
.category_line {
	width: 110px;
	text-align: center;
}
a.category_links {
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding: 2px;
}
h1 {
	font-size: 150%;
}
#page_title {
	position: absolute;
	font-size: 175%;
}
#about_site, #about_me {
	position: absolute;
	top: 40px;
	font-size: 100%;
}
#about_me {
	left: 110px;
}

/* Management CSS */
fieldset {
	padding: 10px;	
	margin-top: 5px;
	margin-bottom: 5px;
}
.form_div {
	padding-left: 20px;
}
.upload_label, .register_label {
	margin-bottom: 10px;
	display: inline-block;
	width: 110px;
	text-align: left;
}
.form_textarea * {
	vertical-align: top;
	margin-bottom: 10px;
}
.gen_list {
	margin-left: 10px;
	margin-right: 10px;
	width: 180px;
}
.impressum {
	display: inline-block;
	width: 100px;
	text-align: left;
}
#div_image_edit_image {
	position: absolute;
	left: 600px;
	right: 10px;
}
#div_image_edit_form {
	float: left;
}
.chart_frame {
	width: 98%;
	height: 400px;
	margin-bottom: 10px;
	border: 1px solid black;
}
#wrong_auth {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 150%;
}
