/*********** BASICS ******************/
* {
	margin: 0;
	padding: 0; 
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: url("/images/main_bg.gif");
	font: 11px/15px "Lucida Grande", Tahoma, sans-serif;
	color: #333;
}

a {
	border-bottom: 1px dotted #ccb;
	text-decoration: none;
	color: #8b3;
	cursor: pointer;
}

a:hover {
	color: #222;
}

p {
	margin: 0;
	padding-bottom: 20px;
	text-align: left;
}

h3 {
	position: relative;
	margin: 0 0 8px;
	padding: 25px 0 10px;
	border-bottom: 1px dotted #ccb;
	text-shadow: -1px 2px 2px #ddd;
	font: bold 11px/11px "Lucida Grande", Tahoma, sans-serif;
	color: #554;
}

ul {
	margin: 0;
	padding: 0 0 15px 25px;
	list-style: outside square;
}

ol {
	margin: 0;

}

img {
	border: 0;
	behavior: url("./pngbehavior.htc");
	vertical-align: middle;
}


/*********** MISC ******************/
#recaptcha_widget_div {
	margin: 0 auto;
	width: 300px;
}

.center { 
	text-align: center; 
}

.green  {
	color: green;
}

.important  {
	color: red;
	font-weight: bold;
}

td#flags  {
	text-align: right;
	width: 50%;
	padding: 0 5px 0 0;
}

td#flags img {
	width: 22px;
}

td#flags a, td#flags a:link,td#flags a:hover, td#flags a:visited  {
	border: 0;
}


/*********** LAYOUT ******************/
#page {
	margin: 10px auto;
	padding: 0;
	width: 930px;
}

#header { 
	background-image: url("/images/header.jpg"); 
	background-color: #FFF; 
	height: 135px; 
	padding: 0;
	margin: 0;
}

#contentwrap { 
	background:  url("/images/content_bg.gif"); 
	padding: 15px 25px 0px 25px; 
	vertical-align: top; 
	width: 685px;	
	vertical-align: top;
	voice-family:"\"}\""; /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
	voice-family:inherit;
	width: 700px;		
}

#content {
	width: 530px;
	vertical-align: top;
	margin: 0 0 0 135px;

}

#footScraper {
	height: 90px;
	padding: 0 10px;
}

#footScraper td {
	padding: 0 10px; 
}

#skyscraperRight {
}

#skyscraperLeft {
	width: 100px;
	float: left;
	display: block;
}

#footer {
	padding: 0 10px;
	display: block;

}

#footer, #footer a {
	color: #FFF;
}


/*********** FORMS ******************/
form {
	padding: 0 0 15px;
	color: #222;
}

input, textarea {
	border: 1px solid #000;
	background: #F4F6F0; 
	font: 11px/15px "Lucida Grande", Tahoma, sans-serif;
	padding: 2px;
	width: 150px;
}

/*********** TABLES ******************/
table {
	width: 100%;
}

tr { 
	position: relative; 
}

th {
	text-align: left;
	font: 10px/20px "Lucida Grande", Tahoma, sans-serif;
	cursor: default;
	font-weight: bold;
}

td {
	text-align: left;
	font: 11px/15px "Lucida Grande", Tahoma, sans-serif;
	cursor: default;
	margin: 0;
	padding: 0;
	vertical-align:top; 
}

.even td, .even th { 
	background: #F4F6F0; 
}


/*********** MENU ******************/
#menu {
	position: relative;
	clear: both;
	height: 15px;
	list-style: none;
	margin: 0 10px 0 0;
}

#menu li {
	margin: 80px 0 0 0;
	padding: 0 5px;
	float: right;
}

#menu a {
	display: block;
	text-transform: uppercase;
	font: 12px;
	font-weight: bold;
 	border: 0;
}

#menu a:hover {
	color: #FFF;
}


/*********** UPLOADBAR ******************/
#progressBar {
	padding-top: 5px; 
	margin: 0 auto;
	text-align: left;
}

#bar_blank {
	text-align: left;
	margin: 0 auto;
	width: 180px;
	height: 15px;
	background-image: url("/images/prog_blank.png");
	background-repeat: repeat-x;
	background-color: #FFF;
}
#bar_filled {
	width:1px;
	height:15px;
	background-image: url("/images/prog_filled.png");
	background-repeat: no-repeat;
	background-color: blue;
}

#uploadbuttons {
	position:relative;
	display:block;
	height:26px;
	width:350px;
}
#uploadbuttons .addfile {
	position:absolute;
	top:0; 
	right:0;
	z-index: 1;
	cursor:pointer;
}
#uploadbuttons .fileupload {
	position:absolute;
	top:0;
	right:0px;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	text-align: right;
	z-index: 2;
	cursor:pointer;
}

#uploadbuttons .upload {
	z-index: 3;
	position:absolute;
	top:0; 
	left: 50px;
}


/*********** UPLOADSUCCESS ******************/
table#uploadSuccess {
	padding-bottom: 50px;
}

#uploadSuccess td {
	padding-bottom: 20px;
	margin-bottom: 20px;
}


/*********** UPLOAD ******************/
.fl_h {
	position:absolute;
	left:-1000px;
}

.filelist { 
	font-size: 13px;
	padding: 5px;
}

.filelist #fl_b {
	text-align: center;   
	margin-bottom: 5px;
}

.filelist #fl_l {
	background-color: #EEE;
	padding: 5px;
}       
                   
.filelist #fl_l div {
	white-space:nowrap;
	overflow: hidden;
}

.filelist #fl_f {
	margin-bottom: 5px;
}     
   
.filelist .fl_r {
	font-size: 10px;
	margin: 0px 5px 2px 0px;
}


/*********** USER/SHOW ******************/
#data {
	width: 80%; 
	margin: 0 auto;
}

#data td, #data th {
	width: 50%;
}


/************ PREMIUM ******************/
ul.premium {
	list-style: none;
	list-style-position: outside;

}

ul.premium li {
	background: url("/images/y.gif") -10px no-repeat;
	padding: 3px 0 10px 30px;
	margin: 0 20px 0 0;
}


/************ FAQ ******************/
ul.faq .question {
	font-weight: bold;
	list-style: disc;
}

ul.faq .answer {
	padding-left: 15px;
	list-style: none;
}


/************ ABUSE ******************/
table.abuse {
	height: 200px;
}

.abuse td, .abuse th {
	vertical-align: top;
}

.abuse textarea {
	height: 100px;
	width: 200px;
}


/************ LOGIN ******************/
#login td {
	width: 25%;
}

#login td.buttons {
	text-align: left;
	width: 35%;
}

#login th {
	width: 30%;
}

#login th {
	text-align: right;
}


/************ IMPRINT ******************/
table#imprint {
	margin-bottom: 20px;
}

#imprint td {
	vertical-align: top;
	min-height: 50px;
	padding: 10px 20px 10px 20px;
}


.tooltip {
	position: absolute;
	width: 300px;
	height: 100px;
	background-color: rgb(255, 255, 234);
	border: 1px solid black;
	padding: 2px;
	font-size: 10px;
	margin: 1em;
}

.tooltip h1 {
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	background-color: rgb(106,106,106);
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.tooltip p {
	padding: 2px;
	margin-top: 0.5em;
	line-height: 1.2em;
}
