body {
	background-color: #777;
}

body * {
	font-family: "Trebuchet MS";
	font-size: 13px;
}

h3 {
	margin-top: 6px;
	margin-bottom: 3px;
}

a {
	color: #009;
}

a:visited {
	color: black;
}

a:hover, a:focus {
	color: #33f;
	text-decoration: none;
}

a:active {
	font-weight: bold;
}

p {
	margin-top: 0px;
}

table tr {
	vertical-align: top;
}

table tr.site_header h1 {
	font-size: 41px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0px;
}

table tr.site_header {
	background-color: #eb5;
}

table tr.site_header h2 {
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
}

table tr.site_header td.first {
	text-align: center;
	background-repeat: no-repeat;
}
table tr.site_header td.bahn {
	background-image:url(../img/bg-headline-left-2.jpg);
	color: #000;
}
table tr.site_header td.genialebilder {
	background-image:url(../img/bg-headline-left-1.jpg);
}

table tr.site_header td.second {
	text-align: center;
	background-image: url(../img/headline_sunrise.jpg);
	vertical-align: middle;
}


table tr.site_header td.second div.headlines {
	width: 100%;
	height: 120px;
	filter:Alpha(opacity=60, finishopacity=0, style=0);
	opacity:0.6;
	background-color: #fff;
	color: #004;
}

table tr.site_header td.second div.headlines h1 {
	font-size: 60px;
}

table tr.site_header td.second div.headlines h2 {
	font-size: 12px;
}

table td.site_navi {
	background-color: #333;
	color: #aaa;
}

table td.site_navi a {
	color: #ccf;
}

table td.site_navi a:visited {
	color: #aaa;
}

table td.site_navi a:hover, table td.site_navi a:focus {
	color: #ffc;
}

table tr td table tr.site_main_bar_top {
	height: 14px;
}

table tr td table tr td.site_main {
	background-color: #ccc;
}

table tr td table tr.site_main_bar_bottom {
	height: 14px;
}


/* GENERELLE STYLES */
input.button {
	border: 1px solid;
	border-color: #ffe #000 #000 #ffe;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	background-image: url(../img/button_sunny.gif);
	background-color: rgb(97,161,170);
	background-repeat: no-repeat;
	background-position: -1px 0px;
	color: rgb(30,78,84);
}

input.button:active {
	border: 1px solid;
	border-color: #000 #ffe #ffe #000;
	font-weight: bold;
	color: #003;
}

img.bigpic {
	border: 5px solid;
	border-color: #ddf #003 #003 #ddf;
}

table.gui_grid tr td div.gui_box div.box_content {
	margin: 0px;
}
table.gui_grid tr td div.gui_box div.box_heading h2 {
	margin-left: 2px;
}



/* QUICKLINKS */
div.overviewlinks a {
	display: block;
	border: 1px solid;
	border-color: #ccc #666 #666 #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	background-color: rgb(132,180,185);
	color: rgb(30,78,84);
	padding-left: 30px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	background-position: 5px center;
	text-decoration: none;
}
div.overviewlinks a:hover {
	border-color: #fff #000 #000 #fff;
	color: #003;
}
div.overviewlinks a:active {
	border-color: #000 #ffe #ffe #000;
	font-weight: bold;
	color: #003;
}
a.ql-shopcart {
	background-image:url(../img/shopcart.gif);
}
a.ql-sound {
	background-image:url(../img/sound-15.gif);
}
a.ql-comment {
	background-image:url(../img/eintrag.gif);
}

div.google_map {
	width: 780px;
	height: 300px;
}


/* SHOPCART BESTELLUNG */
table.shop_cart th {
	background-color: #eee;
}

table.shop_cart tr.cartrow td {
	vertical-align: top;
	background-color: #ccc;
	border-bottom: 2px solid #333;
}