@CHARSET "UTF-8";

body
{
	background-color: white;
	color: #888888;

	padding: 0;
	margin: 10%;
	margin-right: 5%;

	font-family: Arial,sans-serif;
	font-size:12px;
	font-weight: normal;
}


A:link    { font-family:Arial,sans-serif; color: black; text-decoration: underline; }
A:active  { font-family:Arial,sans-serif; color: black; text-decoration: underline; }
A:visited { font-family:Arial,sans-serif; color: black; text-decoration: underline; }
A:hover   { font-family:Arial,sans-serif; color: blue; text-decoration: underline; }

img
{
	border: none;
}

input, select, textarea
{
	color:black;
	background-color:white;
	border:solid 1px black;

	font-size:11px;
	font-weight:normal;
	font-family:Arial,sans-serif;
}
input:hover, select:hover, textarea:hover
{
	border: dashed 1px red;
}
input:focus, select:focus, textarea:focus
{
	border: solid 1px red;
	background-color: #eeeeee;
}


#frame
{
	position:relative;

  border: solid 0px red;

	margin-top: 10px;
	margin-bottom: 10px;
}


#logo
{
	width: 25%;
	padding-right:20px;
	text-align: right;
}

#box_loginlogout
{
	position: absolute;
	right: 10px;
	top: 10px;
	
	font-size: 11px;	
}

#navigation
{
	position:absolute;
	top:0; left:0;
	width:25%; height:100%;

	padding-right:20px;

	border-right:solid 2px #aa3333;

	text-align: right;
	line-height: 180%;
	font-size: 13px;
	font-weight: bold;
}
#navigation a
{
	color: #666666;
	text-decoration: none;
}
#navigation a:hover
{
	color: #2222aa;
	text-decoration: none;
}


#navigation .active
{
	color: #aa4444;
}

#navigation_sub
{
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	margin-bottom: 10px;

	text-align: right;
	line-height: 140%;
	font-size: 12px;
	font-weight: normal;
}

#footer
{
	margin-top: 40px;
	text-align: center;
	font-size: 11px;
}

#content
{
	margin-left: 30%;
	position:relative;

	padding: 20px;
	padding-right: 15%;
	min-height: 400px;
}


.box_messages
{
	border:solid 1px black;
	padding:5px;

	background-color: #f4f58d;

	color:black;
	font-family:Arial,sans-serif;
	font-size:10pt;
	font-weight:normal;

	text-align:center;
}

.box_errors
{
	border:solid 1px black;
	padding:5px;

	background-color: red;

	color:white;
	font-family:Arial,sans-serif;
	font-size:10pt;
	font-weight:normal;

	text-align:center;
}


.box_content
{
	border:solid 0px black;
	padding: 10px;


	color:black;
	font-family:Arial,sans-serif;
	font-size: 11px;
	font-weight:normal;

	text-align:left;
}
.box_content hr
{
	border: none;
	border-top: solid 1px #efefef;
}
.box_content_head
{
	background-color:#EFEFEF;

	border-bottom:solid 2px white;

	padding:5px;
	margin:-10px;
	margin-bottom:10px;

	color: black;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-weight:bold;

	text-align:center;
}
.box_content_foot
{
	padding:5px;
	margin-top:10px;
	border-top:dashed 1px black;

	color:white;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:normal;

	text-align:left;
}
.box_content div.quote
{
	background-color: #f5f8a0;
	border:solid 1px black;
	margin-left:40px;
	margin-right:20px;
	padding:5px;
}


h1
{
	font-size: 15px;
	color: #555555;

	margin-bottom: 50px;
}


div.pagelist
{
	padding: 0px;
}

div.pagelist a
{
	color: black;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}


div.gallery_fullscreen
{
	width:100%;
	height:100%;
	background-image:url(images/back/black50.png);
	position:fixed;
	top:0px;left:0px;
	z-index:1;

	text-align:center;
}



div.gallery_image
{
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;

	border:solid 1px black;
	background-color: white;

	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
div.gallery_image span
{
	font-weight: normal;
	float: right;
}
div.gallery_image img
{
	margin-bottom: 10px;
}
div.gallery_image span a
{
	margin-left: 10px;
	margin-right: 10px;
}

div.gallery_idle
{
	padding:5px;
	width:200px;

	position:absolute;
	top:50%; left:50%;
	margin-left:-100px;
	margin-top:-100px;

	border:solid 1px white;
	background: black;

	color: white;
	font-family:Arial,sans-serif;
	font-size:9pt;
	font-weight:normal;

	text-align:center;
}



.link_newedit
{
	border: solid 1px #555555;
	background-color: #99d599;
	
	font-weight:bold;
	font-size: 11px;

	text-align: center;
	padding: 5px;
}


/* Tabelle 1 */

table
{
	border: none;
	border-collapse: collapse;
}

table th
{
	padding:4px;
	border-top:solid 2px black;
	border-bottom:solid 2px black;

	color:black;
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:bold;

	text-align:left;
	vertical-align:middle;
}




.tablecoloredrow1
{
	background-image:url(images/back/grey50.png);

	color:black;
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
}
.tablecoloredrow1:hover
{
	background-image:url(images/back/yellow1.png);
}


.tablecoloredrow2
{
	background-color: white;

	color:black;
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
}
.tablecoloredrow2:hover
{
	background-image:url(images/back/yellow1.png);
}

.tablerahmen
{
	padding:3px;
	border-top:dotted 1px grey;
}
.tablerahmen2
{
	padding:3px;
	border-top:0px;	
}

.table_marked1
{
	background-image:url(images/back/orange50.png);
}
.table_marked2
{
	background-image:url(images/back/blue50.png);
}
.table_marked3
{
	background-image:url(images/back/green20.png);
}
.table_marked4
{
	background-image:url(images/back/green60.png);
}
.table_marked5
{
	background-image:url(images/back/red50.png);
}



.box_popup
{
	width:100%;

	border:solid 1px black;
	padding:5px;



	background-repeat:no-repeat; background-position:bottom left;


	color:black;
	font-family:Arial,sans-serif;
	font-size:9pt;
	font-weight:normal;

	text-align:left;
}
.box_popup_head
{
	background-color:#c3c3c3;
	background-image:url(images/back/green1.png);
	background-repeat:repeat-x; background-position:bottom;


	padding:5px;
	margin:-5px;
	margin-bottom:10px;

	color:black;
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:bold;

	text-align:center;
}


#login 
{
	line-height: 200%;	
}

#login label
{
	display: block;
	float: left;
	text-align: right; 
	padding-right: 1em;
	width: 70px; 
}
#login br
{
	clear: both;
}

#login #cookie
{
  	margin-left: 80px;
}
#login #submit
{
  	margin-left: 80px;
  	margin-top: 20px;
}
