/**
 * @css-for		screen and small screen (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		2.0
 * @date		2010-10-05
 * @see			http://www.lenz-kd.de/
 */
 
/**
 * general formats
 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fc3;
	font-size: 90%;
	background: url("images/kuerbis.gif") fixed;
	margin: 1.5em 0;
	overflow-y: scroll;
}
abbr, acronym {
	cursor: help;
}
a {
	color: #fc3;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}

/**
 * page wrapper
 */
#page {
	width: 740px;
	margin: 0 auto;
	position: relative;
}

/**
 * head elements
 */
#head {
	margin: 0;
	padding: 0;
}
#head h1 {
	margin: 0;
	padding: 0;
	width: 740px;
	height: 154px;
	background: url("images/hw_banner1.jpg") left no-repeat;
	border: 1px solid #fc3;
	text-indent: -10000px;
}

/**
 * navigation elements
 */
#navi {
	width: auto;
	text-align: center;
	margin: 2em 0 1em;
	border-bottom: 1px solid #fc3;
}
#navi h2 {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin: 0 0 0.4em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #fc3;
	font-size: 1.4em;
}
#navi ul {
	list-style: none;
	padding: 0;
	margin: 0.5em 0 0.7em; 
}
#navi li {
	display: inline;
	padding: 0 1em 0 0.5em;
	border-right: 1px solid #fc3;
}
#navi li.last {
	border-right: none;
}
#navi a {
	font-weight: bold;
	text-decoration: none;
}
#navi a:hover {
	text-decoration: underline;
}

/**
 * advertising blocks
 */
.ads-1 {
	margin: 2em 0;
	text-align: center;
	clear: both;
}
.ads-2 {
	float: left;
	margin: 3em 2em 0 0;
}
.ads-3 {
	margin: 4em 0 0 620px;
}

/**
 * content elements
 */
#content {
	width: 440px;
	float: left;
	margin: 0 0 2em;
	padding: 0;
	text-align: center;
}
#content h3 {
	font-size: 1.2em;
	margin: 2em 0 1em;
}
.download {
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 2em;
}
div.download {
	padding: 1em;
	margin: 1em 0;
	font-weight: normal;
	font-size: 1em;
	border: 1px solid #600;
	border-radius: 7px;
	-moz-border-radius: 7px;
	background: rgba(0, 0, 0, 0.7);
}
div.download h4 {
	font-size: 1.4em;
	margin: 0.5em 0 1em;
}
div.download input {
	width: auto;
}
div.download label {
	display: inline;
}
div.download input.get-song {
	width: 10em;
	margin-top: 1em;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.hint {
	font-size: 0.8em;
	color: #c00;
}
.small {
	font-size: 0.8em;
}
.foto {
	border: 1px solid #fc3;
}
.image-link {
	border: none;
}

/**
 * form elements
 */
form div {
	margin-bottom: 0.7em;
}
label {
	display: block;
	margin-bottom: 0.3em;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 22em;
	background: #999;
	border: 1px solid #600;
	padding: 0.2em;
}
input#button {
	width: 8em;
	font-weight: bold;
	cursor: pointer;
}
#errormsg {
	border: 1px solid #c00;
	font-size: 0.8em;
	padding: 0.5em;
}

/**
 * download links
 */
#downloads {
	list-style: none;
	height: 48px;
	margin-left: 0;
}
#downloads li {
	display: inline;
}
#downloads a {
	display: block;
	float: left;
	width: 170px;
	height: 48px;
	text-indent: -10000px;
	margin-right: 10px;
}
#itunes { background: url("images/itunes_button.gif") left no-repeat; }
#musicload { background: url("images/musicload_button.gif") left no-repeat; }