@import url("../../styles/gitarren_css.css");
html, body {
	color: #0;
	background-color: #fff;
	background-image: url(../img/bg/hintergrund.gif);
	background-repeat: repeat-x;
	font: 14px  "Trebuchet MS", "Myriad Web", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 140%;
	height: 100%;
	padding: 0;
	margin: 0;
	min-width: 1050px;
}
ul, ol {
   padding-left: 16px;
	}


h1  {
	color: #AA011E;
	border-bottom: dotted;
	border-bottom-color:#AA011E;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	font-size: 1.8em;
	line-height: 1em;
}
h2 {
	font: 13px  "Trebuchet MS", "Myriad Web", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #AA011E;
	font-weight: bold;
}

a{
	font-size: 14px;
	color: #AA011E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.text{
	font-size: 11px;
	font-weight: normal;
	color: #475F7E;
	text-decoration: underline;
}
a.text:hover {
	color: #475F7E;
	text-decoration: none;
}

#mainmenu ul {
	list-style-type: none;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

#mainmenu ul li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #B51D43;
}

#mainmenu ul li a {
	color: #B51D43;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	position: relative;
}

#mainmenu ul li a:hover {
	background: #B51D43;
	color: #fff;
	}
#mainmenu ul a:active,
#mainmenu ul a:focus {
   text-decoration: none;
}
#mainmenu ul a.aktiv {
   background-color: #9B031D;
	font-weight: bold;
}

#mainmenu ul li a.hl {
	background: #CCD1CB;
}

#content hr {
   border: dotted #A5A5A5;
   border-width: 1px 0 0;
   color: inherit;
   background-color: transparent;
   margin: 1.5em 0 1.3em;
   clear: both;
   height: 0;
   overflow: hidden;
}
/* Dummer IE wieder:\*/
* html #content hr {
   margin: -.15em 0 .75em;
}
/* */

.bildrechts {
   float: right;
   clear: left;
   margin: 0px 15px 0px 0px;
   padding: 1px;
	border: solid 1px #CDD8EA;
}
#stringendo2 {
	background-color: #B19560;
	margin-left:20px;
	margin-bottom:20px;
	padding: 10px;
	background-position: right top;
	float: right;
	/* [disabled]position: relative; */
	width: 210px;
	/* [disabled]clear: both; */
	/* [disabled]left: 1000px; */
	visibility:visible;
}
#stringendo {
	background-color: #B19560;
	margin-left:20px;
	margin-bottom:20px;
	padding: 10px;
	background-position: right top;
	float: right;
	/* [disabled]position: relative; */
	width: 210px;
	/* [disabled]clear: both; */
	/* [disabled]left: 1000px; */
	visibility:hidden;
}
.textrot {
	color: #B51D43;
}

