
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #111;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
	margin: 50px;
}
/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold;
	color:#287184;
}
h1 {
	font-size: 18px;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
/*img {
	border: 2px solid #CCC;
}*/
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding:0 0 15px 0;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}


/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	color: #4F82CB;
}
select {
	font-size:11px;
}

input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	width:400px;
}

textarea {
	width:480px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:120px;
	display:block;
	color:#000;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
	width:100px;
	cursor:pointer;
}


/********************************************
   DROP DOWN MENU
********************************************/ 


div.sample_attach
{
  width: 100px;
  padding: 11px 22px;
  margin-left:0px;
  font-weight: 900;
  color: #797777;
}

a.sample_attach
{
  width: 130px;
  padding-bottom:10px;
  margin-left:-470px;
  font-weight: 900;
  color: #797777;
  font-size:12px;
  text-align:right;
}

a.sample_attach
{
  display: block;
  border-bottom: none;
  text-decoration: none;
}

a.sample_attach:hover
{
  color:#A61800;
}

form.sample_attach
{
  position: absolute;
  visibility: hidden;
  /*border: 1px solid black;*/
  background: #FFFFEE;
  padding: 0px 5px 2px 5px;
}

a img { border:none; margin-left:0px; }

#menu_parent0 { font-size:24px;}
#menu_parent0 a {background: url("../images/home.gif") no-repeat;}
#menu_parent0 a:hover {background: url("../images/home_hi.gif") no-repeat;} 

#menu_parent1 { font-size:24px; text-align:left;}
#menu_parent1 a {background: url("../images/band.gif") no-repeat;}
#menu_parent1 a:hover {background: url("../images/band_hi.gif") no-repeat;} 

#menu_parent2 { font-size:24px; text-align:left;}
#menu_parent2 a {background: url("../images/termine.gif") no-repeat;}
#menu_parent2 a:hover {background: url("../images/termine_hi.gif") no-repeat;}

#menu_parent3 { font-size:24px;}
#menu_parent3 a {background: url("../images/gastbuch.gif") no-repeat;}
#menu_parent3 a:hover {background: url("../images/gastbuch_hi.gif") no-repeat;} 

#menu_parent4 { font-size:24px;}
#menu_parent4 a {background: url("../images/infos.gif") no-repeat;}
#menu_parent4 a:hover {background: url("../images/infos_hi.gif") no-repeat;} 

#menu_parent5 { font-size:24px;}
#menu_parent5 a {background: url("../images/newsletter.gif") no-repeat;}
#menu_parent5 a:hover {background: url("../images/newsletter_hi.gif") no-repeat;} 

#menu_parent6 { font-size:24px;}
#menu_parent6 a {background: url("../images/kontakt.gif") no-repeat;}
#menu_parent6 a:hover {background: url("../images/kontakt_hi.gif") no-repeat;} 

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 850px;
	background: #CCC url(../images/background.jpg) no-repeat center top;
	/*margin: 50px 0 0 50px;*/
	text-align: left;
	border:1px solid #333333;
}

#maske {
	position:absolute;
	top:51px;
	left:51px;
}

#slide {
	
	padding:0; margin:0;
}

#menu {
	position:absolute;
	width: 160px;
	top:160px;
	left:350px;
}

#text {
	position:absolute;
	width: 330px;
	top:180px;
	left:540px;
	color:#777;
}

#footer {
	position:absolute;
	width: 790px;
	top:630px;
	left:200px;
	color:#FFBD43;
	text-align:left;
	font-size:9px;
}
#footer a { color:#AAA; }

#flags {
	position:absolute;
	width: 750px;
	top:130px;
	left:780px;
}

#arrows {
	position:absolute;
	top:400px;
	left:240px;

}

/* tabellen hintergrund -> JS */
.line1 { background-color: #FFFFFF; }
.line2 { background-color: #F2F2F2; }



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
.rosa { color: #E3007B; }
.red { color: #D01E0D; }
.green { color: #437210; }
.gelb { color: #FFDE5A; }
.blau { color: #2B9BF5; }
.braun { color: #7D3D03; }
.white { color: #FFFFFF;}
.black { color: #000000; }
.grau { color:#383838; }


.nostyle {
	list-style-type:none;
}

