/* HEXAPHONIC  */

* {
	margin: 0; 
	padding: 0;
	list-style-position: inside;
}

body
{
	font: normal 90.01% Arial,Helvetica,sans-serif;
	font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;
	color: #FFF;
	line-height: 150%;
	margin-top: 0px;
	background: #204035;
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );	
	text-align: center;
}
body.music	{
	background: #A0FEFD;
}

#header
{
	height: 130px;
	margin: 0 auto;
	background: #204035;  /* yellow #fecc0d be0a26 matisite  1f0505  */
}
#header.music	{
	background: #A0FEFD;
}

#headerimage
{
	width: 990px;
	margin: 10 auto;
	text-align: center;
	height: 126px;
	background: url(images/hexPickup.gif);
	background-repeat: none;
}
#headerimage.music
{
	background: url(images/avalon_bridgeadjust3117small.jpg);
}


/*  -------------------------------------- inhalt -------------------------------------- */
* html #content {height:1%}
* > html #content {height:auto}

#container
{
	margin: 0 auto;
	max-width: 1000px;
	width: expression(document.body.clientWidth > 1000? "1000px": "auto" );	
	text-align: center;
	margin-top: 0px;
	padding-left: 10px;
}

#leftmenu	{
	width: 160px;
	float: left;
}

#flags {
	padding-top: 10px;
	padding-left: 60px;
}

#leftmenuitems	{
	padding: 0px 20px 0px 20px;
}

.content
{
	padding: 0em 1em;
	margin-left: 160px;
}

#footer
{
	color: #FFF;
	text-align: center;
	height: 41px;
	clear: both;
	font-size:100%;
	line-height: 120%;
	background : bottom url(images/content_unten.html);
}

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

a.languagelink {
	text-align: left;
	text-decoration: none;
	border: none;
}

a.menu {
	text-align: left;
	color: #FF0;
	font-size: 1.1em;
	font-weight: bold;
}
a.menuactive	{
	color: #F63;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 5px;
}
a.submenu {
	text-align: left;
	color: #FF0;
	font-size: 85%;
	font-weight: normal;
}
a.submenuactive {
	text-align: left;
	color: #F90;
	font-size: 85%;
	font-weight: normal;
	margin-left: 5px;
}

a.menu:hover	{
	text-decoration: underline;
}

a.items:link	{
	font-weight: bold;
	text-decoration: underline;
}

a.au	{
	text-decoration: underline;
}

P	{  
	text-align: justify;
	padding-bottom: 1em;
	line-height: 130%;
	font-size:90%;
}

p.headline	{
	font-size:95%;
	font-weight:bold;
}

table {
	border-collapse: collapse;
	border: 1;
}

td	{  
	vertical-align: top;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	line-height: 130%;
	font-size:90%;
}

img	{
	float: left;
	margin: 10px 15px 10px 0px;
}

img	.flag {
	margin-left: 25px;
}

.imgright	{
	float: right;
	margin:10px 0px 10px 15px;
}

a.languagelink img {
	margin: 2;
}

menuselect  {
	color: red;
}

ul .menu	{
	text-align: left;
	list-style: none;
	margin-left: 5px;
	line-height: 1.4em;
}
ul .submenu	{
	text-align: left;
	list-style: none;
	margin-left: 5px;
	line-height: 1.2em;
}
li	{
	text-align: left;
}

/* ---------------http://www.ihsen.com/Support/CSS/PureCSSRoundedCorners.htm------------ */
/* common tags for rounded corners that can be used for many panels */
b.R1{margin: 0 5px;}
b.R2{margin: 0 3px;}
b.R3{margin: 0 2px;}

/* box1 (leftmenu) */
div.Box1 {position:relative; background: #554020;} /* adjust the position, size and colour of the panel here */
div[class="Box1"] {height:auto; min-height:20px;} /* adjust the minimum height of the panel here for mozilla only */
b.RT1 b, b.RB1 b{display:block;height: 1px; overflow: hidden; background: #554020} /* adjust the colour of the panel top and bottom here */
b.RT1, b.RB1{display:block;background: #204035;} /* adjust the background colour here */
div.RContent1 {padding-left: 20px; position:relative; top:0px; left:0px; margin: 0 auto; margin-top:10px; margin-bottom:10px; text-align:left; color:#333333;} /* adjust the content width (to be slightly less than the panel width to get a margin), height and text alignment of the content here */
div[class="RContent1"] {height:auto; min-height:20px;} /* adjust the minimum height of the panel here for mozilla only */
b.RT1 b.R4, b.RB1 b.R4{margin: 0 1px; height:2px;}

/* box2 (content boxes) */
div.Box2 {position:relative; width:100%; background: #554020;} /* was 610005   adjust the position, size and colour of the panel here */
div[class="Box2"] {height:auto; min-height:20px;} /* adjust the minimum height of the panel here for mozilla only */
b.RT2 b, b.RB2 b{display:block;height: 1px; overflow: hidden; background: #554020;} /* adjust the colour of the panel top and bottom here */
b.RT2, b.RB2{display:block;background: #204035;} /* adjust the background colour here */
div.RContent2 {padding-left: 20px;position:relative; top:0px; left:0px; display:block; margin: 0 auto; margin-top:10px; margin-bottom:10px; padding-right: 20px; text-align:left; color:#FFF;} /* adjust the content width (to be slightly less than the panel width to get a margin), height and text alignment of the content here */
div[class="RContent2"] {height:auto; min-height:20px;} /* adjust the minimum height of the panel here for mozilla only */
b.RT2 b.R4, b.RB2 b.R4{margin: 0 1px; height:2px;}

