
/**************************************************
	Site Administration
	Screen Stylesheet v1.1
***************************************************


/**************************************************
	Global
***************************************************/
* {
	margin: 0;
	padding: 0;
	}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

body {
	background: #EEE none;
	color: #555;
	text-align: center;
	padding: 0 10px 10px 10px;
	}

/**************************************************
	Dokument-Struktur
***************************************************/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #555;
	margin-bottom: 10px;
	}


/**************************************************
	Links
***************************************************/

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #0066CC;
	border-bottom: 1px solid #5EB1F7;
	}
a:hover {
	border-bottom: 1px solid #003399;
	color: #003399;
	}

a.imagelink:link,
a.imagelink:visited,
a.imagelink:hover,
a.imagelink:active {
	border-bottom: none;
	}

/**************************************************
	Textelemente
***************************************************/

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted;
	cursor: help;
	}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

blockquote {
	margin: 0px 0px 0px 20px;
	}

cite {
	font-style:italic;
	}
cite:before {
	content: "\"";
	}

cite:after {
	content: "\"";
	}

code {
	font-family: Monaco, Courier, "Courier New", monospace;
	}

em {
	font-style: italic;
	}

strike {
	text-decoration: line-through;
	}

strong {
	font-weight: bold;
	}


/**************************************************
	Listen
***************************************************/

ul {
	margin-left: 12px;
	padding: 10px 3px;
	}
ul li {
	margin-left: 5px;
	padding: 0 0 5px 0;
	color: #555;
	}

ul.square li {
	list-style-type:square;
	}

ol {
	margin-left: 12px;
	padding: 0 3px;
	*padding: 0 8px;
	}
ol li {
	margin-left: 5px;
	padding: 5px 0;
	}

ul.pipelinks {
	margin: 0;
	padding: 0;
	margin-top: -5px;
	padding-top: 5px;
	* padding-top: 0;
	}

ul.pipelinks li {
	margin: 0;
	padding: 0 3px 0 7px;
	border-left: 1px solid #CCC;
	list-style: none;
	display: inline;
	}

ul.pipelinks li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	padding-left: 0;
	}

ul.auswahl-breit {
	float: left;
	width: 25%;
	background: #EEE none;
	border: 1px solid #CCC;
	padding-left: 8px;
	margin-right: 5px;
	font-weight: bold;
	}
ul.auswahl-breit li {
	margin-left: 17px;
	font-weight: normal;
	}
ul.auswahl-breit li.first {
	padding-top: 25px;
	}


/**************************************************
	Grafiken
***************************************************/

img {
	border: 0;
	}


/**************************************************
	Formulare
***************************************************/

form {
	display: inline;
	}

input,
input[type="text"],
input[type="password"],
select,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	padding: 1px 0;
	background-color: #FFF;
	}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	background-color: #FFFFE1;
	}

input[disabled="disabled"],
select[disabled="disabled"],
textarea[disabled="disabled"] {
	background-color: #EEE;
	border: 2px solid #EEE;
	}
	
input[type="submit"] {
	font-size: 11px;
	padding: 2px;
	border-top: 1px solid #EBEAEB;
	border-right: 1px solid #8B8B8A;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #E1E2E2;
	background: #DDD none;
	color: #444;
	}

label {
	cursor: hand;
	}

optgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	font-style: normal;
	color: #555;
	font-size: 11px;
	padding-left: 4px;
	}

optgroup option {
	padding-left: 7px;
	}
optgroup option:before {
	content: " » ";
	}

fieldset {
	border: 1px solid #BBB;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 5px 0;
	* padding: 0 0 5px 0;
	}
	
legend {
	font-weight: bold;
	margin: 0;
	* margin: 0 0 0 -7px;
	padding: 0 5px;
	* padding: 0 5px 5px 5px;
	background: #FFF;
	}

.checkbox-longtext {
	float: left;
	margin: 0 7px 7px 0;
	}

