#footer {
    clear:both;
    text-align: center;
    padding: 3px;
    border-top: 1px solid #333;
}

p upload {
    font-size:1.6em;
}

p table.aktionen {
    border: none;
}

p table tr td.aktionen {
    text-align: center;
    font-weight: bold;
}

table tr td.artikel {
    width: 80px;
    float: left;
    padding-left: 5px;
    padding-top: 10px;
}

table tr td.teilnahme {
    padding-left: 5px;
    padding-top: 12px;
}

table tr td.userl {
    width: 250px;
    float: left;
    padding-left: 5px;
    padding-top: 10px;
}

table tr td.kontakt {
    width: 200px;
    float: left;
    padding-left: 5px;
    padding-top: 10px;
}

table tr td.wiki {
    float: left;
    width: 140px;
}

table tr td.wikiinhalt {
    width: 500px;
}

table tr td.wikiautor {
    width: 130px;
}

table tr td.wikititel {
    width: 180px;
}

table tr td.wikidatum {
    width: 65px;
}

table tr td.wikiantw {
    float:right;
}

table tr td.album {
    padding-left: 5px;
    padding-top: 5px;
}

table tr td.albumbild {
    text-align: center;
    width: 45%;
    margin: 0px auto;
}

table tr td.username {
    width: 85px;
}

table tr td.usertel {
    width: 100px;
}

table tr td.useremail {
    width: 240px;
}

#topbar {
    text-align: right;
    width: 778px;
    height: 15px;
    margin: 0px auto;
    padding: 5px 0;
}

#header {
    width: 778px;
    background: url(../images/thw_fk.png);
    height: 100px;
    margin: 0px auto;
}

#header h1 {
    font-family:Arial,sans-serif;
    color: white;
    padding: 20px 0 0 6px;
    font-size:1.6em;
}

body {
    overflow: -moz-scrollbars-vertical;
    overflow: -ie-scrollbars-vertical;
    margin: 0px;
    padding: 0px;
    text-align:center;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    color: #333333;
}

#page {
    width: 778px;
    margin: 0px auto;
    padding: 4px 0;
    text-align:left;
}

#topbar #menu_left {
    float: left;
    width: 240px;
    text-align: left;
    font-size: 10px;
}

#topbar #menu_right {
    float: right;
    width: 240px;
    text-align: right;
    font-size: 10px;
}

#content {
    float: left;
    width: 600px;
    color: #000;
}

#sidebar {
    float: left;
    width: 150px;
    color: #000;
    padding-left: 7px;
}

html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background: #fff;
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    color: #006dba;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

h2 {
    color: #006dba;
    font-weight: normal;
    font-size: 14px;
}

ul {
    padding-left: 15px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}

select {
   padding: 2px 2px 2px 0;
}

textarea {
	width: 250px;
	height: 100px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

.error {
    background: #fff3f3 url(../images/skin/exclamation.png) 8px 50% no-repeat;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px;
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}

table.fahrzeuge {
    border: 0px;
    width: 100%
}

td h1 {
    font-family:Arial,sans-serif;
    color: black;
    font-size: 14px;
    font-weight: bold;
}

tr {
    border: 0;
}

td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0px;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}

.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

.paginateButtonsNew {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}

.paginateButtonsNew a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtonsNew span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

/* Addition */

table tr td p.movieheader
{
	background-color: #006dba;
	font-weight: bold;
	color: White;
	padding-left: 2px;
        width: 430px;
}

table tr td p.aktionenheader {
	background-color: #006dba;
	font-weight: bold;
	color: White;
	padding-left: 2px;
        width: 578px;
}

table tr td p ul.daten li.daten {
    padding-left: 20px;
}

table.fahrzeuge tr td p {
    text-align: left;
}
