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

table.list { border-bottom: 1px dotted #fff; border-top: 1px dotted #fff; border-spacing: 0px; border-collapse: collapse; }
table.list th { text-align: left; padding: 3px; }
table.list thead { background-color: #aaa; color: #000; }
table.list tr.row1 { background-color: #034; }
table.list tr.row0 { background-color: #047; }
table.list tbody tr:hover { background-color: #169; }
table.list td { padding: 4px; }

p.edit { background-color: #047; border: 1px dotted #fff; padding: 4px; margin: 5px; position: fixed; bottom: 0px; right: 0px; }

table.calendar { width: 100%; border: 1px dotted #fff; border-spacing: 0px; border-collapse: collapse; }
table.calendar th { text-align: right; padding: 1px 6px 1px 1px; background-color: #000; }
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: #000; }

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

.error, .error_ok {
	background-color: #fd3;
	border: 1px dotted #710;
	color: #000;
	padding: 4px 8px 4px 8px;
	margin-right: 10px;
}
.error_ok { background-color: #efa; }

.socialbookmarking {
	text-align: right;
}

blockquote {
	padding: 5px;
	margin: 5px;
	font-style: italic;
	border: 1px solid #fff;
	border-radius: 5px;
}

code {
	display: block;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 5px;
	color: fff;
	padding: 5px;
	margin: 5px;
	max-height: 200px;
	overflow: auto;
	font-family: Consolas, 'Courier New', fixed;
}

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

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

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body {
	background-color: #013f68;
	background-image: url(background.png);
	color: #fff;
	font-size: smaller;
	font-family: 'Trebuchet MS', Myriad, sans-serif;
}

#main {
}

#content {
	background-image: url(header.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 350px 40px 0px 240px;
}

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

img {
	border: 0px;
}

td {
	vertical-align: top;
}

fieldset {
	border: none;
	background-image: url(linelong.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 1px 5px;
	margin-bottom: 15px;
}

legend {
	background-color: #013f68;
	font-weight: bold;
	font-size: smaller;
	color: #fff;
	margin: 8px 0px -5px 20px;
	padding: 0px 5px 0px 5px;
}

h1 {
	margin-top: 0px;
	color: #fff;
	text-shadow: 0px 0px 8px #000;
}

#mainlink {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 155px;
	height: 145px;
}

#mainlink a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000px;
	font-size: smaller;
	color: #000;
}

#navi {
	position: absolute;
	left: 10px;
	top: 350px;
	width: 180px;
	list-style: none;
	background-image: url(lineshort.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 0px 15px 0px;
	text-shadow: 0px 0px 8px #000;
}

#navisub {
	list-style: none;
	padding: 5px 0px 5px 0px;
}

#navisub>li {
	font-weight: normal;
	color: #fff;
}

#navisub>li:hover {
	font-weight: bold;
}

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

#navi>li {
	padding: 0px 0px 10px 15px;
	font-weight: bold;
	font-size: larger;
	background-image: url(arrow1.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#navi>li:hover {
}

#navi>li.active {
	background-image: url(arrow2.png);
	color: #96bf0d;
}

#navi>li.active>a {
	color: #96bf0d;
}

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

#navi>li>ul {
}

#navi>li>ul>li.active a {
	color: #96bf0d;
	font-weight: bold;
}

#content a:link {
	color: #9c0;
}

#content .deactivated {
	color: #9a3;
}

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

#content a:active, #content a:hover {
	color: #fff;
}

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

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

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

.breadcrumbwithoutlink {
	color: #fff;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #aaa;
}

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

#copyright {
	font-size: smaller;
	color: #fff;
	background-image: url('lineshort.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 20px;
}

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

#login span {
	font-size: smaller;
	padding: 2px;
}

#login a {
	color: #aaa;
}

#login input {
	background-color: #013f68;
	border: 1px dotted #aaa;
	color: #aaa;
	margin: 3px;
	padding: 3px;
}
