/*
	stylesheet copyright 2008 by TerrorLine.de
	theme name: Zero Azucar
	last updated: 30.09.2008
*/

/* general settings */
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #696969;
	text-decoration: underline;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #000000;
}

body {
	background: #ffffe0 url(pics/bg_content.gif) repeat-y;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

button {
	background: transparent;
	border: 1px solid #ffffe0;
	width: 25px;
	padding: 0;
}

button:hover {
	border: 1px solid #C1C1C0;
}

code {
	font-family: "Courier New", Courier, monospace;
}

h1 {
	border-bottom: 1px solid #C1C1C0;
	font-size: 18px;
	font-weight: bold;
	margin: 4px 0 10px 20px;
	padding-bottom: 4px;
	text-align: left;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 10px 20px;
	text-align: left;
	clear: both;
}

img {
	border: 0;
}

#main {
	margin: 0;
	padding: 0;
	width: 760px;
}

/* header related settings */
#header {
	background: transparent url(pics/wfa_header_01.jpg) no-repeat;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	height: 96px;
	left: 0px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	width: 760px;
}

#header h1 {
	display: none;
	visibility: hidden;
	border: 0 !important;
}

#header a {
	color: #000000 !important;
}
/* navigation related settings */
#navigation {
	background: #F0F5F9 url(pics/bg_nav.gif) repeat-y;
	border-bottom: 1px solid #C1C1C0;
	float: left;
	left: -5px;
	min-width: 160px;
	padding: 0;
	position: relative;
	top: -10px;
	width: 160px;
}

div.menu {
/*	background-image: url(pics/test_gruen64x64.gif);
	background-repeat: repeat; */
	background-color: transparent;
	color: #696969;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 2px 10px 4px 10px;
	border-bottom: 1px solid #dcdcdc;
}

div.menu:hover {
	background: #ECCE9E url(pics/bg_nav_hover.gif) repeat-y;
	border-bottom: 1px solid #C1C1C0;
}

div.menu h3 {
	border-bottom: 1px solid #C1C1C0;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin: 0 0 4px 0;
	text-decoration: none;
}

div.menu ul {
	list-style: none;
	padding: 1px;
	margin: 0;
}

div.menu li {
	padding: 0;
	margin: 0;
}

div.menu li:before {
	color: #000000;
	content: "\00BB \0020";
}

.spacer {
	height: 10px;
}

/* content related settings */
#contents {
	left: 0px;
	padding: 0;
	position: relative;
	top: 10px;
	width: 760px;
}

.content {
/*	background-image: url(pics/test_gruen64x64.gif);
	background-repeat: repeat; 
	background: transparent url(pics/bg_content.gif) repeat-y;*/
	background-color: transparent;
	color: #000000;
	float: right;
	left: -5px;
	min-height: 490px;
	padding: 0;
	position: relative;
	top: -10px;
	width: 600px;
	overflow: hidden; /* ie fix, why sux microsoft so fucking bad? */
}

.content a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}

.content a:hover {
	color: #696969;
}

.content h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 10px 20px;
	text-align: left;
	clear: both;
}

.content p, .content table {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	margin: 0 0 5px 20px;
	padding: 0;
	text-align: justify;
}

.content p:first-letter {
	font-weight: bold;
}

.content ul {
	margin: 0;
	padding: 0 5px 5px 20px;
}

.content li {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 0 20px;
	padding: 0;
	text-decoration: none;
	text-align: justify;
	line-height: 130%;
	list-style-type: circle;
}

p.left {
	padding: 0;
}

p.right {
	float: right;
	margin: 5px 0 10px 10px;	
}

img.left {
	float: left;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

img.clearr {
	border: 1px solid #C1C1C0;
}

.clearr {
	clear: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
}

.clearr img.left {
	margin-right: 10px;
}

.clearb {
	clear: both;
	margin-bottom: 10px;
	padding: 0;
}

p.center {
	margin: 5px auto 10px auto;
	text-align: center !important;
	padding: 0;
}

p.extra {
	background-color: #ffffff;
	border: 2px dashed #C1C1C0;
	color: #000000 !important;
	font-size: 11px !important;
	padding-bottom: 3px !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
	padding-top: 3px !important;
	letter-spacing: -1px;
	text-align: left;
	word-spacing: -1px;
}

.line {
	border-bottom: 1px dashed #C1C1C0;
	clear: both;
	margin-bottom: 10px !important;
}

.fix {
	clear: both;
}

.small {
	color: #000000 !important;
	font-size: 9px !important;
	text-align: center !important;
}

.small a {
	color: #000000 !important;
	font-style: normal;
}

.small a:hover {
	text-decoration: underline;
}

.achtung {
	font-weight: bold;
	text-decoration: underline;
}

.smalll {
	color: #000000 !important;
	font-size: 9px !important;
	text-align: left !important;
}

table.topliste {
	width: 560px;
}

td.topliste {
	font-size: 14px !important;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}

/* guestbook related settings */
.content p.nickname {
	float: left;
	font-weight: bold !important;
	width: 400px;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-left: 20px !important;
}

.content p.date {
	float: left !important;
	font-size: 10px !important;
	text-align: right !important;
	width: 180px;
	margin: 0 !important;
}

.comment {
	border: 1px dotted #C1C1C0 !important;
	color: #696969 !important;
	font-size: 11px !important;
	font-style: italic !important;
	padding: 2px !important;
}

/* for the mail form */
form {
	margin-top: 15px;
}

input, textarea {
	background-color: #ffffff;
	border: 1px solid #C1C1C0;
	color: #000000;
	padding: 1px 2px 1px 4px;
}

textarea {
	overflow: auto;
	width: 490px;
}

input.button {
	width: 80px;
}

input.button:hover {
	border: 1px solid #000000 !important;
	color: #000000 !important;
}

.width300 {
	width: 180px;
}

/* copyright notice related settings */
#copyright {
	border-top: 1px solid #C1C1C0;
	color: #696969;
	float: left;
	font-size: 9px;
	height: 20px;
	left: 0px;
	padding: 5px 0 5px 0;
	position: relative;
	margin: 10px 0 10px 0;
	text-align: center;
	width: 755px;
}

#copyright a {
	color: #696969;
	text-decoration: none;
}

#copyright a:hover {
	color: #808080;
	text-decoration: underline;
}

/* we all have to live somehow, right? */
#werbung {
	position: absolute;
	left: 770px;
	top: 96px;
}

/* the up arrow */
#up {
	position: fixed;
	bottom: 4px;
	left: 155px;
	top: auto;
	right: auto;
}

/* linkbox related settings */
#linkbox {
	color: #696969;
	float: left;
	font-size: 11px;
	right: 5px;
	padding: 5px 0 0 0;
	position: relative;
	margin: 0;
	text-align: right;
	width: 760px;
}
