@charset "utf-8";
/* CSS Document */

/*########################### Allgemeines CSS ##################################*/

body {
	margin: 0;
	padding: 0;
	background: url('img/bg-muster.png') repeat;
    font-family: arial, helvetica, sans-serif;
}

h1 {
    font-size: 18px;
}

.error, .register-message {
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
    margin: 30px auto;
    padding: 20px 40px 20px 40px;
    border: 2px solid #ff0000;
    width: 250px;
    text-align: center;
    background-color: #fff;
}
.error img {
    margin: 0px 5px -3px 0px;
}

.center {
    text-align: center;
}

.top-rounded {
	-moz-border-radius-topleft: 25px;
}
.bottom-rounded {
	-moz-border-radius-bottomright: 25px;
}
.all-rounded {
    -moz-border-radius: 25px;
}

.float_left {
	float: left;
}
.float_right {
	float:right;
}

#wrapper {
	margin-top: 100px;
}

#page {
	margin: 0 auto;
	width: 700px;
	background: url('img/muster_hell.png') top left;
}

.button {
    background-color: #21942F;
    border: 1px solid #000;
    color: #fff;
}


/*################################# Header #####################################*/
#header {
	height: 140px;
	background-image: url('img/muster_dunkel.png');
}

#header #login .menubox a:hover {
    border-bottom: 1px solid #fff;
}
/*################################# Logo #######################################*/
#header #logo {
	float: left;
}
#header #logo img {
	margin: 15px 0px 0px 20px;
}
#header #logo a img {
    border: 0;
}

/*################################## Login #####################################*/
#header #login {
    float: right;
    margin: 10px 10px 0px 0px;
}
#header #login form {
    text-align: right;
}
#header #login .input {
    margin-bottom: 3px;
    padding: 3px;
    width: 170px;
    background-color: #21942F;
    border: 1px solid #000;
    color: #fff;
}
#header #login form img {
    margin: 0px 3px -3px 0px;
}

/*################################# Menubox ####################################*/
#header #login .menubox {
    padding: 10px;
    border: 1px solid #fff;
    margin-top: 20px;
    -moz-border-radius: 10px;
}
#header #login .menubox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header #login .menubox ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

/*################################# Footer #####################################*/
#footer {
	height: 50px;
    background-image: url('img/muster_dunkel.png');
    background-position: left;
}
#footer p {
    color: #fff;
    text-align: right;
    padding: 20px;
    font-size: 10px;
}
#footer a {
    text-decoration: none;
    color: #fff;
}
#footer a:hover {
    border-bottom: 1px solid #fff;
}

/*############################# Content Allgemein ##############################*/
#content {
    color: #000;
}

#content form {
    font-size: 12px;
}

/*################################ Filemanager #################################*/
#content table.filemanager {
    font-size: 12px;
    width: 600px;
    line-height: 25px;
}
#content table.filemanager a img {
    border: 0;
}
#content table.filemanager tr td.table_head_filename,
#content table.filemanager tr td.table_head_filesize,
#content table.filemanager tr td.table_head_date,
#content table.filemanager tr td.table_head_download,
#content table.filemanager tr td.table_head_delete,
#content table.filemanager tr td.table_head_status,
#content table.filemanager tr td.table_head_filetype
{
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

#content table.filemanager tr td.table_head_filename {
    width: 200px;
}

#content table.filemanager tr td.table_head_filetype {
    width: 30px;
}

#content table.filemanager tr td.table_head_download,
#content table.filemanager tr td.table_head_delete,
#content table.filemanager tr td.table_head_status,
#content table.filemanager tr td.table_download,
#content table.filemanager tr td.table_delete,
#content table.filemanager tr td.table_status,
#content table.filemanager tr td.table_filetype
{
    text-align: center;
}

#content #filemanager {
    margin: 20px;
    padding: 20px;
    background: url('img/bg_white_1x1.png') repeat;
}

/*################################## Upload ####################################*/
#content #upload {
    margin: 20px;
    padding: 20px;
    background: url('img/bg_white_1x1.png') repeat;
}

#content form input.button {
    margin-top: 20px;
}

#content #upload a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #045609;
}

/*################################# Register ###################################*/
#content #register {
    margin: 20px 20px 0px 20px;
    padding: 20px;
    background: url('img/bg_white_1x1.png') repeat;
}
#content .register-message a {
    color: #ff0000;
    text-decoration: none;
    font-style: italic;
}
#content .register-message a:hover {
    color: #1A7526;
}

/*################################# Impressum ##################################*/
#content #impressum {
    margin: 20px 20px 0px 20px;
    padding: 20px;
    background: url('img/bg_white_1x1.png') repeat;
}
#content #impressum p {
    font-size: 12px;
}
#content #impressum a {
    color: #000;
    text-decoration: none;
}
#content #impressum a:hover {
    border-bottom: 1px solid #000;
}
