/*
// +----------------------------------------------------------------------+
// | Project:  absolutasset                                               |
// | URL:      http://www.absolutasset.de                                 |
// | File:     css/druck.css                                              |
// +----------------------------------------------------------------------+
// | Druck-Style-Sheet der Seite                                          |
// +----------------------------------------------------------------------+
// | Copyright (c) Alfred Schmidt                                         |
// | Authors:  Alfred Schmidt schmidtalfredo@web.de                       |
// | Date:     16.02.2008                                                 |
// +----------------------------------------------------------------------+
*/


#navi {
	display:none;
	}
 
#content {
	position: absolute;
	z-index: 3;
	height: 361px;
	width: 784px;
	top: 100px;
	left: 20px;
	padding-top: 10px;
	overflow: visible;
}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.textlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
}

#main {
	height: 700px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
	top: 0px;
}
#logo {
	position: absolute;
	z-index: 5;
	height: 100px;
	width: 892px;
	background-image: url(../img/logos/logo_top.gif);
	background-repeat: no-repeat;
	background-color: #323232;
}
.fuss {display:none;
/*	background-color: #323232;
	position: absolute;
	z-index: 77;
	width: 100%;
	top: 580px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
	left: 0px;*/
}
.buzz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.td_akt {
	background-color: #FFFFFF;
}

a.lauf{
	color: #FFFFFF;
}
a.lauf:hover{
	color: #FFCC00;
}
a.big{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.big:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a.big:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
a.smal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.smal:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	
}
.linieU {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #F2F2F2;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../img/linieU.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.laufschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.tbl_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
}
.rahmen {
	border: 1px solid #000000;
}
.linie_unter {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BB5E62;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #FFFFFF;
	margin-right: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.kleinTitel {
	color:#CF7676;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: -10px;
	font-style: italic;
	line-height: normal;
}
.fliess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.foto {
	border: 1px solid #FFFFFF;
}
hr{
	background-color: #FFFFFF;
	height: 1px;
	width: auto;
	line-height: normal;
}
.linieR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/* content SCROLLER */
	

.scroll_unternehmen
{

scrollbar-base-color: #700e11;
scrollbar-3dlight-color: #a34f51;
scrollbar-arrow-color: #700e11;
scrollbar-darkshadow-color: #a34f51;
scrollbar-face-color: #a34f51;
scrollbar-highlight-color: #a34f51;
scrollbar-shadow-color: #a34f51;
scrollbar-track-color: #700e11;
overflow: auto;
}	

.scroll_leistungen
{

scrollbar-base-color: #9f5e00;
scrollbar-3dlight-color: #bc812e;
scrollbar-arrow-color: #9f5e00;
scrollbar-darkshadow-color: #bc812e;
scrollbar-face-color: #bc812e;
scrollbar-highlight-color: #bc812e;
scrollbar-shadow-color: #bc812e;
scrollbar-track-color: #9f5e00;
overflow: hidden;
}

.scroll_sonstiges
{

scrollbar-base-color: #4b6a0c;
scrollbar-3dlight-color: #4b6a0c;
scrollbar-arrow-color: #2b3e07;
scrollbar-darkshadow-color: #203b59;
scrollbar-face-color: #4b6a0c;
scrollbar-highlight-color: #2b3e07;
scrollbar-shadow-color: #2b3e07;
scrollbar-track-color: #4b6a0c;
overflow: hidden;
}

.scroll_kontakt
{

scrollbar-base-color: #8a8a8a;
scrollbar-3dlight-color: #8a8a8a;
scrollbar-arrow-color: #666666;
scrollbar-darkshadow-color: #203b59;
scrollbar-face-color: #8a8a8a;
scrollbar-highlight-color: #cacaca;
scrollbar-shadow-color: #cacaca;
scrollbar-track-color: #8a8a8a;
overflow: hidden;
}

.scroll_presse
{

scrollbar-base-color: #033b76;
scrollbar-3dlight-color: #033b76;
scrollbar-arrow-color: #a0bbd9;
scrollbar-darkshadow-color: #203b59;
scrollbar-face-color: #033b76;
scrollbar-highlight-color: #809bb9;
scrollbar-shadow-color: #809bb9;
scrollbar-track-color: #033b76;
overflow: hidden;
}
marquee{display:none;}
