
/*

Hintergrund: #F9C5AF
Auszeichnung: #CE0620
Hell: #969894

*/

html {
	color: white;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #F9C5AF;
}

textarea, input[type=button] {
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 60px;
}

h2 {
	font-weight: bold;
	display: inline-block;
}

a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 5px;
	background-color: #969894;
	text-decoration: none;
	color: white;
	margin: 0 3px;
	font-size: 13px;
}

a:hover, a.active {
	background-color: #CE0620;
	color: white;
}

#wrapper {
	padding: 0 10px 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #F9C5AF;
}

#big_logo {
	width: 428px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 50px;
	font-size: 16px;
}

.message, .error {
	font-size: 14px;
	color: red;
	font-style: italic;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 950px;
	margin: auto auto 10px;
	background-color: white;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding: 5px;
	z-index: 3;
	position: fixed;
}

.big .message, .big .error {
	width: 600px;
	position: relative;
}

/* @group fixed_header */

.fixed_header header {
	position: fixed;
	background-color: #F9C5AF;
	width: 960px;
	top: 0;
}

.fixed_header #list_header {
	position: fixed;
	width: 960px;
	top: 67px;
	background-color: #F9C5AF;
	padding-top: 7px;
}


.fixed_header #Basisinformationen {
	position: fixed;
	background-color: white;
	padding-bottom: 20px;
	margin-top: 20px;
	border-top-style: none;
	padding-left: 120px;
	border-bottom: 1px solid #969894;
	width: 810px;
}

.fixed_header #Basisinformationen legend {
	display: none;
}

.fixed_header #wrapper {
	padding-top: 69px;
}

.fixed_header #menue {
	position: fixed;
	background-color: #F9C5AF;
	width: 960px;
}

.fixed_header #content {
	margin-top: 36px;
}

.fixed_header #Bilder {
	margin-top: 257px;
}

.fixed_header .title {
	position: fixed;
	width: 960px;
	background-color: #F9C5AF;
}

#formmenu {
	position: fixed;
	display: block;
	background-color: white;
	margin-top: 30px;
	padding-top: 20px;
	width: 100px;
	z-index: 1;
	margin-left: 5px;
	font-size: 14px;
	text-align: right;
}

#formmenu a {
	color: #F9C5AF;
	display: block;
	background-color: white;
}

#formmenu a:hover {
	color: #CE0620;
}

.fixed_header form {
	background-color: white;
	width: 940px;
	border-radius: 0;
}

.fixed_header fieldset {
	padding-left: 120px;
}

.fixed_header fieldset p {
	color: #F9C5AF;
	margin-top: 15px;
	font-weight: bold;
}

.big fieldset legend {
	display: none;
}

.big fieldset {
	border: none;
}

.big form {
	margin-bottom: 100px;
}

#big_logo, #home {
	background-color: #F9C5AF;
}

/* @end */

/* @group header */

header {
	border-bottom: 1px solid #969894;
	padding-bottom: 20px;
	height: 55px;
	background-color: #F9C5AF;
}

#home {
	float: left;
	height: auto;
	width: 170px;
	margin-right: 25px;
	margin-top: 9px;
}

#search {
	display: block;
	position: absolute;
	right: 0;
	top: 28px;
}

#main {
	display: block;
	padding-top: 10px;
	padding-bottom: 22px;
}

#sections {
	display: block;
	height: 24px;
	text-align: left;
}

#new {
	display: block;
	height: 24px;
	text-align: left;
	margin-top: 8px;
}

#hello {
	display: block;
	float: right;
	margin-top: 9px;
}

#hello a {
	text-decoration: underline;
	background-color: #F9C5AF;
}

#changed {
	color: red;
	text-align: center;
	position: absolute;
	display: none;
	top: 242px;
	left: 630px;
	z-index: 1;
}

/* @end */

/* @group list header */

#list_header {
	margin-top: 7px;
	border-bottom: 1px solid #969894;
	margin-bottom: 5px;
	min-height: 53px;
}

#reload {
	background: url(../img/object_icons.png) no-repeat 0 0;
	overflow: hidden;
	display: inline-block;
	text-indent: 1000px;
	width: 18px;
	padding: 0;
	height: 16px;
}

#list {
	background: url(../img/object_icons.png) no-repeat -24px -1px;
	overflow: hidden;
	display: inline-block;
	text-indent: 1000px;
	width: 18px;
	height: 16px;
	padding: 0;
}

