/***********************************************/
/* fkal.css                         		   */
/* Feinkal GmbH 					           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 115%;
 color: #334d55;
}

h2{
 font-size: 105%;
 color: #006699;
}


h3{
 font-size: 100%;
 color: #666666;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: square;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
/***********************************************/
/* Tables                                      */
/***********************************************/

table.product {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	border-collapse: collapse;
	border:none;
	vertical-align:top;
}

table.product td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	border:dotted 1px #333333;
	padding: 2px 10px 4px 2px;  
	vertical-align: top;
}

table.product tr {
    vertical-align:top;
}

table.product th {
	font-size:10px;
	background-color: #C9D6F8;
	padding: 2px 4px;
}

table.product ul {
	line-height: 130%;
}

table.product img {
	margin-left:5px;
	clear:both;
	border:none;
}
table.typen {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	table-layout:auto;
	font-size: 90%;
	text-align: left;
	border-collapse: collapse;
	border:none;
}
table.typen a:hover{
	background-color: #dddddd;
	padding: 0px;
	text-decoration:none;
}

table.typen td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	line-height: 130%;
	border-bottom: solid 1px #bbb;
	border-left:hidden;
	border-right:hidden;
	padding: 1px 10px 1px 2px;  
	vertical-align: top;
}

table.typen tr {
    border: none;
}
.zahlung{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	border-collapse: collapse;
	border:hidden;
	vertical-align:top;
	margin-top:50px;
}


#type{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
}

#type ul {list-style: none; margin: 0; padding: 0;}

#type li{
	list-style:none outside;
	border-top: 1px solid #cccccc;
	padding: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#type li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #type li {border-bottom: none;}

#type ul a:link, #type ul a:visited {
	display: block;
	padding: 4px  0px ;
}

#type a:hover{
	background-color: #dddddd;
	padding: 4px 0px;
	text-decoration:none;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	position: relative;
	margin: 0;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}


#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#content p{
	line-height: 1.5;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	color: #333;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: normal;
/*float:left;*/
margin: 0 0 5px 0;
width: 400px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 70%;
	padding: 0px 4px 0px 0px; 
}

#right{
	position: absolute;
	top: 60px;
	right: 20px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
 	font-family: Verdana, Arial, sans-serif;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h2{
 	font-family: Verdana,Arial,sans-serif;
	padding: 10px 0px 10px 0px;
	font-size: 110%;
	color: #333;
}

.feature h2.decoration{
	background-color: #f4e2c3;
	padding-left:5px;
}
.feature h3{
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 0px;
	text-align: left;
	font-size: 105%;
	color: #000;
}

.feature img{
	float: left;
	clear:both;
	padding: 0;
	margin: 0 5px 5px 0;
	border: 1px solid #666;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.subheadline {
	font-size:11px;
	padding: 0 0 10px 0;
	color:#666;
	font-weight:bold;
	margin:0;
}

.yellowmark {
background-color:#FFFF00;
margin:5px 0 5px 0;
padding: 2px 0 2px 0;
}

.greymark {
background-color:#FF9900;

}

/************** .story styles *****************/

.story{
	font-family: Verdana,Arial,sans-serif;
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 60%;
	color: #6b6b6b;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: absmiddle;
}


/************* #search styles ***************/

#search{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	width: 250px;
	}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	line-height: 1.8;	
	font-size: 70%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 4px 2px 4px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 4px 2px 4px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 4px 2px 4px 10px;
	text-decoration:none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 60%;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
