/* CSS Document */

/* Grundformatierungen des Bodys, Standardschrift, -links */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
	color: #000000;
}
body {
 	padding:0;
	margin:0;
	background:#c7c7c7 url(../img/tmg_bg.jpg) bottom repeat-x;
}
input {
	color:#000000 !important;
}
p.bodytext {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0px 30px 0px 0px;
	color: #182119;
	line-height:17px;
	max-width:370px;
}	
p.bodytext a{
	width:100px;
	text-decoration:none;
	font-weight:bold;
	color:#a36394;
}
p.bodytext a:hover{
	color:#a36394;
	text-decoration:none;
}
a, a:link {
	text-decoration:none;
	color:#a36394;
}
a:hover {
	text-decoration: underline;
	color:#a36394;
}
a:visited {
}
a:active {
}

a img {
	border:0px;
}
h1, h2, h3, h1 a, h2 a, h3 a {
	color:#a36394;
	margin:0 0px 20px 0px;
	font-weight:bold;	
}
div.text, div.textpic {
	padding:0px 0px 0px 0px;
}
hr.trennlinie {
    position:relative;
	height:1px;
	background:none;
	color:#a36394;
	border:none;
	border-bottom:1px dashed #a36394;
	left:-2px;
	margin:20px 0 20px 0;
}
legend, label {
	color:#000000;
}
table.contenttable a{
	background:none !important;
	padding:0px !important;
	color:#000000;
	font-weight:bold;
}
/* Grundformatierungen des Layouts */

div.clear {
	clear:both;
}

div#main {
	margin: 30px auto;
	width:981px;
	min-height:0px;
}
div.top {
	position:relative;
	background:url(../img/tmg_header.jpg) no-repeat bottom;
	width:981px;
	height:29px;
}

div.flash_top, div.static_top {
    height:44px;
    width:981px;
}
div.flash_top {
    background:url(../img/top_flash.jpg) no-repeat bottom;    
}
div.static_top {
    background:url(../img/top_static.jpg) no-repeat bottom;    
}
div#top_message {
    clear:left;
    position:relative;
    left:365px;
    top:22px;
    width:490px;
}
div#top_message div.text{
    padding:0 0 0 0;
    margin:0 0 0 0;
}
div#top_message p.bodytext{
    position:relative;
    top:-14px;
    color:#fff;
    font-size:12px;
   	padding:0px 0px 0px 0px !important;
   	margin:0 0 0 0 !important;
	line-height:none;
	max-width:670px;	
}
div#top_message p.bodytext a {
    color:#fff    
}
div#top_message hr.trennlinie{
    display:none;
}
div.middle {
	position:relative;
	background:url(../img/tmg_main_bg.jpg) repeat-y;
	width:981px;
	padding-left:20px;
}

div.inhalt {
	width:900px;
	min-height:400px;
	padding:0px 0px 30px 17px;
}
div.footer {
	position:relative;
	background:url(../img/tng_footer.jpg) no-repeat;
	width:981px;
	height:58px;
}