@charset "UTF-8";
/*
--------------------------------
Duke Band-Site
Start: 2012.04.01
Last update: 2012.05.01
Autor: Leo - www.duke-metal.com
Medium: Screen
--------------------------------
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-image: url(../images/siteplatte.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
}
#topbar {
	background-image: url(../images/topbotgitter.png);
	background-repeat: no-repeat;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 30px;
}
#navigation {
	height: 30px;
	width: 625px;
	margin-right: auto;
	margin-left: auto;
}
#bio, #alb, #med, #story, #merch {
	width: 125px;
	height: 30px;
	background-image: url(../images/button_up.png);
	background-repeat: no-repeat;
	line-height: 27px;
	letter-spacing: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	text-shadow: -1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000, 1px -1px 0px #000;
	float: left;
}
#bio:hover, #alb:hover, #med:hover, #story:hover, #merch:hover {
	background-image: url(../images/button_ov.png);
	color: #FFF;
}
a:link {
	text-decoration: none;
	color:#999
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color:#FFF;
}
a:active {
	text-decoration: none;
	color: #999;
}
#container {
	width: 800px;
	background-image: url(../images/containergitter.jpg);
	background-repeat: repeat-y;
	margin-top: -32px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 0px;
	padding-top: 90px;
	padding-bottom: 40px;
}
#logo {
}
#textarea {
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FC6;
	text-shadow: -1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000, 1px -1px 0px #000;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
#textDiv {
	background-image: url(../images/textareagitter.png);
	background-repeat: no-repeat;
	height: 260px;
	padding-top: 90px;
	padding-right: 100px;
	padding-left: 100px;
	margin-bottom: -20px;
}
#textbar {
	width: 680px;
	height: 80px;
	background-image: url(../images/textbar.png);
	background-repeat: no-repeat;
	line-height: 62px;
	letter-spacing: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	text-shadow: -1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000, 1px -1px 0px #000;
}
#albenDiv {
	background-image: url(../images/textareagitter.png);
	background-repeat: no-repeat;
	height: 620px;
	padding-top: 60px;
}
#textarea #cover {
	margin: 8px;
	border: 1px solid #666;
}
#botbar {
	background-image: url(../images/topbotgitter.png);
	background-repeat: no-repeat;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
}
#copyright {
	width: 488px;
	height: 30px;
	background-image: url(../images/copyrightbar.png);
	background-repeat: no-repeat;
	line-height: 30px;
	letter-spacing: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-shadow: -1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000, 1px -1px 0px #000;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(../images/button_up.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	line-height: 28px;
	font-size: 10px;
	letter-spacing: 2px;
}
