@charset "ISO-8859-1";

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #cccccc;
    color: #000000;
    font-family: Arial;
    font-size: small;
}

h2, h3 {
    padding: 0;
    margin: 0;	
}

img {
    border-style: hidden;
    border: none;	
}

.nl_box {
	width: 150px;
	float: left;
	clear: both;
}

.headline {	
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    line-height: 60px;
}

input[type=text] {
	background-color: #dddddd;
	border: 1px solid #96BE0E;
}

.nl_button {
	background-color: #dddddd;
	border: 1px solid #96BE0E;
	padding: 5px 10px;
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 10px;
}

.bandpic {
	width: 30%;
	float: left;
	clear: both;
}

.banddesc {
	width: 60%;
	float: left;
	margin-left: 10px;
}

.band {
	clear: both;
	width: 90%;
	padding-top: 30px;
}

.announcement {
	background-color: #dddddd;
	border: 1px solid #96BE0E;
	padding: 10px 10px;
	margin-bottom: 20px;
}

.headlogo {
	vertical-align: bottom;
}

.breadcrumbs {
    padding-top: 20px;
    font-weight: normal;
    font-size: small;
    color: #aaaaaa;
    text-align: left;
}

.bandname {
	padding: 30px 0px;
	font-weight: bold;
}

.logo_v {
	position: relative;
	clear: both;
	width: 20%;
	height: 54px;
	top: -108px;
	text-align: right;
}

.logo_v #logo {
	padding-right: 20px;
}

div.breadcrumbs a {
    text-decoration: none;
    color: #aaaaaa;
}

div.navi_left_inside a:link {
    color: #555555;
    font-weight: bold;
    text-decoration:none;
}

div.navi_left_inside a:visited {
    color: #555555;
    font-weight: bold;
    text-decoration:none;
}

div.navi_left_inside a:hover {
    color: #96BE0E;
    font-weight: bold;
}

div.nl_button a:link {
    color: #555555;
    font-weight: bold;
    text-decoration:none;
}

div.nl_button a:visited {
    color: #555555;
    font-weight: bold;
    text-decoration:none;
}

div.nl_button a:hover {
    color: #96BE0E;
    font-weight: bold;
}

div.content a:link {
    color: #96BE0E;
    text-decoration:none;
}

div.content a:visited {
    color: #444444;
    text-decoration:none;
}

div.content a:hover {
    color: #777777;
    text-decoration:none;
}

a.mailto {
	margin-left: 10px;
	padding-left: 20px;
	background: url(res/mail.png) no-repeat center left;
}

.header {
    font-weight: bold;
    font-size: x-large;
    color: #96be0e;
    margin: 20px 20%;
    padding: 0;
    width: 60%;
}

.header_inside {
    padding: 0 25px;
}

.navi_left {
    text-align: right;
    width: 20%;
    float: left;
    padding: 0;
    margin: 0;
}

.navi_left_inside {
	margin: 0 20px;
}

.content {
    float: left;
    width: 60%;
    padding: 0;
    margin-bottom: 50px;
}

.content_inside {
	border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
	height: 100%;
    padding: 0 20px;
}

.sidebar {
    color: #555555;
    font-size: smaller;
    text-align: left;
    width: 20%;
    background-color:#cccccc;
    float: left;
    padding: 0;
    margin: 0;
}

.sidebar_inside {
	margin: 0 20px;
}

.footer {
    margin-top: 100px;
    margin-bottom: 0;
    color: #555555;
    font-size: smaller;
    text-align: center;
    width: 100%;
    height: 150px;
    background-position:bottom;
    background-repeat:repeat-x; 
    background-color:#cccccc;
    clear: both;
}

div.footer a:link {
    color: #888888;
    text-decoration:none;
}

div.footer a:visited {
    color: #aaaaaa;
    text-decoration:none;
}

div.footer a:hover {
    color: #555555;
    text-decoration:none;
}

.front {
    position:absolute;
    left:20%;
    top:10%;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    text-align:center;
    vertical-align:middle;
    width: 60%;
    height: 80%;
}

.footer_front {
	position:absolute;
	bottom:0;
	text-align:center;
    color: #555555;
    font-size: smaller;
    width: 100%;
    padding-bottom: 50px;
    background-position:bottom;
    background-repeat:repeat-x; 
    background-color:#cccccc;
    clear: both;
}

div.footer_front a:link {
    color: #888888;
    text-decoration:none;
}

div.footer_front a:visited {
    color: #aaaaaa;
    text-decoration:none;
}

div.footer_front a:hover {
    color: #555555;
    text-decoration:none;
}

.info {
    position: absolute;
    width: 99%;
    text-align: center;
    top: 65%;
    visibility: hidden;
    font-family: "Courier New";
    font-size: larger;
    color: #ffffff;
}
