@charset "UTF-8";
/* CSS Document */

.black {
	color: #000000 !important;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.clearer {
	clear: both;	
}

.italic {
	font-style: italic;
}

.left {
	float: left;
}

.left img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.red {
	color: #c93327 !important;
}

.right {
	float: right;
}

.right img {
	margin-left: 10px;
	margin-bottom: 10px;
}

a, a:link, a:hover, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: overline underline;
}

blockquote {
	padding: 5px;
	margin: 0px;
	font-size: 11px;
	font-style: italic;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #000000;
	color: #c93327;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

div#container {
	width: 750px;
	margin-left: 100px;
	margin-right: 100px;
}

div#content {
	width: 750px;
}

	div#left {
		width: 470px;
		float: left;
	}
	
	div#left h2 {
		background-image: url('images/h3_left_bg.png');
	}
	
	div#left div.line {
		height: 15px;
		background-image: url('images/h3_left_bg.png');
	}
	
	div#right {
		width: 250px;
		float: right;
	}
	
	div#right h2 {
		background-image: url('images/h3_right_bg.png');
	}
	
	div#right div.line {
		height: 15px;
		background-image: url('images/h3_right_bg.png');
	}
	
div#footer {
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.galerie {
	text-align: left;
}

div#menu {
	height: 20px;
	width: 750px;
	padding-bottom: 35px;
}

	div#menu a, div#menu a:hover, div#menu a:active, div#menu a:link, div#menu a:visited {
		display: block;
		float: left;
		height: 35px;
		background-repeat: no-repeat;
	}
	
	div#menu a span {
		display: none;
	}
	
	a#menu_home {
		width: 63px;
		background-image: url('images/menu_home.jpg');
	}
	
	a#menu_home:hover {
		background-image: url('images/menu_home_o.jpg');
	}
	
	a#menu_news {
		width: 60px;
		background-image: url('images/menu_news.jpg');
	}
	
	a#menu_news:hover {
		background-image: url('images/menu_news_o.jpg');
	}
	
	a#menu_concerts {
		width: 115px;
		background-image: url('images/menu_concerts.jpg');
	}
	
	a#menu_concerts:hover {
		background-image: url('images/menu_concerts_o.jpg');
	}
	
	a#menu_musik {
		width: 72px;
		background-image: url('images/menu_musik.jpg');
	}
	
	a#menu_musik:hover {
		background-image: url('images/menu_musik_o.jpg');
	}
	
	a#menu_manou {
		width: 80px;
		background-image: url('images/menu_manou.jpg');
	}
	
	a#menu_manou:hover {
		background-image: url('images/menu_manou_o.jpg');
	}
	
	a#menu_media {
		width: 69px;
		background-image: url('images/menu_media.jpg');
	}
	
	a#menu_media:hover {
		background-image: url('images/menu_media_o.jpg');
	}
	
	a#menu_shop {
		width: 59px;
		background-image: url('images/menu_shop.jpg');
	}
	
	a#menu_shop:hover {
		background-image: url('images/menu_shop_o.jpg');
	}
	
	a#menu_guestbook {
		width: 131px;
		background-image: url('images/menu_guestbook.jpg');
	}
	
	a#menu_guestbook:hover {
		background-image: url('images/menu_guestbook_o.jpg');
	}
	
	a#menu_contact {
		width: 101px;
		background-image: url('images/menu_contact.jpg');
	}
	
	a#menu_contact:hover {
		background-image: url('images/menu_contact_o.jpg');
	}

div#page {
	background-image: url('images/bg_container.jpg');
	background-repeat: no-repeat;
	width: 950px;
	margin: 0px auto;
	background-color: #ffffff;
	text-align: justify;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}

h1 {
	width: 750px;
	height: 300px;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

h1 span {
	display: none;
}

h2 {
	height: 31px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}

h2.break {
	margin-top: 30px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 span.small{
	font-size: 10px;
	font-weight: normal;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

img {
	border: 0px;
}

img.frame {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #c93327;
	background-color: #FFFFFF;
}

img.left {
	margin-right: 10px;
	margin-bottom: 10px;
}

img.thumbnail {
	margin: 3px;
}

input.button {
	width: 100px;
	background-color: #c93327;
	color: #FFFFFF;
	border: 0px;
}

input.charleft {
	background-color: transparent;
	color: #c93327;
	font-size: 10px;
	border: 0px;
}

input.field, textarea.field {
	width: 150px;
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #c93327;
}

input.small {
	width: 70px;
}

div#left input.big, div#left textarea.big{
	width: 460px;
	height: 100px;
}

div#right input.big, div#right textarea.big{
	width: 250px;
	height: 50px;
}

p {
	padding: 5px;
	margin: 0px;
}

table td {
	font-size: 12px !important;
}
