/* CSS layout */

/******* Opacity ********
Firefox
	-moz-opacity: 0.5;
IE 
	filter: alpha(opacity=50);
*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes table-style */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

span { border: 0; }

/*///* ------------------ Beginn der CSS-Styles ----------------------------------------- */

/* -------- COLORS --------------- */
html {
	/*	background-image: url(../images/body_bg.jpg); */

}

body {
		background-image: url(../images/body_bg.jpg);

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.74em;
	color: #fff;
	padding: 0;
	margin: 1em;
}

/* ----------wrapper zentriert das layout-------------- */

#IEcontainer {
	width: 100%;
	height: 100%;
	text-align:center;
}

#wrapper {
	width: 900px;
	height: 720px;
	margin: 0px auto;
}

/* ----------END wrapper zentriert das layout-------------- */
/* generelle Links */
a {
	text-decoration: none;
}
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover   {	color: #ff9a00; }

/* ------------ start CONTENT Inhalt--------------------- */
#contentarea  {
	width: 100%;
	height: 675px;
	text-align: left;
	background-image: url(../images/bg_image.jpg);
}

#contentarea2  {
	width: 100%;
	height: 675px;
	text-align: left;
	background-image: url(../images/bg_image2t.jpg);
}

/**************** CONTENT ********/
#h_content {
/*	font-size: 1.2em;*/
	text-align: left;
	position: relative;
	top: 65px;
	left: 20px;
	width: 860px;
	height: 515px;
	text-align: left;
}

#h_content ul {
	margin: 0 0 0 0;
}
/********************* texte *****************/
#texte {
	width: 840px;
	height: 479px;
	margin-left: 10px;
	text-align: justify;
	overflow: auto;
}

/****************** TEXTE zweispaltig **************************/
#left {
  float: left;
  width: 430px;
}

#right {
	padding: 0;
	margin-left: 430px;
  min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
	text-align: right;
}

/******************* special: DIRECTORS NOTE **************/
/** Directors Note **/
#t_director {
	height:470px;
	margin-left:10px;
	overflow:auto;
	padding-right:10px;
	text-align:justify;
	width:840px;
}
#t_director p, #t_director p{
	padding: 0.2em;
}
#t_director span {
	margin: 0 0 1em 0;
	color: #FF9A00;
}
#t_director img {
	padding: 0;
	margin: 0.2em 0 0 1.4em;
	text-align: right;
	float: right;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: White;
}


/******************* end: DIRECTORS NOTE **************/


#h_content a {
	text-decoration: none;
	font-size: 1.2em;
}

#h_content a:link { color: #fff; }
#h_content a:visited { color: #fff; }
#h_content a:hover   {	color: #ff9a00; }


h2 {
	font-size: 1.4em;
	color: #fec133;
	text-align: right;
	margin-bottom: 15px;
	padding-right: 0.4em;
}

h3 {
	font-size: 1.0em;
	color: #fec133;
	text-align: left;
	padding: 0.6em 0 0.2em 0.2em;
}


/** CREDITS **/
#t_credits li {
/*	font-size: 0.9em;*/
	padding: 0 0.6em 0.0em 0.6em;
}

#t_credits li a {
	font-size: 0.8em;
}

#t_credits span {
	font-size: 1.0em;
	color: #ccc;
}

.tab1 span {
	margin-left: 72px;
	text-align: left;
}

.onecol ul {
	text-align: center;
	padding: 2.2em;
}
/*****/

#t_links h3, #t_contact h3 {
	font-size: 1.2em;
	text-align: justify;
	padding: 0.4em 0 0 0;
}

#t_links ul, #t_contact ul {
	margin: 10px 20px 20px 20px; /*font-size: 1.4em;*/
	color: #ccc;
	text-align: left;
	padding: 0 0 0.4em 0.8em;
}

/** OVERFLOW Texte **/
#t_news, #t_links, #t_credits, #t_contact {
	height: 310px;
	width: 852px;
	overflow: auto;
}

/** NEWS **/
#t_news h3 {
	font-size: 1.0em;
	text-align: justify;
	padding: 0.4em 0 0 0;
}

#t_news ul {
	margin: 10px 20px 20px 20px;
	font-size: 0.9em;
	color: #ccc;
	text-align: left;
	padding: 0 0 0em 0.4em;
}

#t_news li.gestyled {
	list-style: circle inside;
}

