.dynamic-tab-pane-control.tab-pane {
	position:	absolute;
	top:		98px;
	right:		26px;
	width:		615px;		/* width needed weird IE bug */
	height:		500px;
	margin:		0;
	margin-right:	-2px;	/* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {

	width:				70px;
	height:				16px;
	background-image:	url( "tab.gif" );
	
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	
	cursor:			Default;

	margin:			1px -1px 1px 2px;
	padding:		2px 0 0px 0;
	border:			0;

	z-index:		1;
	font-family: 	'Century Gothic', 'Comic Sans MS', 'Lucida Sans', sans, Arial, serif;
	font-size: 		12px;
	white-space:	nowrap;
	text-align:		center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				74px !important;
	height:				18px !important;
	background-image:	url( "tabactive.gif" ) !important;
	background-repeat:	no-repeat;

	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 0 0px 0;
	margin:			1px -3px -3px 0px;
	top:			-2px;
	font:				11px Tahoma;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font:				11px Tahoma;
	color:				Black;
	text-decoration:	none;
	cursor:				default;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px Tahoma;
	width:				70px;
	height:				16px;
	background-image:	url( "tabhover.gif" );
	background-repeat:	no-repeat;
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #888;
	border-bottom:	0;
	margin:			0;
	width: 			615px;
	height:			500px;		
	background:		rgb( 252, 252, 254 );
	z-index:		2;
	position:		relative;
	top:			-2px;

	font-family: 	'Century Gothic', 'Comic Sans MS', 'Lucida Sans', sans, Arial, serif;
	font-size:		12px;
	color:			Black;

	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
					progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	
	padding:		0px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}

/*@CHARSET "ISO-8859-1";*/

body {
	font-family: 'Century Gothic', 'Comic Sans MS', 'Lucida Sans', sans, Arial, serif;
	font-size: 12px;
	background-color: #000077;
}

h1 {
	font-family: 'Century Gothic', 'Comic Sans MS', Arial, sans, serif;
	font-size: 18px;
	padding-top: 15px;
	padding-left: 3%;
	padding-right: 4%;
	padding-bottom: 10px;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: right;
	border-bottom: 1px solid #000000;
}

h2 {
	font-family: 'Century Gothic', 'Comic Sans MS', Arial, sans, serif;
	font-size: 16px;
	font-style: italic;
	margin: 0px;
	padding-top: 10px;
}

h3 {
	font-family: 'Century Gothic', 'Comic Sans MS', Arial, sans, serif;
	font-size: 18px;
	padding-top: 15px;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 10px;
	margin: 0px;
}

h4 {
	font-family: 'Century Gothic', 'Comic Sans MS', Arial, sans, serif;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	margin: 0px;
}

p {
	padding-left:20px;
	padding-right:20px;
}

.linkTop {
	position:relative;
	padding-right:30px;
	vertical-align:top;
	text-align: right;
}

p.linkTop {
	padding-right: 46px;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: none;
	empty-cells: show;
	margin-left:3%;
	width: 94%;
}

img {
	border-style: none;
}

tr {}

td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

.mainDiv {
	background-color: #EEEEEE;
	position: absolute; 
	top: 20px;
	left: 50%;
	height: 720px;
	width: 808px;
	margin-left: -404px;
	border: 1px solid #6E6EAA;
}

.tmgDiv {
	position: absolute; 
	top: 630px;
	left: 20px;
	height: 60px;
	width: 765px;
	color: #000077;
	background-color: #999999;
}
.linkPanelDiv {
	position: absolute; 
	top: 20px;
	left: 20px;
	height: 70px;
	width: 764px;
	border: 1px solid #6B81ED;
	background-color: #E0E0E0; /*#D2D7F6;*/
}

.tmgLogoDiv {
	position: absolute; 
	top: 10px;
	left: 20px;
	width: 135px;
	height: 50px;
}

.exedissLogoDiv {
	position: absolute; 
	top: 15px;
	left: 50%;
	width: 200px;
	height: 43px;
	margin-left: -100px;
}

.tmgrightDiv {
	position: absolute; 
	top: 10px;
	right: 20px;
	width: 135px;
	height: 50px;
}

.topPanelDiv {
	position: absolute; 
	top: 96px;
	right: 30px;
	height: 16px;
	width: 200px;
	text-align: right;
	z-index: 4;
	font-family: 'Comic Sans MS', Arial, sans-serif;
}

.topPanelDiv a {
	text-decoration: none;	
	color: black;
}

.topPanelDiv a:hover {
	text-decoration: underline;	
	color: blue;
}

.menuDiv {
	position: absolute; 
	top: 115px;
	left: 20px;
	width: 135px;
	text-align: left;
}

.menu {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}

.menu li {
	font-family: Georgia, sans, serif;
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
	border: 2px solid #770000;
	width: 135px;
	height: 20px;
	background-color: #A00000;
	line-height: 20px; /* Hack fuer vert. Zentrierung */
	text-align: center;
	cursor: pointer;
	padding: 0;
/*	color: #CCCCCC;
	border: 2px solid #880000;
	background-color: #B00000;*/
}

.menu li:hover {
	text-decoration: underline;
	background: #000077;
}

.menu li.sel {
	text-decoration: underline;
}
.createdByDiv {
	color: #FFFFFF;
	background-color: #999999;
	position: absolute; 
	bottom: 250px;
	left: 20px;
	width: 135px;
	font-family: 'Comic Sans MS', sans, serif;
	font-size:13px;
	vertical-align: middle;
	text-align: center;
}

.sectionDiv {
	position: absolute; 
	top: 96px;
	right: 170px;
	width: 420px;
	height: 16px;
	font-size: 11px;
	font-family: 'Comic Sans MS', Arial, sans-serif;
}
/*
.tabsDiv {
	background-color: transparent;
	position: absolute; 
	top: 115px;
	right: 20px;
	width: 618px;
	height: 520px;
	padding-top: 1px;
	margin-right: 3px;
	overflow: auto;
}
*/
.textBox {
	position: relative; 
	left: 20px;
	width: 400px;
	border:1px solid black;
	text-align: left;
	padding: 5px 15px 5px 15px;
	margin-top: 5px;
}

table.subTitle {
	margin-top: 15px;
}


.teamImg {
	width: 100px;
	height: 120px;
}

.textImg {
	text-align: center;
}

/* OLD STUFF */
.mainTable {
	height: 100%;
	position: relative;
	top: 20px;
	left: 20px;
	height: 560px;
	width: 770px;
}

.mainCol1 {
	width: 25%;
}

.mainCol2 {
	width: 75%;
}
.kram {
	text-align: center;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.barca {
	float: left;
	width: 150px;
	text-align: left;
	vertical-align: text-top;
	margin: 0;/*-2px 0 0 0*/
	height: 100px;
}

.pakete {
	font-weight: bold;
	color: blue;
}

.style {
	height: 498px;
	width: 100%;
	overflow: auto;
	border-bottom: 1px solid #888;
}

.style ul {
	padding-right: 3%;
}

.schief {
	float: left;
	width: 90px;
	text-align: left;
	vertical-align: text-top;
	margin: 0;
	height: 150px;
}

.checking {
	background: #EEE;
	position: absolute;
	top: 110px;
	left: 50%;
	height: 610px;
	width: 808px;
	margin-left: -404px;
	z-index: 5;
}

.checktext {
	font-family: 'Century Gothic', 'Comic Sans MS', 'Lucida Sans', sans, Arial, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	color: blue
}