@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
	color:#333333;
	background-color:#ffffff;
}
body {
	text-align: center; /*zentriert divMain in IE 5.5*/
}
form{
	padding:0px;
	margin:0px;
}
.header1, .header2, .header3 {
	font-weight: bold;
	color: #333333;
}
.header1, h1 {
	font-size: 24px;
}
.header2, h2 {
	font-size: 20px;
}
.header3, h3 {
	font-size: 16px;
}
#divMain {
	//position: absolute;
	//left: 40px;
	width: 1000px;
	margin: 0px auto; /*zentriert*/
	text-align: left; /*text-zentrierung aufheben siehe body*/
	background-color: #ffffff;
}
#bannerLink{
	position:absolute;
	left:16px;
	top:190px;
	float:left;
}
#bannerMenu{
	width:340px;
}
#bannerContent{
	width:340px;
}
#divBanner{
	height:596px;
}
#bannerLeft{
	float:left;
}
#bannerRight{
	float:right;
	width:600px;
	height:596px;
	background-image:url(gitarre-lernen.jpg);
}
a {
	text-decoration: none;
	color:#333333;
	font-weight: bold;
}
a:hover {
	color: #BBBBBB;
}
.emptyRow {
	/*height: 16px;*/
	clear: both;
	padding-top:8px;
}
.borderHorz {
	height: 1px;
	background-color:#CCCCCC;
}
#divContentHead {
	height:20px;
	background-image:url(content-head.gif);
}
#divContentFoot {
	height:20px;
	background-image:url(content-foot.gif);
}
#divContentHeight {
	float:left;
	height:400px;
}
#divContent {
	float:left;
	color:#666666;

}
.DarkTextBg{
	color:#cccccc;
	background-color:#333333;
	background-image:url(bg-body.jpg);
	background-repeat:repeat-x;
}
.LightTextBg{
	color:#666666;
	background-color:#eeeeee;	
}
.DarkContent{
	color:#CCCCCC;
	color:#999999;
	background-color:#333333;
	background-image:url(bg-body.jpg);
	background-repeat:repeat-x;
}
.LightContent{
	color:#666666;
	background-color:#FFFFFF;
}
.LeftContent {
	float: left;
	width: 310px;
	padding:10px;
}
.CenterContent {
	float: left;
	width: 310px;
	padding:10px;
}
.RightContent {
	float: right;
	width: 310px;
	padding:10px;
}
.SpaceContent{
	float: left;
	width: 5px;
}
.AllWidthContent{
	width: 980px;
	padding:10px;
}
#divLanguage {
	float: right;
}
#divWelcome {
	float: left;
}
#divMainMenu {
	height:16px;
	padding:4px 4px 4px 8px;
}
#divMainMenu a{
	text-decoration:none;
	color:#333333;
}
#divMainMenu a:hover{
	color:#BBBBBB;
}
#divWelcome, #divHeadlines, #divFeatures {
	padding: 8px;
	background-color:#FFFFFF;
	color:#333333;
}
.SmallText {
	font-size: 11px;
	font-weight: normal;
}
.RightBox {
	float: right;
	width: 160px;
}
.RightFloat {
	float: right;
}
.LeftFloat {
	float: left;
}
.RightAlign {
	text-align: right;
}
.Clearer {
	clear: both;
}
.Spacer10 {
	width: 10px;
	float: left;
}
.SpaceCol {
	float:left;
	Width: 14px;
}
.ContentCol {
	float:left;
	Width: 320px;
}
.LineHorz {
	border-top:2px solid #ffffff;
}
.MenuItem {
	float:left;
}
#divBasketSmall {
	background-color:#146eb4;
	color:#FFFFFF;
	padding:8px;
	border:solid;
	border-width:1px;
	border-color:#ffffff;
}
#divBasketSmall a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
#divFooter {
	color:#999999;
	background-image:url(display-oben.jpg);
	background-repeat:repeat-x;
	padding:10px;
}
.Footer {
	font-size:11px;
}
.Footer a {
	color:#999999;
	text-decoration:underline;
}
.Footer a:hover {
	color:#cccccc;
	text-decoration:none;
}
.handCur{
	cursor:pointer;
}
#box1{
	width:320px;
}
.BoxM1{ /* für jede box definieren */
	width:288px;
}
.Box{

}
.BoxFrame{
	padding-left:2px;
	padding-right:2px;
	background-color:#CCCCCC;
}
.BoxContent{
	padding:14px;
	background-color:#FFFFFF;
}
.BoxTL{
	float:left;
	width:16px;
	height:16px;
	background-image:url(box-head-left.gif);
	background-repeat:no-repeat;
}
.BoxTM{
	float:left;
	height:16px;
	background-image:url(box-head-m.gif);
	background-repeat:repeat-x;
}
.BoxTR{
	float:right;
	width:16px;
	height:16px;
	background-image:url(box-head-right.gif);
	background-repeat:no-repeat;
}
.BoxBL{
	float:left;
	width:16px;
	height:16px;
	background-image:url(box-foot-left.gif);
	background-repeat:no-repeat;
}
.BoxBM{
	float:left;
	height:16px;
	background-image:url(box-foot-m.gif);
	background-repeat:repeat-x;
}
.BoxBR{
	float:right;
	width:16px;
	height:16px;
	background-image:url(box-foot-right.gif);
	background-repeat:no-repeat;
}
.RelContainer{
	position:relative;
}
.TextInput, .tfAddress{
	font-size:13px;
	background:#666666;
	color:#dddddd;
	border: 1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
}