#list:hover, #list.active {
	background: url(../img/object_icons.png) no-repeat -70px -1px;
}

#gallery {
	background: url(../img/object_icons.png) no-repeat -47px -1px;
	overflow: hidden;
	display: inline-block;
	text-indent: 1000px;
	width: 18px;
	height: 16px;
	padding: 0;
}

#gallery:hover, #gallery.active {
	background: url(../img/object_icons.png) no-repeat -93px -1px;
}

#makeDataTable, #excel {
	position: absolute;
	margin-left: 50px;
}

/* @end */

footer {
	border-top: 1px solid #969894;
	height: 20px;
	padding-top: 10px;
}

footer img {
	margin-bottom: -4px;
}

footer a {
	background-color: #F9C5AF;
}

footer a:hover {
	background-color: #F9C5AF;
	text-decoration: underline;
}

/* @group Forms */

input, select {
	font-size: 14px;
}

form {
	background-color: #F9C5AF;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: auto;
	width: 600px;
}

form.view_options {
	padding: 0;
	width: auto;
	display: inline-block;
	padding-left: 20px;
	background-color: #F9C5AF;
	margin-top: 30px;
	float: right;
}

form p {
	color: white;
}

form label {
	font-weight: bold;
	color: white;
	width: 200px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
	zoom: 1;
	*display: inline;
}

form.view_options label {
	font-weight: normal;
	font-style: normal;
	width: auto;
	color: white;
}

#search form {
	width: auto;
	background-color: #F9C5AF;
}

#searchform label {
	color: white;
}

#searchform input {
	width: 150px;
}

#history_form {
	width: 960px;
	padding: 0;
}

#history_form input[type=text] {
	margin: 0;
	font-size: 12px;
	border: 1px solid #CE0620;
}

form input[type=text],
form input[type=password],
form textarea {
	width: 316px;
	border: 1px solid #969894;
	margin-bottom: 5px;
}

form input[type=text]:focus,
form input[type=password]:focus,
form textarea:focus {
	border: 1px solid #969894;
	background-color: white;
}

form input[type=text]:hover,
form input[type=password]:hover,
form textarea:hover {
	border-color: #CE0620;
}

form input[disabled]:hover {
	border-color: #969894;
} 

input[type=submit], input[type=reset] {
	background-color: #969894;
	border: 1px solid #969894;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 5px;
	color: white;
	text-align: center;
	display: inline-block;
	margin-top: 11px;
	margin-left: 3px;
	font-size: 12px;
	margin-right: 3px;
	zoom: 1;
	*display: inline;
}

input[type=submit]:hover, input[type=reset]:hover {
	background-color: #CE0620;
	border: 1px solid #CE0620;
}

input[type=submit]:disabled, input[type=reset]:disabled {
	color: #c9c9c9;
}

input[type=submit]:disabled:hover, input[type=reset]:disabled:hover {
	color: #c9c9c9;
	background-color: #969894;
	border: 1px solid #969894;
}

input[type=file] {
	width: auto;
}

.big textarea {
	height: 60px;
}

select {
	margin-right: 150px;
}

form.view_options select {
	margin-right: 0;
}

fieldset {
	border-top: 1px solid #CE0620;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
}

legend {
	padding-left: 5px;
	padding-right: 5px;
	color: #CE0620;
	font-weight: bold;
	padding-bottom: 3px;
}

p.tip {
	margin-left: 5px;
	margin-top: 5px;
	font-size: 90%;
	line-height: 120%;
}

form img {
	vertical-align: -8px;
	border: 1px solid #969894;
}

form a img:hover {
	border: 1px solid #CE0620;
}

form .download, form .main {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.buttons {
	margin-left: 217px;
}

.big form input[type=submit] {
	margin-bottom: 10px;
}

#thumbs .download img {
	height: 40px;
	margin-top: 5px;
}

.pictureinfos {
	float: right;
	display: inline-block;
	color: #F9C5AF;
	font-size: 13px;
}

.mainpicture {
	position: fixed;
	top: 170px;
	margin-left: 665px;
	width: 150px;
	overflow: hidden;
}

.input_block {
	width: 320px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}

.input_block label {
	color: #F9C5AF;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-align: left;
	width: 300px;
}

.full {
	width: 645px;
}

.full input[type=text], .full textarea {
	width: 645px;
}

