/* CSS Document */
/* ----- TAGS ----- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E4E4E4;
	background-color: #222222;
	margin-top: 5px;
	text-align: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../grafik/gif/bg_hg.gif);
	background-position: center;
	z-index: 0;
}
td, th {
	vertical-align: top;
}
iframe {
	margin-left: 20px;
	margin-top: 12px;
	border: transparent;
	background-color: transparent;
}
p {
	margin: 5px 0px 5px 0px;
}
ul {
	list-style-type: none;
}
h1 {
	font-size: 14px;
	font-weight: normal;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 2px 0px 8px 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFB200
}

form {
	font-size: 11px;
	width: 99%;
	margin-left: 6px;
	text-align: left;
	vertical-align: middle;
}

input {
	background-color: #F6F6F6;
	font-size: 11px;
	margin: 0 0 2px 1px;
}

select {
	background-color: #FFFFCC;
	font-size: 11px;
}

checkbox {
	background-color:#FFCC99;
}

button {
	width: 120px;
}

textarea {
	background-color: #F6F6F6;
	font-size: 11px;
}
/* ----- ENDE TAGS ----- */
/*  ------------------------------- Links --------------------------------- */
/* ----- Standard ----- */
a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFB200;
	text-decoration: none;
	background-color: #000000;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 3px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 3px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFB200;
	text-decoration: none;
	background-color: #000000;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 3px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 3px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
/* ----- Ende Standard ----- */
/* ----- Basisnavigation ----- */

/* ----- ENDE Basisnavigation ----- */
/* ----- Alternative Linkfarbe ----- */
.altern a {
	font-size: 11px;
	font-weight: bold;
}
.altern a:link {
	color: #FFB200;
}
.altern a:visited {
	color: #FFB200;
}
.altern a:hover {
	color: #000000;
	background-color: #FFB200;
	border-bottom-color: #FFB200;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
.altern a:active {
	color: #000000;
	background-color: #FFB200;
}

/* -----ENDE ALternative Links ----- */
/* ----- Firmentafeln, Bilder-Links ----- */
a img {
	border: 0px;
}
.tafel a:link {
	color: #FFFFFF;
}
.tafel a:visited {
	color: #FFFFFF;
}
.tafel a:hover {
	color: #FFFFFF;
	background-color: #DDDDDD;
	border: 1px solid #FFB200;
}
.tafel a:active {
	color: #FFFFFF;
	background-color: #DDDDDD;
}
/* ----- ENDE Tafeln,  Bilder-Links ----- */
/* ----- Sonderfunktion aktuelle Seite für PHP-Navi ----- */
.actPg {
	color: #FF9900;
	background-color: #000000;
	font-size: 11px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	font-weight: bold;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 6px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 6px;
}

/* ----- ENDE Sonderfunktion aktuelle Seite für PHP-Navi ----- */
/* -------------------------------- Links Ende ----------------------------- */

/* ----- ID's -----*/
#maincontainer {
	background-color: #111111;
	opacity: 0.85;
	width: 920px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #333333;
	overflow: hidden;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	background-attachment: fixed;
	z-index: 2;
}
DIV#banner {
	clear: both;
	width: 100%;
	height: 86px;
	margin-left: auto;
	margin-right: auto;
}
DIV#grafikbanner {
	background-image:url(../grafik/png/festool_gr.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: transparent;
	font-size: 24px;
	height: 85px;
	width: 100%;
}
DIV#textbanner {
	display: none;
	font-size: 14px;
}
DIV#leftinfo {
	float: left;
	width: 158px;
}
DIV#rightinfo {
	float: right;
	width: 180px;
	margin-top: 5px;
}
DIV#nothing {
	float: right;
	width: 1px;
}
DIV#content {
	float: left;
	width: 720px;
	position: relative;
	margin: 5px 15px 0 5px;
}
DIV#content2 {
	float: left;
	width: 890px;
	position: relative;
	margin: 0 17px 0 5px;
}
DIV#headcell {
	text-align: right;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(../grafik/gif/bg_glass26.gif);
	background-repeat: repeat-x;
}
DIV#footer {
	border-top: 1px solid #999999;
}

/* ----- ENDE ID's ----- */

