/**********************************************************************************************
ALLGEMEINE KLASSEN
**********************************************************************************************/

table.list { border: 1px solid #bf5; border-spacing: 0px; border-collapse: collapse; }
table.list th { text-align: left; padding: 3px; }
table.list thead { background-color: #6b0; color: #000; }
table.list tr.row1 { background-color: #bf5; }
table.list tr.row0 { background-color: #fff; }
table.list tbody tr:hover { background-color: #ae4; }
table.list td { padding: 4px; }

p.edit { background-color: #af3; border: 1px solid #000; padding: 4px; margin: 5px; position: fixed; bottom: 0px; right: 0px; }

table.calendar { width: 100%; border-bottom: 1px solid #6b0; border-spacing: 0px; border-collapse: collapse; }
table.calendar th { text-align: right; padding: 1px 6px 1px 1px; background-color: #bf5; }
table.calendar td { text-align: right; padding: 1px 6px 1px 1px; }
table.calendar a { display: block; font-weight: bold; text-decoration: none; }
table.calendar .cal_active { background-color: #bf5; }

/**********************************************************************************************
DESIGN: KLEINKRAM
**********************************************************************************************/

.error, .error_ok {
	background-color: #fda;
	border: 1px dotted #000;
	color: #000;
	padding: 4px 8px 4px 8px;
}
.error_ok { background-color: #efa; }

.socialbookmarking {
	text-align: right;
}

blockquote {
	background-color: #efa;
	padding: 5px;
	margin: 5px;
	font-style: italic;
}

code {
	display: block;
	background-color: #efa;
	max-height: 200px;
	overflow: auto;
	font-family: Consolas, 'Courier New', fixed;
}

hr {
	border: none;
	background-color: #bf5;
	height: 2px;
}

/**********************************************************************************************
DESIGN: GROBSTRUKTUR
**********************************************************************************************/

body {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #fff;
	background-image: url('background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	color: #000;
	font-size: smaller;
	font-family: 'Trebuchet MS', Myriad, sans-serif;
}

#main {
	margin-left: 20%;
	margin-right: 5%;
	min-width: 400px;
	max-width: 1500px;
	min-height: 600px;
}

#content {
	margin-top: 100px;
	padding: 10px 5% 10px 10px;
	background-image: url('top.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
}

div {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
}

fieldset {
	border: 1px solid #bf5;
	padding: 1px 5px 1px 5px;
	margin-bottom: 15px;
}

legend {
	font-weight: bold;
	font-size: smaller;
	color: #6b0;
}

h1 {
	margin-top: 0px;
	color: #6b0;
}

#mainlink {
	position: absolute;
	top: 15px;
	left: 6px;
}

#mainlink a {
	padding: 10px;
	text-decoration: none;
	color: #fff;
	background-color: #f06;
	font-size: 40px;
	font-weight: bold;
}

#navi {
	position: absolute;
	left: 15%;
	top: 10px;
	width: 80%;
	background-image: url('navi.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	list-style: none;
}

#navisub {
	clear: both;
	position: absolute;
	top: 30px;
	list-style: none;
	background-color: #333;
	max-width: 300px;
	padding: 5px;
}

#navisub>li {
	background-color: #333;
	color: #fff;
	padding: 2px 4px 2px 2px;
	margin-right: 3px;
	float: left;
	border-right: 1px solid #555;
}

#navisub>li:hover {
	background-color: #555;
}

#navi a {
	color: #fff;
	text-decoration: none;
}

#navi>li {
	background-color: #000;
	color: #fff;
	float: left;
	padding: 3px;
	margin-right: 3px;
}

#navi>li:hover {
	background-color: #555;
}

#navi>li.active {
	background-color: #d18;
}

#navi>li.active>a {
	font-weight: bold;
}

#navi>li>ul {
	list-style-image: url('navsub.png');
	padding-left: 20px;
}

#navi>li>ul>li.active {
	background-color: #d18;
}

#breadcrumbs {
	font-size: smaller;
	margin-bottom: 10px;
	border: 1px solid #aaa;
	padding: 3px;
}

#breadcrumbs a {
	text-decoration: none;
}

.breadcrumbwithoutlink {
	color: #511;
}

#content a:link {
	color: #943;
}

#content .deactivated {
	color: #a98;
}

#content a:visited {
	color: #654;
}

#content a:active, #content a:hover {
	color: #6b0;
}

#content input, #content select, #content textarea {
	margin: 3px 0px 3px 0px;
	background-color: #fff;
	border: 1px solid #6b0;
	color: #000;
}

#content textarea {
	width: 90%;
	margin-bottom: 5px;
}

#copyright {
	font-size: smaller;
	color: #d18;
	background-image: url('line.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 60px;
}

#login {
	text-align: left;
	padding: 5px 5px 5px 21%;
}

#login span {
	background-color: #fff;
	color: #d18;
	font-size: smaller;
	padding: 2px;
}

#login a {
	color: #d18;
}

#login input {
	background-color: #fff;
	border: 1px solid #d18;
}