/*
================================================================
	Globale Einstellungen
================================================================
*/
html {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
  height: 100%;
	font: 9pt Georgia, Arial, sans-serif;
	color: #2F2F2F;
	text-align: center;
	background: transparent url('../design/bg.jpg');

}

img {
	margin: 0 0 0.5em 0;
	padding: 0;
}

.trennstrich {
	margin-bottom: 1.5em;
}


p {
	margin: 0 0 2em;
}

td {
	font-size: 9pt;
}

input {
	font-face: Georgia, Arial, sans-serif;
	font-size: 9pt;
  color: #2F2F2F;
}

input.gbook  { 
  font-size: 9pt;
	width:250px;
	margin-bottom:2px;
}

input.newsletter  { 
  font-size: 9pt;
	width:165px;
	margin:0;
}

input.submit  { 
  font-size: 10pt;
	border:0;
	background: transparent url('../design/space.gif');
	margin:0;
	padding:0;
	margin-right:3px;;
	float:right;
	diplay:inline;
}

input.plz  { 
  font-size: 9pt;
	width:50px;
	margin:0;
	margin-bottom:2px;
}

input.ort  { 
  font-size: 9pt;
	width:190px;
	margin:0;
	margin-bottom:2px;
}

select {
	font-size: 9pt;
	width:50px;
	margin-bottom:2px;
}
textarea.gbook {
  font-face: Georgia, Arial, sans-serif;
	font-size: 9pt;
	width: 250px;
	height: 100px;
	color: #2F2F2F;
}

/*
================================================================
	Layout Container
================================================================
*/

#container {
	width: 775px;
	height: 100%;
	margin: 0 auto;
	margin-top:0;
	padding: 0;
	text-align: left;
	background-image: url(../design/header.gif);
	background-repeat: no-repeat;
	
}

#navigation {
	width: 314px;
	height:210px;
	margin-top: 20px;
	color: #000000;
	text-align: left;
	display: inline;
  float:right;
}

#bild {
  width:330px;
	height:250px;
	margin-top:10px;
	margin-left:25px;	
  float:left;
	display:inline;	
}

#spalte_rechts {
  width:229px;
	margin-top:20px;
	margin-right:36px;						 
	float:right;
	display:inline;	

}

#spalte_links {
	width: 452px;
	float:left;
	margin-left: 38px;
	margin-top:41px;
	display: inline;
}

#ueberschrift {
	padding-bottom:10px;
	margin-left:43px;
}


#inhalt {
	width: 452px;
	
	background-image: url(../design/bg_inhalt.gif);
}


#textblock_inhalt {
  width: 375px;
	margin-left: 43px;

}

#inhalt_rechts {
	width:175px;
	margin-left:28px;
	text-align: left;
	diplay:inline;
}

#flagge {
	margin-right:30px;
	margin-top:40px;
	float:right;
	diplay:inline;
}


/*
================================================================
	Inhalt spezifische Container
================================================================
*/

#rahmen_quer {
	width:504px;
	height:338px;
	background-image: url(../bilder/rahmen_quer.gif);
}

#rahmen_quer img {
  margin-top:5px;
	margin-left:3px;
}

#rahmen_hoch {
	width:338px;
	height:504px;
	background-image: url(../bilder/rahmen_hoch.gif);
}

#rahmen_hoch img {
  margin-top:5px;
	margin-left:2px;
}

/*
================================================================
	Schriften und Links
================================================================
*/

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin-top:0;
	font-size: 12pt;
	font-weight: bold;
	color: #623532;
}

h3 {
  text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	color: #2F2F2F;
	margin-top:0;
	margin-bottom:1em;
}

.kommentar {
	font-size: 8pt;
	color: #AAAAAA;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #32475F;
	font-size: 9pt;
}

a:hover {
	text-decoration: underline;
	color: #839FBC;
}


#untermenu {
  text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #32475F;
}

#untermenu a{
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #32475F;
}

#untermenu a:hover{
  text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
	color: #839FBC;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	background: url('../design/pfeil.gif') no-repeat;
	background-position: left 0.4em;
	padding: 0 0 0.5em 1em;
}

a.gbook {
	font-size: 8pt;
	font-style: italic;
}


/*
================================================================
	Menü
================================================================
*/
img.link_logo {
	margin-left: 16px;
	margin-bottom:0px;
	padding:0px;
}

img.link_news {
	margin-top: 15px;
	margin-left: 177px;
	margin-bottom: 10px;
	padding:0px;
}

img.link_band {
	margin-left: 213px;
	margin-bottom: 10px;
}

img.link_live {
	margin-left: 168px;
	margin-bottom: 10px;
}

img.link_media {
	margin-left: 177px;
	margin-bottom: 10px;
}

img.link_interact {
	margin-left: 150px;
	margin-bottom: 0px;
}

img.link_flagge {
	margin-left: 234px;
	margin-top: 48px;
}


