@charset "UTF-8";

img {
	border: none;
}
html {
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: auto;
}
/*
@font-face {
  font-family: EurostileLTStd;
  src: url(../fonts/Eurostile/EurostileLTStd.otf);
}
*/
body {
	background: url(../images/tg_background.jpg) repeat #000;
	color: #777;
	margin: 0px;
	padding: 0px;
	font-size: 100.1%;
	font: 83%/1.4 arial, helvetica, sans-serif, verdana;
	height: 100%;
}
a {
	color: #777;
}
a:focus {
	-moz-outline: none; /* Mozilla */
	outline: none; /* CSS 3 */
}
.twoColElsLtHdr #container {
	width: 910px;
	background:url(../images/tg_background.jpg) top center repeat-x #fff;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #777;
}
.twoColElsLtHdr #containerheader {
	height:300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dashed #777;
	clear: both;
}
/* Kopfzeile */

#header {
	background: url(../images/tg_header.jpg) center top no-repeat #fff;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	height: 110px;
}
/* Hauptnavigation */

#mainnav {
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 2px;
}
#navigation {
	min-height: 35px;
    width: 100%;		/* Einfassen der Floats im IE */
    float:left;         /* Einfassen der Floats in allen anderen Browsern */
    background: url(../images/tg_nav_background.gif) bottom left repeat-x;
    line-height: 0px;
	background-color: #fff;
	border-bottom: 1px dashed #777;
}
#navigation ul {
    float:left;
    display:inline;		/* Fix für IE Doubled Float Margin Bug    */ 
    margin:0;			/* Standard-Listendefinition zurücksetzen */
    padding: 0;
}
#navigation ul li {
    float: left;
    display:inline;     /* Fix für IE Doubled Float Margin Bug    */ 
    margin: 0;
    padding: 0;
    line-height: 12px;
    list-style-type: none;
    border-right: 1px solid #CBC9C8;
}
#navigation ul li a {
    display:block;
    width: auto;
    font-weight: 300;
    background: transparent;
    text-decoration: none;
    color: #777;
    margin: 0;
    padding: 13px 15px 12px 15px;
	font-size: 12px;
	font-weight: 500;
	text-shadow: #fff 1px 1px 1px;
}
#navigation ul li a:hover {
    background: transparent url(../images/tg_nav_background_hover.gif) bottom left repeat-x;
    color: #000;
    text-decoration: none;
	-webkit-transition: 1s ease-in;
	-moz-transition: 1s ease-in;
	-o-transition: 1s ease-in;
	transition: 1s ease-in;
}
#navigation ul li#current { 
    border-right: 1px solid #CBC9C8;
    background: transparent url(../images/tg_nav_background_hover.gif)  bottom left repeat-x;
	text-decoration: none;
}
#navigation ul li#current a {
    color: #000;
    background: transparent;
    text-decoration: none;
}
/* Sidebar - Navigation */

