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

/* 
SEITENBREITE 
MENU:						250px
BOX + MARGIN:				671px
BOX_SMALL + MARGIN			441px
BOX_KONTAKT	+ MARGIN		241px
END:						250px
*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	margin:0px;
	padding:0px;
	width: 7232px;
	height: 500px;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
h1 {
	display: inline;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
h2 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #c81919;
	padding-top: 15px;
	padding-bottom: 10px;
}
h3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #595959;
	padding-bottom: 15px;
}
.red {
	color: #c81919;
}
.alignright {
	width: 100%;
	text-align: right;
}
#page {
	height: 500px;
}
#leftsider {
	width: 250px;
	margin-left: 0px;
	background-color: #FFFFFF;
	float: left;
}
#header {
	width: 200px;
	height: 111px;
	background-image: url(../img/JG.jpg);
	background-repeat: repeat-x;
	margin-left: 50px;
}

/* MENU ITEMS */

#menu {
	width: 250px;
}
#menu ul {
	list-style-type: none;
	padding-left: 83px;
	padding-top: 20px;
	color: #c81919;
}
#menu ul li{
	color: #c81919;
}
#menu ul li a{
	color: #c81919;
	text-decoration: none;
}
#menu ul li a:hover{
	color: #e01b1b;
	text-decoration: none;
}
#menu ul li ul{
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #595959;
}
#menu ul li ul li {
	background-image: url(../img/menu_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 5px;
	padding-bottom: 2px;
}
#menu ul li ul li a{
	color: #595959;
	text-decoration: none;
	padding-bottom: 2px;
}
#menu ul li ul li a:hover{
	color: #999999;
}

/* CONENT ITEMS */

#content {}

.box_header {
	float: left;
	width: 100%;
	height: 30px;
	background-image: url(../img/boxheader_bg.gif);
	background-repeat: repeat-x;
}
.arrow_left{
	float: left;
	width: 10px;
	margin-left: 15px;
	display: inline;
}
.arrow_right {
	float: right;
	width: 10px;
	margin-right: 15px;
	display: inline;
}
.box {
	float: left;
	width: 661px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 81px;
}
.box_small {
	float: left;
	width: 431px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 81px;
}
.box_kontakt {
	float: left;
	width: 231px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 81px;
}
.box_small_content {
	float: right;
	width: 176px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 15px;
	display: inline;
}
.box_small_content a{
	color: #c81919;
}
.box_small_content a:hover{
	color: #941212;
}
.box a {
	color: #c81919;
}
.box a:hover {
	color: #941212;
}
.box_leftside {
	float: left;
	width: 210px;
	margin-left: 15px;
	display: inline;
}
.box_leftside_bio {
	float: left;
	width: 300px;
	margin-left: 15px;
	display: inline;
}
.box_small_leftside {
	float: left;
	width: 210px;
	margin-left: 15px;
	display: inline;
}
.box_small_leftside a{
	color: #c81919;
}
.box_small_leftside a:hover{
	color: #941212;
}
.box_image {
	margin-top: 15px;
	float: left;
	padding: 4px;
	border: 1px solid #f0f0f0;
}
.player {
	margin-top: 15px;
	float: left;
	padding: 4px;
	border: 1px solid #f0f0f0;
	width: 300px;
	height: 221px;
	overflow: hidden;
}
.box_preview {
	float: left;
	margin-left: 5px;
	margin-top: 7px;
	margin-bottom: 10px;
	width: 300px;
	display: inline;
}
.box_preview img{
	padding-right: 2px;
}
.box_info {
	float: left;
	margin-left: 5px;
	width: 300px;
	display: inline;
}
.back {
	float: left;
	margin-left: 5px;
	padding-left: 10px;
	margin-top: 20px;
	padding-top: 10px;
	width: 100%;
	background-image: url(../img/back2menu.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	display: inline;
}
.back_right {
	float: left;
	padding-left: 10px;
	margin-top: 20px;
	padding-top: 10px;
	width: 100%;
	background-image: url(../img/back2menu.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	display: inline;
}
.back a {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.back a:hover {
	color: #999999;
	text-decoration: underline;
}
.back_right a {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.back_right a:hover {
	color: #999999;
	text-decoration: underline;
}
.more {
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	width: 100%;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	display: inline;
}
.more a {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.more a:hover {
	color: #999999;
	text-decoration: underline;
}
.box_rightside {
	float: right;
	width: 306px;
	margin-right: 15px;
	display: inline;
}
.box_rightside_bio {
	float: right;
	width: 306px;
	margin-right: 15px;
	margin-top: 42px;
	display: inline;
}
.bio_image {
	float: left;
	padding: 4px;
	border: 1px solid #f0f0f0;
	margin-right: 15px;
}
.tooltip{ position: absolute; top: 0; left: 0; z-index: 3; display: none; }