/** LINKS **/

#t_links h3 {
	font-size: 1.2em;
	text-align: justify;
	padding: 0.4em 0 0 0;
}

#t_links ul {
	margin: 10px 20px 20px 20px; /*font-size: 1.4em;*/
	color: #ccc;
	text-align: left;
	padding: 0 0 0.2em 0.8em;
}

#t_links li span {
	margin: 10px;
	font-size: 0.8em;
}

#t_links li {
	margin-bottom: 4px;
}
#t_links a {
	text-decoration: none;
	font-size: 1.2em;
}

#t_links a:link { color: #ff9a00; }
#t_links a:visited { color: #ff9a00; }
#t_links a:hover   {	color: #fff; }

#t_links span a {
	font-size: 1.0em;
}

#t_links span {
	color: #ff9a00;
}

/** CONTACT **/

#t_contact {
	list-style: none outside;
}

#t_contact a,#t_news a {
	text-decoration: none;
	font-size: 1.2em;
}

#t_contact a:link, #t_news a:link { color: #ff9a00; }
#t_contact a:visited, #t_news a:visited { color: #ff9a00; }
#t_contact a:hover, #t_news a:hover  {	color: #fff; }




h4 {
	text-align: right;
	font-weight: normal;
	font-size: 1.0em;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	padding: 0;
	margin: 0.8em 0 0 0;
}

/******* -------------- MainMenu navivertical ------------------ ********/

#navihorizontal ul, #navihorlanguage ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navihorizontal {
	width: 900px; /* war: width: 880px; */
	color: #ff9a00;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, sans-serif; /*font-weight: bold;*/
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 0px; /* war: margin-left: 20px; */
	/* text-align: left; */
}

#navihorizontal li {
	display: inline;
	margin: 0 1.2em 0 0;
	padding: 0;
}
#navihorlanguage {
	color: #9999ff;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Verdana, sans-serif; /*font-weight: bold;*/
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	width: 80px;
	text-align: right;
	margin-top: 15px;
	padding-right: 10px;
}
#navihorlanguage li {
	/*display: inline;*/
	margin: 0 0.2em 0 0;
	padding: 0;
}
#navi-language a {
	margin: 0 0.2em 0 0.2em;
}
#navi-contact a {
	margin: 0 0 0 6.4em;
}

#navi-beetz {
   text-transform: uppercase;
}

#navihorizontal li a {
	text-decoration: none;
}

#navihorizontal a:link  {
	color: #ff9a00;
}
#navihorizontal a:visited {
	color: #ff9a00;
}
#navihorizontal a:hover {color: #fff;}

#navi-language a:link {
	color: #3c3cc2;
}
#navi-language a:hover {color: #FF9A00;}

li.email a:link { color: #AC4025; }
li.email a:visited { color: #9999ff; }
li.email a:hover   {	color: #AC4025; }
.email a {
	text-decoration: none;
}


/* sorgt dafuer, dass Fusszeile immer am Ende steht, egal wie hoch die Spalten sind */
.brClear {
	clear: both;
	height: 0;
	margin: 0;
}

/* ------------ SiteInfo footer --------------- */
#siteInfo {
	height: 22px;
	text-align: center;
	padding: 0px;
	margin: 0px;
/*	border-top: 1px solid #AC4025;*/
}

#siteInfo p {
	font-size: 75%;
	color: #000;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
}

/*** Hor Menue ***/

#hormenu {
	padding-top: 0px;
	text-align: right;
}

#hormenu li {
	color: #676767;
	padding: 20px 0 0 20px;
	display: inline;
	font-size: 1em;
	text-align: right;
}

#hormenu li a {
	font-size: 12px;
	text-decoration: none;
}

#hormenu li a:link { color: #676767; }
#hormenu li a:visited { color: #676767; }
#hormenu li a:hover   {	color: #000; }


/************* TRANSPARENZ ****************/
#h_transp {
	position: relative;
	top: 52px;
	left: 20px;
	width: 860px;
	height: 515px;
	background-color: #030303;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	-khtml-opacity:0.6;
	opacity:0.6;
}


/**** specials ***/

#dok_img {
	position: relative;
	width: 300px;
	height: 80px;
	top: -10px;
	left: 25px;
	background-image: url(../images/logo_dok_h.png);
}

.vertrieb {
	position: relative;
	top: 400px;
	left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
}
