/************************************************************

Program:      dohmsoft online

File:         style.css

Description:  CSS Stylesheets

Author:       Daniel Orrú (do)

************************************************************/

body { 
font-family:Arial, sans-serif;
font-size:10pt; 
color:#333333; 
background-color:#FFFFFF;  
}

td, input, select, textarea { 
font-size:10pt; 
color:#666666;
/*letter-spacing: 1px;*/
}

h1{
font-size:14pt;
font-weight: bold;
color: #666666;
}

h2{
font-size:12pt;
font-weight: bold;
}

h3{
font-size:10pt;
font-weight: bold;
padding-left:10px;
padding-top:8px;
}

h4{
font-size:10pt;
font-weight: bold;
padding-left:10px;
padding-top:8px;
color: #FF6600;
}

.price {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-align: RIGHT;
	padding-right: 10px;
}

.text {
	padding-left: 10px;
	padding-bottom: 10px;
}

.titel_05 {
	font-size: 10pt;
	font-weight: normal;
	color: #808080;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tab_sub_navi {
	border-color: #808080;
	border-width: 1px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-style: solid;
}


.tab_u_l {
border-color:#808080;
border-width:1px;
border-top:0px;
border-right:0px;
border-bottom:0px;
border-style:dashed;
}


.tab_r_l {
border-color:#808080;
border-width:1px;
border-top:0px;
border-bottom:0px;
border-style:dashed;
}

.tab_u_r {
border-color:#808080;
border-width:1px;
border-top:0px;
border-left:0px;
border-bottom:0px;
border-style:dashed;
}	

.tab_flash_header {
border-color:#808080;
border-width:1px;
border-style:solid;
border-bottom:0px;
}

.tab_navi_header {
border-color:#808080;
border-width:1px;
border-style:solid;
border-bottom:0px;
border-left:0px;
}

.tab_content {
border-color:#808080;
border-width:1px;
border-style:solid;
}

.tab_produkte {
	border-color: #808080;
	border-width: 1px;
	border-style: solid;
	border-right: 0px;
}

.tab_produkte_follow {
	border-color: #808080;
	border-width: 1px;
	border-style: solid;
	border-right: 1px;
	border-top: 0px;
}


/* Hauptnavigation */

.navi_act{
background-color:#FFFFFF;
color:#808080;
text-align:CENTER;
}
	 
.navi{
text-align:CENTER;
}

.navi a:link{
text-decoration:none;
color:#FFFFFF;
}

.navi a:visited { 
text-decoration:none; 
color:#FFFFFF;
}

.navi a:hover{ 
text-decoration:none; 
color:#808080;
}

.navi a:active {  
text-decoration:none; 
color:#FFFFFF;
}

.padding {
	padding-left: 10px;
}





.produkt_navi {
	font-size: 10pt;
	color: #808080;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

.produkt_navi a:link {
	text-decoration: none;
	color: #808080;
	font-size: 10pt;
	font-weight: normal;
}

.produkt_navi a:visited {
	text-decoration: none;
	color: #808080;
	font-weight: normal;
	font-size: 10pt;
}

.produkt_navi a:hover {
	text-decoration: none;
	color: #808080;
	font-weight: normal;
	font-size: 10pt;
}

.produkt_navi a:active {
	text-decoration: none;
	color: #808080;
	font-size: 10pt;
	font-weight: normal;
}

.copy {
	font-size: 8pt;
}



a:link {
	text-decoration: none;
	color: #FF6600;
	font-size: 10pt;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	color: #FF6600;
	font-weight: normal;
	font-size: 10pt;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
	font-weight: normal;
	font-size: 10pt;
}

a:active {
	text-decoration: none;
	color: #FF6600;
	font-size: 10pt;
	font-weight: normal;
}

