body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image:url(../grfx/2007/hintergrund_global.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#4e4e4e;
	text-align:center;
	width:100%;

}

html {
	text-align:center;
	height:100%;
	width:100%;
	}
	
a {
  color:#cc3300;
  text-decoration:none;
  font-weight:bold;
}

a:hover{
  color:#cc3300;
  text-decoration:none;
  border-top: 0px dashed #666666;
  border-bottom: 1px dashed #cc3300;
}

a[href^="http:"] {
	background: transparent url('../grfx/extern_link.gif') 100% 50% no-repeat;
	padding-right: 10px;
}

	a[href^="http://bergfest2007.de"],
a[href^="http://www.bergfest2007.de"] {
	background: transparent;
	padding-right: 0px;
}

input {
    -moz-border-radius: 4px;
  	border: 1px solid #666666;
  	margin: 2px;
  	padding: 1px;
  	background-color: #f2f2f2;
  }
input:focus {
  	border: 2px solid #cc3300;
  	margin: 1px;
  	background-color: #ffffff;
  }

hr { 
	height:1px;
	border:5px;
	color:#50a350;
	background-color:#50a350;;
	}

h1 { 
	font-size:18px;
	color:#50a350;
	}

#global {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:767px;
	text-align:left;
	}
#inhalt {
	width:615px;
	float:right;
	background-image:url(../grfx/2007/bg.gif);
	background-repeat:repeat-y;
	}
#textbereich {
	background-image: url(../grfx/2007/bild_rechts_big.gif);
	background-position:right top;
	background-repeat: no-repeat;
	text-align:center;
	}
#textbereich-intern {
	width:575px;
	text-align:left;
	min-height:550px;
    height:auto !important;  /* für moderne Browser */
	height:550px;  /*für den IE */
	}
	
#navibereich { 
	width:152px;
	float:left;
	}

/* MENUE */

div.menu2{
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	left: 0px;
	text-align: right;
	/*font-family: "Times New Roman", Times, serif;*/
	font-weight: bold;
	width: 152px;
	color: #FFFFFF;
	background-repeat:no-repeat;
}

div.menu2 {
	/*border-bottom: 1px solid black;*/
	padding-top: 7px;
	font-size: 135%;
}

div.menu2 a {
  margin-top: 8px;
	padding-right: 7px;
	border-top: 1px solid #65645f;
	border-left: 1px solid #65645f;
	border-bottom: 1px solid #65645f;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
	display: block;
	/*border-right: 10px solid #dddddd;*/
	color: #FFFFFF;
	text-decoration: none;
	background-color:#50a350;
}

div.menu2  a:hover {
	/*padding-right: 2px;*/
	background-color: white;
	/*border-right: 15px solid #ffcc00;*/
	color:#50a350;
	border-bottom: 1px solid #65645f;
}


div.menu2  a.sub {
  margin-top:0px;
  border-top:none;
/*	padding-right: 12px;*/
	margin-left: 8px;
	font-size: 80%;
	/*border-right: 10px solid #eeeeee;*/
	color: #FFFFFF;
	text-decoration: none;
	background-color:#81d081;
}

div.menu2  a.sub:hover {
	/*padding-right: 2px;*/
	/*border-right: 15px solid #ffee22;*/
	color: #50a350;
	background-color:#FFFFFF;
}