@CHARSET "ISO-8859-1";

* {	margin: 0; padding: 0; }

body { 
	background-color: #ffffff;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}

/* 
   #################################################################### 
	Structural parts
   #################################################################### 
*/

#page {
	max-width: 1200px;
	min-width: 800px;
	position: relative;
	margin: auto;
}

#header {
	height: 120px;
	right: 0;
	left: 0;
	position: absolute;
	background-image: url(./images/background_1.jpg);
}

#navigation {
	position: absolute;
	width: 200px;
	top: 120px;
	left: 5px;			
}

#content {
	position: absolute;
	top: 130px;
	width: 770px;
	left: 210px;
}

/* 
   #################################################################### 
	Navigation Styles
   #################################################################### 
*/

#navigation {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#navigation ul {
	margin: 10px 20px;
	padding: 0;
}
		
#navigation li {
	font-weight: bolder;
	line-height: 21px;
	margin: 0;
	background-position: -20px;
}

#navigation li.ruler, 
#navigation li.ruleractive {
	border-bottom: 1px solid black;
	margin-left: -8px; 
	padding-left: 10px;
}

#navigation li:hover, 
#navigation li.active, 
#navigation li.ruleractive {
	background-position: 0;
	background-color:#ddd;
}

#navigation li.speicher {
	background-position: 0;
}

#navigation li.speicheractive {
	background-position: 0;
	background-color: #ddd;
	}

#navigation li.speicherruler {
	border-bottom: 1px solid black;
	background-position: 0;
}

#navigation li.speicherruleractive {
	background-position: 0;
	border-bottom: 1px solid black;
	background-color: #ddd;
	}

#navigation ul li.login, #navigation ul li.login:hover {
	background-color:#fff;
} 


#navigation a {
	text-decoration: none;
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}


#navigation label {
	display: block;
	width: 50px;
	margin-top: 5px;
}

#navigation input {
	width: 110px; 
	margin-top: 5px;
}

/* 
   #################################################################### 
	Content styles
   #################################################################### 
*/

#content {
	font-size: 13px;
}

td { border-right: 1px solid black; width: 25%; text-align: right; padding-right: 3px; }



#content label {
	width: 100px;
	display: block;
	float: left;
	clear: left;
	margin-top:10px;
	font-size: 12px;
}

#content input, 
#content select, 
#content textarea {
	float: left;
	clear: right;
	margin-top: 10px;
}

div textarea {
	width: 240px;
	height: 100px;
}

input.inputbutton {
	width: 120px;
	height: 30px;
}

#content h1 {
	font-size: 18px;
	margin-top: 20px;
}

#content h2 {
	font-size: 15px;
	margin-top: 20px;
}

#content h3 {
	font-size: 13px;
	margin-top: 20px;
}

a {

	color: #000000;
}
/* 
   #################################################################### 
	Header styles
   #################################################################### 
*/

#header h1 {
	margin-top: 50px;
	margin-left: 28px;
}

/* 
   #################################################################### 
	General styles
   #################################################################### 
*/

ul {
	list-style-type: none;
}

ul.info {
	list-style-type: square;
	list-style-position: inside;
}

table.info {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

tr.info {
	border-bottom: 1px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

td.info {
	border: none;
}

div.hiddenInfo {
	visibility:hidden;
	color: black;
	font-size: 11px;
	padding: 2px;
	width: 150px;
	border: 1px solid black;
	background-color: #ffffff;
	position: absolute;
}
