* { margin:0; padding:0;}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
	color: #120745;
	line-height: 1em;
}

body.purple {
	background-repeat: repeat-x;
	background-image: url(../img/bg_body_purple.gif);
}

body.brown {
	background-repeat: repeat-x;
	background-image: url(../img/bg_body_brown.gif);
}

/*allgemeine Tags*/



p {
	margin:0 0 15px 0;
	font-size: 0.9em;
	line-height: 1.4em;
}

p img {
	margin:5px 10px 10px 0px;
	float: left;
}

h1 {
	font-size:1.2em;
	margin:0 0 20px 0;
	line-height: 1.2em;
}


h2 {
	font-size:1em;
	margin:0 0 20px 0;
	line-height: 1.2em;
}

h2 a {
	color:#C67F96;
	text-decoration:underline;
	margin:0
}

h3 {
	font-size:0.9em;
	margin:0 0 15px 0
}

img.bord {
	float: left;
	border-width: 1px;
	border-color: #000066;
}

img.nobord {
	border: none;
	float: left;
}

div.w3c  {
	border: none;
	bottom: 35px; /*2em;*/
	left: 680px; /*61em;*/
	position: relative;
  width: 88px;
  height: 31px;
}


img.w3c {
	border: none;
	/*bottom: 25px; 
	left: 680px; 
	position: relative;
  z-index:5;*/
}

img.extern {
	border: none;
	padding-right:3px;
}

img.nobord a {
	border: none;
	float: left;
}

img.pdfsymbol {
	border: none;
	float: left;
	padding: 0 10px 0 0;
}

a {
	text-decoration:none;
}

a:link, a:visited {
	color: #120745;
	background-color: transparent;
}

a.extern {
	color:#C67F96;
	text-decoration: none;
	display:inline-block;
	padding-left:20px;
	background: url(../img/linkicon_purple.gif) center left no-repeat;
}

a.theme 
{
	font-size:14px;
	color:#ffffff;
	text-decoration: none;
	background-color: transparent;
	}

a:hover, a:active {
	text-decoration: underline;
}

a.intern {
    color:#C67F96;
	text-decoration:none;
}

a.intern:hover {
	text-decoration:underline;
}

ul{
	margin:0 0 20px 30px;
	padding:0px;
	font-size: 0.9em;
}

ul li {
	list-style-type: square;
	padding-top:10px;
}

ul li a {
	color:#993366;
	text-decoration: underline;
	display:inline;
	padding-left:20px;
	background: url(../img/linkicon_purple.gif) center left no-repeat;
}

ul li a:hover{ text-decoration:underline}


/*allgemeine Tags Ende*/


/*Floatclearer*/
.clearer {
	clear:both;
	height: 1%;
	font-size: 1px;
}
/*Floatclearer Ende*/


/*Seitenaufbau*/
#site_center {text-align:center;}

#main {
	margin:0 auto;
	width:900px;
	text-align:left;
}

#end {
	background-image: url(../img/end.gif);
	height: 4px;
	background-repeat: no-repeat;
}

.main_bg1 {
	background:url(../img/left_rep.gif) repeat-y left;
}

.main_bg2 {
	background:url(../img/right_rep.gif) repeat-y right;
}

.main_bg3_purple {
	background:url(../img/bg_left_purple.gif) no-repeat left top;
}

.main_bg3_brown {
	background:url(../img/bg_left_brown.gif) no-repeat left top;
}

.main_bg4_purple {
	background:url(../img/bg_right_purple.gif) no-repeat right top;
	padding:0 50px 0 50px;
}

.main_bg4_brown {
	background:url(../img/bg_right_brown.gif) no-repeat right top;
	padding:0 50px 0 50px;
}

.main_bg5 {
	background:#fff;
	width:800px
}
/*Seitenaufbau Ende*/


/*Kopfbereich*/
#logoarea {
	height: 90px;
	width: 800px;
	overflow: hidden;
}

#header {
	float: left;
	width: 380px;
	height: 90px;
}

#header h1{
	background:url(../img/logo_th_data.gif) no-repeat 0px 0px;
	background-repeat: no-repeat;
	height: 90px;
	padding-left: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-top: 42px;
	font-weight: normal;
}

#language  {
	float: left;
	width:170px;
}
#language  span{
	font-size: 12px;
	line-height: normal;
	float: right;
	padding-top: 10px;
}
#language  span  a {
	text-decoration: none;
	color: #120745;
}
#language  span  a:hover {
	color: #0000CC;
	text-decoration: underline;
}

#search {
	float: left;
	width: 220px;
	padding-left: 20px;
	padding-top: 7px;
	font-size: 12px;
}

input.button {
  font-size:12px;
  color: #120745;
  padding-left:5px;
  padding-right:5px;
  background-color: #EAEAEA;
  border:0;
}

input.button:hover {
	background-color: #CCCCCC;
}
/*Kopfbereich Ende*/



/*Navigationsleiste*/
#menu 
{
	margin: 0;
	padding: 0;
	background-image: url(../img/menu.gif);
	height: 50px;
	background-repeat: no-repeat;
}

#navlist 
{
	margin: 0;
	padding: 17px 0 0 23px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.8em;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a
{
	background-image: url(../img/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0 23px 0 15px;
}

#navlist a:link, #navlist a:visited
{
	color: #120745;
	text-decoration: none;
}

#navlist a:hover
{
	background-image: url(../img/bullet_purple.gif);
	color: #993366;
	background-repeat: no-repeat;
}

#active a:link, #active a:visited, #active a:hover
{
	background-image: url(../img/bullet_purple.gif);
	color: #993366;
	background-repeat: no-repeat;
}
/*Navigationsleiste Ende*/


/*Farbstreifen zentral*/
#colorcode_purple {
	background-color: #C67F96;
	height: 16px;
}

#colorcode_brown {
	background-color: #9d8972;
	height: 16px;
}
/*Farbstreifen zentral Ende*/