/* ----- Classes ---- */
.zbox1 {
	background-color: #000;
	width: 130px;
	height: 325px;
	color: #777777;
	font-size: 9px;
	vertical-align: top;
	text-align: right;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	z-index: 5;
}
.hiddenbox {
	overflow: hidden;
}
.navb a:link {
	color: #333333;
}
.navb a:visited {
	color: #333333;
}
.navb a:hover, .navb a:active {
	color: #FFB200;
}
.small_white {
	font-size: 8px;
	background-color:#FFFFFF;
}
.small {
	font-size: 9px;
}
.medium {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.big {
	font-size: 14px;
	color: #FFCC00;
}
.xbig {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #FFCC00;
	vertical-align: middle;
}
.bannerbox1 {
	width: 285px;
	float: left;
	height: 85px;
	text-align: left;
}
.bannerbox3 {
	width: 389px;
	float: right;
	height: 85px;
	text-align: right;
}
.bannerbox2 {
	height: 85px;
	text-align: center;
	margin: 0 389px 0 285px;
}
.xbigw {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	vertical-align: middle;
}
.navbase {
	width: 67%;
	text-align: left;
	height: 17px;
	padding: 0px 0px 0px 5px;
	float: left;
	margin-top: 1px;
	margin-left: 10px;
	background-color: #FFB200;
}
.navbaseright {
	width: 30%;
	text-align: right;
	height: 17px;
	padding: 0px 2px 0px 0px;
	margin-top: 1px;
	float: left;
	clear: right;
	right: 0px;
	background-color: #FFB200;
	color: #666666;
}
.navright {
	width: 30%;
	background-color: #666666;
	text-align: right;
	height: 16px;
	padding: 0px 2px 0px 0px;
	margin-top: 2px;
	clear: right;
	right: 0px;
	float: left;
}
.navbox {
	width: 67%;
	padding: 0px 0px 0px 5px;
	background-color: #666666;
	text-align: left;
	height: 16px;
	margin-top: 2px;
	float: left;
	margin-left: 10px;
}
.headbox {
	width: 99%;
	padding: 2px 0px 2px 0px;
	text-align: right;
	height: 18px;
	vertical-align: baseline;
	overflow: hidden;
}
.footline {
	height: 16px;
	width: 98%;
	text-align: right;
	padding: 2px 0px 2px 0px;
	overflow: hidden;
	font-size: 9px;
}
.zbox2 {
	width: 700px;
	padding: 10px 5px 5px 1px;
	text-align: left;
	margin-top: 5px;
	vertical-align: top;
	margin-left: 25px;
	height: auto;
	page-break-after: always;
}
.zbox2 p {
	margin: 10px 0px 10px 0px;
}
.zbox3 {
	width: 97%;
	padding: 10px 5px 5px 1px;
	text-align: left;
	margin-top: 5px;
	vertical-align: top;
	margin-left: 15px;
	height: auto;
	page-break-after: always;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.zbox2left {
	width: 475px;
	padding: 10px 5px 5px 1px;
	text-align: left;
	margin-top: 5px;
	vertical-align: top;
	margin-left: 25px;
	right: 5px;
	float: left;
}
.zbox2pict {
	width: 200px;
	text-align: right;
	vertical-align: top;
	right: 5px;
	float: left;
	margin-top: 5px;
	padding: 15px 1px 10px 1px;
	margin-left: 5px;
	page-break-before: avoid;
}
.zbox2_r {
	padding: 10px 5px 5px 1px;
	text-align: right;
	vertical-align: top;
	float: left;
	width: 150px;
	margin: 5px 0px 0px 4px;
}
.newsbox {
	background-color: #444444;
	background-image: url(../grafik/gif/nbox_bg.gif);
	background-repeat: repeat-x;
	width: 165px;
	border: #444444 1px solid;
	padding: 1px 3px 10px 3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.box_h {
	height: 19px;
	font-size: 11px;
	color: #222222;
	font-weight: bold;
	padding: 3px 0 0 3px;
	margin: 1px 0px 5px 0px;
}
.thumb {
	font-size: 11px;
	color: #E4E4E4;
	font-weight: bold;
	text-align: center;
	background-color: #333333;
	padding: 10px 7px 10px 5px;
	float: left;
	clear: right;
	width: 113px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tafel {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	background-color: #F4F4F4;
	float: left;
	clear: right;
	width: 125px;
	height: 117px;
	padding-top: 4px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #FFB200;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.small_fl {
	width: 300px;
	float: left;
}
.small_fr {
	float: left;
	width: 300px;
	clear: right;
	text-align: right;
	margin-left: 100px;
}
.wichtig {
	background-color: #454545;
	letter-spacing: 0.2em;
	text-align: left;
	padding: 5px 2px 2px 1px;
	width: 690px;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 2px 0px 0px 25px;
}
.secondline {
	background-color: #444444;
	margin: 5px 5px 5px 15px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.baseline {
	background-color: #151515;
	margin: 5px 5px 5px 15px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.term, .dterm, .d2term {
	float: left;
	text-align: left;
}
.dterm , .d2term {
	width: 78px;
	background-color:#FFCC66;
	border: 1px solid #666666;
	margin-right: 3px;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.d2term {
	background-color:#AA0022;
	color: #FFFFFF;
}
/* ----- Aufräumen ----- */
.clean {
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
}
/* ----- Aufräumen Ende ----- */
