﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

/* remember to define focus styles! */
:focus {
	outline:0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* --- ENDE RESET ---------------------------------------------------------------------- */
/* --- LAYOUT -------------------------------------------------------------------------- */

body {
	text-align:center;
	font-family:Helvetica, Arial;
	font-size:12px;
}

#wrap {
	margin:0 auto;
	margin-top:20px;
	text-align:left;
	width:962px;
	background-image:url(../img/bgcenterred.jpg);
	background-repeat:repeat-y;
	}

#head {
	position:relative;
	height:160px;
	width:962px;
	}

#top {
	position:absolute;
	top:0px;
	left:0px;
	height:19px;
	width:962px;
	background-image:url(../img/bgtop.jpg);
	
	}

#head h1 {
	position:absolute;
	left:45px;
	top:27px;
	width:103px;
	height:110px;
	background-image:url(../img/ttg_logo.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
	}

#flash {
	position:absolute;
	top:7px;
	right:58px;
	width:479px;
	height:129px;
	}

#head h2 {
	position:absolute;
	top:80px;
	right:58px;
	width:400px;
	height:38px;
	overflow:hidden;
	}

#flashcorner {
	position:absolute;
	top:7px;
	right:58px;
	width:479px;
	height:129px;
	background-image:url(../img/flashcorner.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	}

#menu {
	position:absolute;
	bottom:6px;
	left:185px;
	font-size:11px;
	}

#menu li {
	display:inline;
	border-left: 1px solid #b8b8b9;
	padding:0px 3px 0px 6px;
	}

#menuhide {
	position:absolute;
	width:180px;
	height:20px;
	bottom:0px;
	left:10px;
	background-color:#ffffff;
	}

#center {
	position:relative;
	width:897px;
	height:170px;
	margin:0px 58px 0px 7px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	}

#description {
	position:absolute;
	left:0px;
	top:0px;
	height:170px;
	width:177px;
	background-color:#b50035;
	}

#language {
	position:absolute;
	bottom:5px;
	left:8px;
	}

#language img {
	margin:0px 5px;
	}

#special {
	position:absolute;
	top:0px;
	right:0px;
	height:170px;
	width:720px;
	/*background-image:url(../img/platz.gif);*/
	}

#contentwrap {
	position:relative;
	width:897px;
	margin:0px 58px 0px 7px;
	background-image:url(../img/bgmenu.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	}

#newsmenu {
	position:relative;
	width:178px;
	padding: 20px 20px 10px 20px;
	float:left;
	}

#content {
	position:relative;
	width:639px;
	float:right;
	padding:20px;
	}

#content .left {
	width:32%;
	float:left;
	}

#content .col33 {
	width:32%;
	float:left;
	margin:0px 0px 0px 12px;
	}

#content .col100 {
	width:98%;
	float:left;
	margin:0px 0px 0px 12px;
	line-height:14px;
	}
	
#content .col100 td {
	padding:3px;
	}

#content .left img {
	margin-bottom:20px;
	}

#newsmenu h1 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	}

#newsmenu h2 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;	
	}	

#foot {
	position:relative;
	height:42px;
	width:962px;
	}

#bottom {
	position:absolute;
	bottom:0px;
	left:0px;
	height:42px;
	width:962px;
	background-image:url(../img/bgbottom.jpg);
	}

#servicemenu {
	position:absolute;
	bottom:4px;
	right:10px;
	height:20px;
	width:942px;
	font-size:11px;
	text-align:right;
	text-transform:uppercase;
	}

#servicemenu li {
	display:inline;
	border-right: 1px solid #b8b8b9;
	padding:0px 6px 0px 3px;
	}

#servicemenuhide {
	position:absolute;
	background:#ffffff;
	width:8px;
	height:15px;
	bottom:11px;
	right:10px;
	}

.clear {
	clear:both;
	}

/* --- ENDE LAYOUT --------------------------------------------------------------------- */
/* --- TEXTFORMAT ---------------------------------------------------------------------- */

a, a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	}

#head h2 {
	font-size:18px;
	font-weight:normal;
	}

#content ul, #content p {
	margin-bottom:15px;
	}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom:10px;
	}

#content .col33 ul {
	margin-left:15px;
	}

#content .col33 li {
	list-style:disc outside;
	margin-bottom:5px;
	}



h3.product {
	font-size:32px;
	font-weight:bolder;
	margin-bottom:30px;
	}

h3.product span {
	font-weight:normal;
	}

h3.product span.reg {
	vertical-align:top;
	font-size:24px;
	}

/* --- ENDE TEXTFORMAT ----------------------------------------------------------------- */
/* --- LINKS --------------------------------------------------------------------------- */

#menu a, #menu a:link, #menu a:active, #menu a:visited {
	padding:0px 2px;
	text-transform:uppercase;
	font-weight:bold;
	}

#menu a:hover {
	color:#000000;
	font-weight:bold;
	}

#menu a:focus {
	/*color:#ffffff;
	background-color:#b50035;*/
	}

#servicemenu a, #servicemenu a:link, #servicemenu a:active, #servicemenu a:visited {
	color:#b8b8b9;
	padding:0px 2px;
	text-transform:uppercase;
	}

#servicemenu a:hover {
	color:#000000;
	}

#servicemenu a:focus {
	color:#ffffff;
	background-color:#b50035;
	}

a.menue_2,a.menue_2:active,a.menue_2:visited,a.menue_2:link {
	font-size: 15px;
	color: #B8B8B9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 23px;
}
a.menue_2:hover   		{
	font-size: 15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 23px;
}

a.menue_2a,a.menue_2a:active,a.menue_2a:visited,a.menue_2a:link ,a.menue_2a:hover  {
	font-size: 15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 23px;
}

a.menue_3,a.menue_3:active,a.menue_3:visited,a.menue_3:link {
	font-size: 12px;
	color: #B8B8B9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
	padding-left:10px;
}
a.menue_3:hover   		{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	padding-left:10px;
}

a.menue_3a,a.menue_3a:active,a.menue_3a:visited,a.menue_3a:link ,a.menue_3a:hover  {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	padding-left:10px;
}

/*color:#b8b8b9;*/

a.menue_1a,a.menue_1a:active,a.menue_1a:visited,a.menue_1a:link ,a.menue_1a:hover  {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}

a.menue_1,a.menue_1:active,a.menue_1:visited,a.menue_1:link  {
	font-weight: bold;
	text-decoration: none;
	color:#b8b8b9;
}

input, textarea, select  {
	font-size:10px;
	border: 1px solid #666666;
	margin:2px;
}