.half {
	width: 310;
}

.third {
	width: 210px;
}

.third input[type=text] {
	width: 205px;
}

.forth {
	width: 155px;
}

.forth input[type=text] {
	width: 150px;
}

.forth label {
}
/* @end */

/* @group table */

table {
	margin-bottom: 20px;
}

td, th {
	padding: 6px;
	border-right: 1px solid #F9C5AF;
	height: auto;
}

table th {
	text-align: left;
}

table tr {
	border-style: none;
}

table.all tbody {
	height: 400px; /* IE aus */
	overflow: auto;
	display: block;
}


.list tr:nth-child(even), .list thead tr {
	background-color: white;
	color: black;
}

.list tr:nth-child(odd) {
	background-color: #d9d9d9;
	color: black;
}

.list tr:hover {
	background-color: #CE0620;
	cursor: pointer;
}

table.all tr td {
	height: 14px !important;
}

#history_form .list tr:hover {
	cursor: default;
	background-color: silver;
}

table.list td:nth-child(1), table.list th:nth-child(1) {
	width: 60px;
}

table.list td:nth-child(2), table.list th:nth-child(2) {
	width: 60px;
}

table.list td:nth-child(3), table.list th:nth-child(3) {
	width: 390px;
}

table.list td:nth-child(4), table.list th:nth-child(4) {
	width: 60px;
}

table.list td:nth-child(5), table.list th:nth-child(5) {
	width: 60px;
}

table.list td:nth-child(6), table.list th:nth-child(6) {
	width: 60px;
}

table.list td:nth-child(7), table.list th:nth-child(7) {
	width: 80px;
}

table.list td:nth-child(8), table.list th:nth-child(8) {
	width: 80px;
}

table.list td:nth-child(9), table.list th:nth-child(9) {
	width: 110px;
}

table.list td:nth-child(10), table.list th:nth-child(10) {
	width: 100px;
}

table.all thead {
	display: block;
}

table.all td:nth-child(1), table.all th:nth-child(1) {
	width: 120px;
}

table.all td:nth-child(2), table.all th:nth-child(2) {
	width: 260px;
}

table.all td:nth-child(3), table.all th:nth-child(3) {
	width: 80px;
}

table.all td:nth-child(4), table.all th:nth-child(4) {
	width: 300px;
}

table.all td:nth-child(5), table.all th:nth-child(5) {
	width: 140px;
}

table.texts td:nth-child(1), table.texts th:nth-child(1) {
	width: 150px;
}

table.texts td:nth-child(2), table.texts th:nth-child(2) {
	width: 150px;
}

table.texts td:nth-child(3), table.texts th:nth-child(3) {
	width: 200px;
}

table.texts td:nth-child(4), table.texts th:nth-child(4) {
	width: 570px;
}

table.user td:nth-child(1), table.user th:nth-child(1) {
	width: 220px;
}

table.user td:nth-child(2), table.user th:nth-child(2) {
	width: 300px;
}

table.user td:nth-child(3), table.user th:nth-child(3) {
	width: 250px;
}

table.user td:nth-child(4), table.user th:nth-child(4) {
	width: 130px;
}

thead tr th:hover {
	cursor: default;
}

thead tr th {
	background-color: #F9C5AF;
	color: white;
}

.list tr img {
	vertical-align: top;
	border: 1px solid white;
	height: auto;
	width: 60px;
}

.gallery {
}

.gallery tr img {
	vertical-align: top;
	border: 1px solid white;
	width: 95px;
	display: block;
	margin-bottom: 6px;
	background-color: white;
}

.gallery tr {
	height: 100px;
}

.gallery td {
	background-color: #d9d9d9;
	width: 102px;
	border: 6px solid white;
	color: black;
	overflow: hidden;
}

.gallery td:hover {
	background-color: #CE0620;
	color: white;
	cursor: pointer;
}


/* @end */

/* @group pagination */

.pagination {
	margin-top: 15px;
	height: 24px;
}

.pagination div, .pagination strong {
	display: inline;
}

.pagination strong {
	padding: 2px 5px;
	text-decoration: none;
	color: #CE0620;
	font-size: 12px;
}

.pagination a {
	background-color: #F9C5AF;
	font-size: 12px;
	margin-right: 0;
	margin-left: 0;
}

.pagination a:hover {
	color: #CE0620;
}
/* @end */