#sidebar1 {
	float: left;
	width: 190px;
	margin: 0px 0px 0px 0px;
	color: #777;
	position: relative;
	z-index: 10005;
}
.line {
	font-size: 1px;
	height: 1px;
	width: 160px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	border-bottom: 1px dashed #CBC9C8;
}
.button {
	margin: 0px;
	width: 160px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 1px;
}
.button a {
	padding: 8px 0px 4px 15px;
	color: #777;
	text-decoration: none;
	display: block;
}
.button a:link {
	color: #777;
	text-decoration: none;
}
.button a:active {
	color: #777;
	text-decoration: none;
}
.button a:visited {
	color: #777;
	text-decoration: none;
}
.button a:hover {
	color: #000;
	text-decoration: none;
}
.current {
	margin: 0px;
	width: 160px;
	color: #000;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 1px;
}
.current .headline {
	background:url(../images/tg_background.jpg) #000;
	margin-bottom: 4px;
	padding: 5px 0px 3px 15px;
	color: #fff;
	text-decoration: none;
	display: block;
	letter-spacing: 2px;
	font-weight:300;
}
.current a {
	padding: 8px 0px 4px 15px;
	color: #000;
	text-decoration: none;
	display: block;
}
.current a:link {
	color: #000;
	text-decoration: none
}
.current a:active {
	color: #000;
	text-decoration: none
}
.current a:visited {
	color: #000;
	text-decoration: none
}
.current a:hover {
	color: #777;
	text-decoration: none
}
.subbutton {
	margin: 0px;
	width: 160px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
}
.subbutton a {
	padding: 5px 0px 4px 15px;
	color: #777;
	text-decoration: none;
	display: block;
	border: 1px solid #fff;
}
.subbutton a:link {
	color: #777;
	text-decoration: none;
	border: 1px solid #fff;
}
.subbutton a:active {
	color: #777;
	text-decoration: none;
	border: 1px solid #fff;
}
.subbuttonn a:visited {
	color: #777;
	text-decoration: none;
	border: 1px solid #fff;
}
.subbutton a:hover {
	color: #000;
	text-decoration: none;
	background-color: #f0f0f0;
	border: 1px solid #e5e5e5;
	-webkit-transition: 1s ease-in;
	-moz-transition: 1s ease-in;
	-o-transition: 1s ease-in;
	transition: 1s ease-in;
}
.subcurrent {
	margin: 0px;
	width: 160px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
}
.subcurrent a {
	padding: 5px 0px 4px 15px;
	color: #000;
	text-decoration: none;
	display: block;
	border: 1px solid #fff;
}
.subcurrent a:link {
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
}
.subcurrent a:active {
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
}
.subcurrent a:visited {
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
}
.subcurrent a:hover {
	color: #777;
	text-decoration: none;
	background-color: #f0f0f0;
	border: 1px solid #e5e5e5;
}
/* Content */
	
#mainContent {
	margin: 15px 0px 0px 191px;
	padding: 0px 0px 15px 15px;
	font-size: 12px;
	color: #777;
	text-align: left;
	vertical-align: top;
	cursor: default;
	border-left: 1px solid #CBC9C8;
	zoom: 1;
	position: relative;
	z-index: 10005;
}
#mainContent h1 {
	margin: -1px 0px -10px 0px;
	padding: 0px 20px 0px 0px;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-stretch: extra-expanded;
}
#mainContent .line {
	font-size: 1px;
	height: 1px;
	margin: 5px 0px 17px 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px dashed #777;
}
#mainContent h2 {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 15px 0px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
}
#mainContent h3 {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 10px 0px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
}
#mainContent p {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	font-size: 12px;
	line-height: 23px;
	font-weight: 100;
}
#mainContent ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 0px 35px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
#mainContent li {
	list-style: square;
	margin: 0px 0px 5px 0px;
}
#mainContent a {
	color: #777;
	letter-spacing: 0px;
	text-decoration: underline;
	cursor: pointer;
}
#mainContent a:link {
	color: #777;
	text-decoration: underline;
}
#mainContent a:active {
	color: #777;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #777;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #000;
	text-decoration: none;
	-webkit-transition: 1s ease-in;
	-moz-transition: 1s ease-in;
	-o-transition: 1s ease-in;
	transition: 1s ease-in;
}
/*
#mainContent textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #f7f7f7;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #8e8f8f;
}
#mainContent textarea:focus {
	background-color: white;
	border: 1px dotted #000;
}
#mainContent .inputfield {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #f7f7f7;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #8e8f8f;
}
#mainContent .inputfield:focus {
	background-color: white;
	border: 1px dotted #000;
}
*/
/* Fusszeile */
	 
#footer {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 910px;
	min-height: 34px;
	background: url(../images/tg_hg_footer.gif) bottom center no-repeat #f0f0f0; 
	color: #000;
	cursor: default;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
}
/* Verschiedene wieder verwertbare Klassen */