/*Bildbereich Mitte*/
#imagestagehome {
	background-image: url(../img/media/image_home_01.jpg);
	background-repeat: no-repeat;
	height: 236px;
	overflow: hidden;
}
#imagestagehome h1 {
	font-size: 22px;
	font-weight: normal;
	width: 450px;
	height: 100px;
	padding: 20px;
	margin: 0;
	color: #FFFFFF;
	line-height: 26px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	position: absolute;
	float: none;
}

#imagestagehome h2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #C67F96;
	width: 362px;
	padding: 17px 0 0 15px;
	margin: 186px 0 0 20px;
	display: block;
	float: none;
	background-image: url(../img/head_back_01.gif);
	position: absolute;
	height: 33px;
}

#imagestagehome_brown {
	background-image: url(../img/media/image_home_01.jpg);
	background-repeat: no-repeat;
	height: 236px;
	overflow: hidden;
}

#imagestagehome_brown h1 {
	font-size: 17px;
	font-weight: normal;
	width: 450px;
	height: 100px;
	padding: 20px;
	margin: 0;
	color: #FFFFFF;
	line-height: 26px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	position: absolute;
	float: none;
}

#theme {
	font-size: 17px;
	font-weight: normal;
	width: 450px;
	height: 100px;
	padding: 20px;
	margin: 0;
	color: #FFFFFF;
	line-height: 26px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	position: absolute;
	float: none;
}



#imagestagehome_brown h2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #C67F96;
	width: 362px;
	padding: 17px 0 0 15px;
	margin: 186px 0 0 20px;
	display: block;
	float: none;
	background-image: url(../img/head_back_01_br.jpg);
	position: absolute;
	height: 33px;
}



#imagestagesmall {
	background-image: url(../img/image_home_02.jpg);
	background-repeat: no-repeat;
	height: 115px;
	overflow: hidden;
}

#imagestagesmall h1 {
	font-size: 22px;
	font-weight: normal;
	width: 450px;
	height: 100px;
	padding: 20px;
	margin: 0;
	color: #FFFFFF;
	line-height: 26px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	position: absolute;
	float: none;
}

#imagestagesmall h2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #C67F96;
	width: 298px;
	padding: 17px 0 0 15px;
	margin: 65px 0 0 20px;
	display: block;
	float: left;
	background-image: url(../img/head_back_01.gif);
	position: absolute;
	height: 33px;
}

#imagestage_brown {
	background-image: url(../img/image_home_02.jpg);
	background-repeat: no-repeat;
	height: 115px;
	overflow: hidden;
}

#imagestage_brown h2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #9d8972;
	width: 298px;
	padding: 17px 0 0 15px;
	margin: 65px 0 0 20px;
	display: block;
	float: left;
/*	background-image: url(../img/head_back_01.gif);*/
	position: absolute;
	height: 33px;
}
/*Bildbereich Mitte Ende*/

/*linke Spalte*/
#container_left {
	width: 347px;
	background-color: #EAEAEA;
	margin-left: 20px;
	padding: 15px;
	float: left;
	display: inline;
}

#container_left.small {
	width: 283px;
}
/*linke Spalte*/


/*allgemeiner Eintrag*/
.thread {
	clear: both;
	margin: 0 0 5px 0;
}
/*
.thread  a:link, a:visited {
	text-decoration: none;
}
*/
.thread a:hover {
	color: #0000CC;
	text-decoration: underline;
}

.threaddate   {
	font-size: 0.7em;
	margin: 0 0 3px 110px;
}

.threadhead {
	margin: 0 0 0 110px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
}

.threadteaser {
	margin: 0 0 5px 110px;
	font-size: 0.75em;
}

.threadlongtext {
	margin: 0 0 5px 0;
	font-size: 0.75em;
	line-height: 1.3em;
}
/*allgemeiner Eintrag Ende*/



/*rechte Spalte*/
#container_right {
	margin: 20px 0 0 0;
	float: right;
	padding: 0;
	width: 380px;
}
#container_right.wide {
	margin: 20px 0 0 0;
	float: right;
	padding: 0;
	width: 445px;
}

.contentright_home {
	float: left;
	padding: 15px;
}

.headright {
	font-size: 14px;
	font-weight: bold;
	background-color: #EAEAEA;
	padding: 15px;
	background-image: url(../img/menu.gif);
}
/*rechte Spalte Ende*/


/*Navigation Prokukte*/

.contentright_produkte {
	float: left;
	margin: 10px 0 20px 0;
	width: 445px;
}

.produktteaser {
	margin: 0 0 0 188px;
	font-size: 0.75em;
	padding: 10px 20px 10px 0;
}

.prodnavi {
	padding: 0 0 0 20px;
	width: 425px;
	float: left;
}

.prodnavi  a {
	color: #120745;
	text-decoration: none;
}

.prodnavi a:hover {
	color: #0000CC;
	text-decoration: underline;
}

.prodnavigray {
	background-image: url(../img/back_gray.gif);
	padding: 0 0 0 20px;
	float: left;
	width: 425px;
}

.prodnavigray  a {
	color: #120745;
	text-decoration: none;
}

.prodnavigray a:hover {
	color: #0000CC;
	text-decoration: underline;
}
/*Navigation Prokukte Ende*/



#footer {
	height: 15px;
	padding: 20px;
	background-image: url(../img/menu.gif);
	background-repeat: repeat-x;
}

#footer p {
	font-size: 11px;
}

#footer a:link, #footer a:visited
{
	color: #120745;
	text-decoration: none;
}
#footer  a:hover {
	color: #0000CC;
	text-decoration: underline;
}


