/* 
 * ---- Voreinstellungen fuer Seite ---- */
html {
	background: 		url('images/bg.gif') no-repeat; 
	background-color: 	#000;
	color:			#ddd;
	font-family: 		sans-serif;
	font-size:		9pt;
}
div.kopf {
	width:			830px;
	text-align:		right;
	font-size:		8pt;
	font-weight:		bold;
}

div.inside_manager {

	display:		none;
	position:		absolute;
	z-index: 		20;
	border:			1px white dotted;

	background-color:	#f44;

	width: 			330px;
	height: 		20px;
	left: 			50%;
	top: 			50%;
	margin-left: 		-100px;
	margin-top: 		-100px;

	text-align:		center;
	font-size:		10px;
}

h1 {
	border-bottom:		1px dotted #444;
}

h2 {
	font-size:		120%;
	color:			#ace;
}

span.de { color:		#f0f; }

a {
	text-decoration: 	underline;
	color: 			#cfc;
}

a:hover {
	text-decoration: 	underline;
	color: 			#fff;
	font-weight:		bold;
}

input
{
        padding-top:            1px;
	padding-right:          3pt;
	padding-bottom:         1px;
	padding-left:           5px;
	border-width:           1px;
	border-style:           solid;
        border-color:           #7f9db9;
        color:                  #555;
        font-size:              10px;
	background-color:	#ccc;
}

select
{
        padding-top:            1px;
	margin-right:           3pt;
	padding-bottom:         1px;
	padding-left:           5px;
	border-width:           1px;
	border-style:           solid;
	border-color:           #7f9db9;
	color:                  #555;
	font-size:              10px;
}

table
{
	font-size:		9pt;
}

.kleiner
{
	font-size:		8pt;
}

tr:hover {
	color:			#000;
	background-color:	#bbf;
}

.klapp {
	border:			1px solid #666;
	background-color:	#333;
	color:			#fff;
	margin-left:		15px;
	max-height:		500px;
	overflow:		auto;
}
