﻿/**
 * @css-for		screen (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		1.0
 * @date		2009-02-18
 * @see			http://www.lenz-kd.de/
 */
 
/**
 * general formats
 */
html {
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
html * {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
}
body {
	background-color: #ece2c5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333;
	margin: 3em 0 1em;
}
.unsichtbar {
	display: none;
}
acronym, abbr {
	cursor: help;
}
.clear {
	clear: both;
}

/**
 * layout formats
 */
#page-top {
	position: absolute;
	top: 0;
}
#wrapper {
	margin: 0 auto;
	width: 67em;
	background: url("images/background/gaensebluemchen-wrapper.png") left top no-repeat #fdf7e6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#header {
	width: auto;
	height: 180px;
	background: url("images/background/kroete.png") 43em bottom no-repeat;
	border-bottom: 5px solid #ece2c5;
}
#navi {
	width: 17em;
	float: left;
	margin: 1em 0;
}
#content {
	width: auto;
	padding: 2em;
	margin: 1em 0 1em 17em;
	background: url("images/background/gaensebluemchen-content.png") 43em bottom no-repeat;
}
#footer {
	clear: both;
	padding: 0.5em 1em 0.5em 0;
	font-size: 0.85em;
	text-align: right;
	border-top: 5px solid #ece2c5;
}

/**
 * header elements
 */
#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-weight: normal;
	padding: 1.5em 0 0 1em;
}
#header a {
	color: #990;
	text-decoration: none;
}
#header h2 {
	padding: 1em 0 0 2.8em;
}

/**
 * navigation elements
 */
#navi h4 {
	display: none;
}
#navi ul {
	width: auto;
	list-style: none;
}
#navi li {
	display: inline;
}
#navi a {
	display: block;
	width: auto;
	padding: 0.3em 1em;
	color: #875725;
	text-decoration: none;
	font-weight: bold;
	background: url("images/background/gaensebluemchen.png") 14.7em center no-repeat #dfdf99;
	margin-bottom: 0.5em;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#navi a:hover {
	color: #412913;
	background: url("images/background/gaensebluemchen-hover.png") 14.7em center no-repeat #dfdf99;
}
#navi a.no-border {
	display: none;
	background: none;
}
.ads {
	display: none;
	/*width: auto;
	text-align: center;
	margin-top: 2em;*/
}

/**
 * content elements: text
 */
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	color: #990;
	margin-bottom: 1em;
}
#content h3 {
	font-size: 1em;
	margin: 1em 0;
}
#content p {
	margin-bottom: 0.7em;
}
#content ul {
	margin-left: 1.1em;
	margin-bottom: 0.7em;
	list-style: circle;
}
#content a {
	color: #990;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #875725;
}
#content p.zurueck-link {
	margin: 0 0 1em 0;
}
#content p.zurueck-link a {
	color: #875725;
	padding-left: 12px;
	background: url("images/background/pfeil-zurueck.gif") left no-repeat;
}
#content p.zurueck-link a:hover {
	color: #412913;
}
#content div.cd {
	width: auto;
	min-height: 150px;
	margin-bottom: 1.5em;
}

/**
 * content elements: images
 */
img.links {
	float: left;
	margin: 0 1em 1em 0;
}

/**
 * link list to online music stores
 */
ul.music-stores {
	list-style: none;
	height: 30px;
}
ul.music-stores li {
	display: inline;
}
ul.music-stores a {
	display: block;
	float: left;
	width: 60px;
	height: 30px;
	margin-right: 1em;
}
a.musicload {
	background: url("images/background/musicload-button.gif") left no-repeat;
}
a.itunes {
	background: url("images/background/itunes-button.gif") left no-repeat;
}
a.finetunes {
	background: url("images/background/finetunes-button.gif") left no-repeat;
}
ul.music-stores span {
	display: none;
}

/**
 * info block for songs
 */
#info {
	float: right;
	width: 15em;
	border: 1px solid #ece2c5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#info h3 {
	background: #dfdf99;
	color: #875725;
	margin: 0;
	padding: 0.3em 0.5em;
}
#info ul {
	list-style: none;
	margin: 1em 0.5em;
}
#info a {
	background: url("images/background/gaensebluemchen-link.png") left no-repeat;
	padding-left: 15px;
}

/**
 * ad block
 */
#ads {
	margin: 2em 0 0;
}

/**
 * contact form
 */
form div {
	clear: both;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
label {
	float: left;
	width: 8em;
	margin-right: 0.5em;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 60%;
	padding: 0.2em;
	margin-bottom: 0.7em;
	border: 1px solid #ece2c5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
input:focus, textarea:focus {
	border: 1px solid #875725;
}
div.buttons {
	margin-left: 8.5em;
}
div.buttons input {
	width: 6em;
	cursor: pointer;
	background: #dfdf99;
	border: none;
	font-weight: bold;
	color: #875725;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
div.buttons input:hover {
	color: #412913;
}
input[type=reset] {
	margin-left: 0.5em;
}

/**
 * footer elements
 */
#footer h4 {
	display: none;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	padding: 0 0.5em;
}
#footer a {
	color: #990;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #875725;
}
/* social bookmark links */
#social-bookmarks {
	min-height: 16px;
	float: right;
	margin: 0.1em 0 0 1em;
}
#social-bookmarks ul {
	list-style: none;
	min-height: 16px;
}
#footer #social-bookmarks li {
	display: inline;
	padding: 0;
}
#social-bookmarks span {
	display: none;
}
#social-bookmarks a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 0.3em;
}
.delicious {
	background: url("images/background/delicious.png") left no-repeat;
}
.google {
	background: url("images/background/google.png") left no-repeat;
}
.yahoo {
	background: url("images/background/yahoo.png") left no-repeat;
}
.technorati {
	background: url("images/background/technorati.png") left no-repeat;
}
.facebook {
	background: url("images/background/facebook.png") left no-repeat;
}
.mister-wong {
	background: url("images/background/mister-wong.png") left no-repeat;
}