.formelement40	{ width:  40px; }
.formelement50	{ width:  50px; }
.formelement60	{ width:  60px; }
.formelement70	{ width:  70px; }
.formelement80	{ width:  80px; }
.formelement100	{ width: 100px; }
.formelement110	{ width: 110px; }
.formelement120	{ width: 120px; }
.formelement170	{ width: 162px; }
.formelement250	{ width: 250px; }
.formelement400	{ width: 400px; }


/**************************************************
	Seitenelemente
***************************************************/

#wrap {
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #FFF none;
	width: 760px;
	border: 1px solid #CCC;
	border-bottom: none;
	}

#wrap.pop-up {
	margin-top: 10px;
	}

#header {
	height: 80px;
	text-align: right;
	background: #DDD url(/images/logo_pb_01.gif) 10px 10px no-repeat;
	padding: 10px;
	*height: 100px;
	}

#navi {
	height: 30px;
	background: #EEE none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}

#navi ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	display: inline;
	}
#navi ul li ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	display: inline;
	}

#navi ul li {
	text-align: left;
	display: inline;
	padding-left: 15px;
	}

#navi ul li ul li {
	margin: 0;
	padding: 5px;
	text-align: left;
	display: inline;
	}

#navi ul li a {
	line-height: 30px;
	}

#content {
	margin: 0 auto;
	padding: 15px;
	text-align: left;
	min-height: 400px;
	}

#content.pop-up {
	min-height: 50px;
	border-bottom: 1px solid #CCC;
	}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #555;
	margin-bottom: 8px;
	}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	margin-bottom: 25px;
	}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #225208;
	margin: 5px 0;
	}

.filter-form {
	float: right;
	margin-bottom: 25px;
	}
	
#footer {
	padding: 10px;
	text-align: left;
	background: #DDD none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}


/**************************************************
	Tabellen
***************************************************/

table.data-table {
	caption-side: top;
	border-spacing: 1px;
	border-color: #FFF;
	}
table.data-table caption {
	text-align: left;
	padding-bottom: 10px;
	font-size: 11px;
	}
table.data-table th {
	padding: 5px;
	font-size: 11px;
/*	background-color: #EEEEC5; */
	vertical-align: top;
	font-weight: bold;
	}
table.data-table td {
	padding: 5px;
	font-size: 11px;
	vertical-align: top;
	}

table.data-table .data-1 {
	text-align: left;
	}
table.data-table .data-2 {
	text-align: center;
	}
table.data-table .data-3 {
	text-align: right;
	}


table.form-table {
	caption-side: top;
	width: 430px;
	border-color: #FFF;
	}
table.form-table caption {
	text-align: left;
	padding-bottom: 10px;
	font-size: 11px;
	margin-top: 15px;
	}
table.form-table td {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #FFF;
	font-size: 11px;
	vertical-align: top;
	}
table.form-table td.label-zelle {
	text-align: left;
	font-size: 11px;
	}
table.form-table col.form-labels {
	background-color: #FFF;
	width: 130px;
	}
table.form-table col.form-felder {
	background-color: #FFF;
	width: 280px;
	}

table.form-table span.pflichtfeld {
	color: #EC5F35;
	}

tr.tabellenzeile1 {
	background: #F5F5F5 none;
	}
tr.tabellenzeile2 {
	background: #FFF none;
	}


/**************************************************
	diverse
***************************************************/

.center {
	text-align: center;
	}

.clearboth {
	clear: both;
	}

div.dotted {
	background: transparent url(/images/dots_01.gif) top left repeat-x;
	height: 1px;
	border: none;
	color: #DDD;
	margin: 20px 0;
	}

.float-li {
	float: left;
	}

.float-re {
	float: right;
	}

.hide {
	display: none;
	}

.highlight {
	color: #FF9A00;
	}

.underline {
	text-decoration: underline;
	}

