
/*@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: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	margin: 0px;
}

h5 {
	font-family: 'Century Gothic', 'Comic Sans MS', Arial, sans, serif;
	font-size: 15px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	text-align: center;
	color: #070798;
}

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;
	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;
/*	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;
	height: 35px;
	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;
}

.contentDiv {
	background-color: #FFFFFF;
	position: absolute; 
	top: 115px;
	right: 20px;
	/*left: 236px;*/
	width: 615px;
	height: 500px;
	border-top: 1px solid #FFFFFF;
	border: 1px solid #888888;
	/*padding-left: 15px;
	padding-right: 15px;*/
	margin-right: 3px;
	overflow: auto;
}

.textBox {
	position: relative; 
	left: 40px;
	width: 400px;
	border:1px solid black;
	text-align: left;
	padding: 5px 15px 5px 15px;
	/*margin-top: 38px;*/
}

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;
}
.index {
	font-family: Arial, sans-serif;
	float: right;
	width: 200px;
	text-align: right;
	vertical-align: text-top;
	margin: 0px 3px 3px 15px;
}
.ronaldo {
	font-family: Arial, sans-serif;
	float: left;
	width: 200px;
	text-align: left;
	vertical-align: text-top;
	margin: -8px 3px 3px 6px;
}

.date {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.news {
	border-collapse: separate;
	border-spacing: 6px;
}

#video {
	margin-left: 207px;
}

/*Kontaktformular*/

#kontakt {
	border: 1px solid black;
	font-family: Georgia, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
}

#kontakt tr td {
	border-spacing: 2px;
	padding: 4px;
	padding-left: 9px;
	border: 1px solid black;
	margin-left: 5px;
	vertical-align: middle;
}

#kontakt tr td.send {
	line-height: 10px;
	text-align: center;
}

#security_code {
	margin-right: 50px;
}

/*404 Seite*/

#fehler {
	background: url( 'TMG.gif' ) no-repeat center 90px #EEE;
	font-family: 'Century Gothic', 'Comic Sans MS', 'Lucida Sans', sans, Arial, serif;
	font-size: 16px;
	text-align: center;
}

#fehler a {
	text-decoration: none;
	border: none;
}

#fehler img {
	margin-top: 10px;
}

.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
}
