/* -------------------------------------------------------------------  
Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline;
}
table {
	border-collapse: collapse; 
	border-spacing: 0px;
}
caption, th, td {
	text-align: left; 
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
:focus {
	outline: 0px;
}
p {
	margin-bottom: 10px;	
}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {
	float: left;
}

ul.tabbed li {
	list-style: none;
}

@charset "utf-8";

/* -------------------------------------------------------------------  
Allgemein
------------------------------------------------------------------- */

body {
	background-color: #c4e7a3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
a {
	color: #000;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;	
}
#wrapper {
	margin-left:auto; 
	margin-right: auto; 
	width: 800px;
	margin-bottom: 50px;
}

.left {
	float: left;	
}

/* ------------------------------------------------------------------- 
Meldungen
------------------------------------------------------------------- */

div .error, div .notice, div .success {
	border: 1px solid #DDD;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0.6em 0.8em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div .error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
div .error a {color: #8A1F11;}

div .notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
div .notice a {color: #514721;}

div .success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
div .success a {color: #264409;}

span.new {
	font-size: 80%;
	color: #F00;
	font-weight: bold;
}

/*
-------------------------------------------------------------------------
fwPage Navigation
-------------------------------------------------------------------------
*/
		
#fwpage {
	margin-top: 5px;
	margin-bottom:20px;
}

#fwpageb {
	margin-bottom: 5px;
	margin-top:20px;
}

.fwpage_inactive, .fwpage_active {
	height: 15px;
	min-width: 15px;
	padding: 3px 6px;
	text-decoration: none;
}

.fwpage_inactive {
	color: #000000;
	background-color: #EEEEEE;
}

.fwpage_inactive:hover {
	color: #FFFFFF;
	background-color: #FF3300;
}

.fwpage_active {
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
}

/* ------------------------------------------------------------------- 
Daten Tabelle
------------------------------------------------------------------- */

table.data-table {
	background:#e1ffc0; 
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}
table.data-table td, table th {
	padding: 7px;
}
table.data-table tr.even {
	background: #FFF;
}
table.data-table th {
	background: #0e840c;
	color: #FFF;
	font-size: 11px;
}
	

/* ------------------------------------------------------------------- 
Navi
------------------------------------------------------------------- */

#navi a.account {
	padding-left: 20px;
	background: url(/img/user.png) no-repeat left center;
}

#navi a.myfiles {
	background: url(/img/disk.png) no-repeat left center;
	padding-left: 20px;
}

#navi a.myimages {
	background: url(/img/picture.png) no-repeat left center;
	padding-left: 20px;
}

#navi a.logout {
	background: url(/img/door_in.png) no-repeat left center;
	padding-left: 20px;
}

#navi a.upload {
	background: url(/img/add.png) no-repeat left center;
	padding-left: 20px;
}

/* ------------------------------------------------------------------- 
Sonstiges
------------------------------------------------------------------- */

h1 {
	color: #0e840c;	
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 15px;
}

textarea {
	font-size: 13px;
	color: #00F;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	font-size: 11px;
}

.button {
	background-position: 0px 0px;
	height: 45px;
	width: 250px;
	border-width: 0px;
	border-style: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding-bottom: 3px;
	cursor: pointer;
	cursor: hand;
	padding-right: 20px;
}

.button.upload {
	background-image: url(../img/button.jpg);	
}

.button.continue {
	background-image: url(../img/button_continue.jpg);
}

#uploadstatus td {
	font-size: 20px;
	font-weight: bold;
	color: #0e840c;
}