@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-color: #000;
}
#topbar {
	background-image: url(../images/topbotgitter.png);
	background-repeat: no-repeat;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 30px;
}
#pl, #de, #en {
	width: 127px;
	height: 30px;
	background-image: url(../images/button_up.png);
	background-repeat: no-repeat;
	line-height: 27px;
	letter-spacing: 3px;
	margin-right: auto;
	margin-left: auto;
	text-shadow: -1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000, 1px -1px 0px #000;
	color: #999;
}
#pl:hover, #de:hover, #en:hover {
	background-image: url(../images/button_ov.png);
	color: #FFF;
	text-shadow: -1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000, 1px -1px 0px #000;
}

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: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 60px;
}
#logo {
	margin-top: 60px;
}
#textarea {
	height: 305px;
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/tafel.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #DDD;
	padding-top: 90px;
	text-shadow: 0px 2px 2px #C60;
}
#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;
}
