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

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
body{
	text-align: center; /*zentriert divMain in IE 5.5*/
	color:#333333;
	background-color:#fffaed;
	background-image:url(bg-body.jpg);
	background-repeat:repeat-x;

}
h1, h2, h3 {
	font-size: 14px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
.header1 {
	font-size: 14px;
	font-weight: bold;
}
.header2 {
	font-size: 14px;
	font-weight: bold;
}
.header3 {
	font-size: 14px;
	font-weight: bold;
}
#divMain {
	//position: absolute;
	//left: 40px;
	width: 1000px;
	margin: 0px auto; /*zentriert*/
	text-align: left; /*text-zentrierung aufheben siehe body*/
}
#divWelcome {
	float: left;
}
#divMainMenu {
	background-image: url(bg_mainmenu.jpg);
	/*background-repeat:no-repeat;*/
	height:16px;
	padding:4px 4px 4px 8px;
	color:#FFFFFF;
}
#divMainMenu a{
	text-decoration:none;
	color:#ffffff;
}
#divMainMenu a:hover{
	text-decoration:underline;
}
#divWelcome, #divHeadlines, #divFeatures {
	width:614px;
	padding: 8px;
	background-color:#FFFFFF;
	background-image:url(bg_contentdisplay.jpg);
	background-repeat:repeat-x;
	color:#333333;
	border:solid;
	border-width:thin;
	border-color:#dddddd;
}
#divGitarrinchenText {
	position: relative;
	top: 10px;
	width: 590px;
	float: left;
}
#divGitarrinchenPic {
	float:right;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #6666FF;
}
.LinkButton{
	padding:8px;
	background-image:url(metallicbutton.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:center;
}
.LinkButton a{
	color:#FFFFFF;
}
.LinkButton a:hover {
	text-decoration:underline;
}
.emptyRow {
	height: 16px;
	clear: both;
}
.borderHorz {
	height: 3px;
	background-image: url(strich.jpg);
	background-repeat: no-repeat;
}
.Clearer{
	clear:both;
}