.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	margin: 0px 0px 0px 0px;
}
.label {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
	color: #666;
	letter-spacing: 1px;
	cursor: default;
	font-weight: 800;
	text-shadow: #000 1px 1px 1px;
}
.label a {
	color: #666;
	letter-spacing: 1px;
	text-decoration: none;
	cursor: pointer;
}
.label a:link {
	color: #666;
	text-decoration: none;
}
.label a:active {
	color: #666;
	text-decoration: none;
}
.label a:visited {
	color: #666;
	text-decoration: none;
}
.label a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 1s ease-in;
	-moz-transition: 1s ease-in;
	-o-transition: 1s ease-in;
	transition: 1s ease-in;
}
.small {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align:center;
}

/* Sitemap */

#sitemap { 
	width: 910px;
	color: #888;
	font-size: 11px;
	margin: 20px auto 0px auto;
	padding-bottom: 0px;
	text-align: left !important;
}
#sitemap ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.column {
	float: left;
}
.column.first, .column.last {
	margin-left: 0 !important;
}
.column.last {
	float: right !important;
}
#directorynav {
	font-size: 11px;
	background: url(../images/directory_bg.png) repeat-y;
	border-top: 1px solid #666;
	float: left;
	width: 100%;
	position: relative;
	margin: 0px;
}
#directorynav .column {
	width: 160px;
	padding: 4px 0px 4px 18px;
}
#directorynav .column.last {
	float: left !important;
	padding-right: 0;
}
#directorynav h4 {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0px 5px 0px;
}
#directorynav a {
	color: #888;
	text-decoration: none;
	display: block; zoom: 1;
}
#directorynav a:hover {
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: 1s ease-in;
	-moz-transition: 1s ease-in;
	-o-transition: 1s ease-in;
	transition: 1s ease-in;
}
#directorynav .capbottom {
	clear: both;
	position: relative;
	top: 5px;
	height: 5px;
	width: 910px;
	background: url(../images/directory_capbg.png) no-repeat;
}
#directorynav ul {
	margin-bottom: 0;
	padding-bottom: 9px;

}
#directorynav .column {
	width: 160px;
}
#directorynav #dn-cola {
	width: 160px;
}
#directorynav #dn-colb {
	width: 160px;
}
#directorynav #dn-colc {
	width: 160px;
}
#directorynav #dn-cold {
	width: 160px;
}
#directorynav #dn-cole {
	width: 160px;
}
#breadory {
	border: 1px solid #666;
	width: 910px;
	margin: 0 auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
#sitemap #breadory ol#breadcrumbs {
	background: none;
	clear: both;
	float: none;
	height: 3em;
	line-height: 3em;
	font-size: 12px;
	color: #666;
	margin: 0;
	list-style: none;
	font-weight: bold;
	letter-spacing: 1px;
}
#breadory ol#breadcrumbs li {
	background: none;
	float: left;
	margin: 0;
	padding: 0 0 0 1em;
}
#breadory ol#breadcrumbs li a {
	float: left;
	color: #666;
	text-decoration: none;
	padding: 0 1.75em 0 0;
	margin-left: 0px;
	background: url(../images/breadcrumb_separator.png) no-repeat 100% 50%;
}
#breadory ol#breadcrumbs li.home {
	background: none;
	margin: 0;
	padding: 0;
}
#breadory ol#breadcrumbs li.home a {
	background: url(../images/breadcrumb_home.png) no-repeat 1.25em 50%;
	margin: 0;
	padding: 0 0 0 1.25em;
	width: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
#breadory ol#breadcrumbs li.home a:hover {
	background-image: url(../images/breadcrumb_home_neg.png);
}
#breadory #directorynav {
	background: none;
	clear: both;
	float: none;
	margin-top: 0;
}
#breadory #directorynav .capbottom {
	height: 0px;
	font-size: 1px;
	background: none;
}