@charset "utf-8";

/* PAGE LAYOUT */
* {
	font-family: Verdana;
	line-height: 1.5em;
}

body {
	background-color: #222;
}

div#page_background {
	background-image: url(../images/design/bg.png);
	background-position: 790px 100px;
	background-repeat: no-repeat;
	width: 1100px;
	margin: 0 auto;
}

div#page_margins {
	width: 900px;
	background-color: white;
}

div#page_navigation {
	width: 200px;
	float: right;
	background-color: #e0e0e0;
	margin: 0px 20px 20px 20px;
	padding: 19px;
}

iframe#facebook {
	float: right;
	clear: right;
	margin-left: 20px;
}

div#page_footer {
	color: white;
	font-size: 10px;
	text-align: center;
	padding: 10px;
	text-shadow: #f18d1a 0 0 2px;
}

div#page_footer a:link, div#page_footer a:visited, div#page_footer a:active {
	color: white;
}

div#page_footer a:hover {
	color: #570059;
}

/* MENU */
div#page_navigation ul, div#page_navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#page_navigation a, div#page_navigation a:link, div#page_navigation a:active, div#page_navigation a:visited {
	display: block;
	color: #570059;
	text-decoration: none;
	padding: 4px 10px;
	font-weight: bold;
	line-height: 1em;
}

div#page_navigation a:hover {
	background-color: #f18d1a;
}

/* CONTENT */
div#page_content {
	margin: 0px 20px;
}

div#page_content h1, div#page_content h2, div#page_content h3, div#page_content h4 {
	color: #570059;
	text-shadow: rgba(0, 0, 0, 0.5) 0.2ex 0.2ex 0.5ex;
}

div.termin {
	margin-right: 250px;
}

p.termin_title {
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.clear {
	clear: both;
}

p.top {
	margin-top: 0px;
	padding-top: 0px;
}

a img {
	border: none;
}

/*** Profil ***/
div.profile span.instrument {
	font-style: italic;
	font-size: 80%;
}

a.show_profile {
	display: block;
	width: 150px;
	height: 150px;
	float: left;
	background: #ccc;
	padding: 5px;
	margin: 5px;
}

div.band_list h2 {
	clear: left;
}

/*** Kontakt ***/
input[type=text], textarea {
	width: 500px;
}
textarea {
	height: 200px;
}
label {
	display: block;
	font-size: 70%;
	margin-left: 10px;
	color: #444;
}
div.gb_entry {
	padding: 0px 20px;
	border: 3px solid white;
	background-color: #ddd;
	margin-bottom: 20px;
	font-size: 12px;
	width: 500px;
}
h2.gb_entry_headline {
	font-size: 16px;
	margin: 15px 0px 0px 0px;
}
p.gb_entry_timestamp {
	font-size: 10px;
	margin: 0px;
}

/* CSS HACKS */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

