/*
**  pro concept
**
**  copyright (c) 2008 Michel Blumenstein <michel[at]kinra.de>
**  All rights reserved.
**
**  created on 01-September-08
**  updated on 
**
**  module: styles.css
*/

/* menu: Menu vertikal */
.menu_v {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
	text-decoration:none;
	}
	
a.menu_v {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
	text-decoration:none;
	}
	
a.menu_v:visited {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
	text-decoration:none;
	}
	
a.menu_v:hover {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#ff0000;
	text-decoration:none;
	}

/* menu: Menu vertikal Unterkategorie */
.menu_v_uk {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
	text-decoration:none;
	}
	
a.menu_v_uk {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
	text-decoration:none;
	}
	
a.menu_v_uk:visited {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000;
	text-decoration:none;
	}
	
a.menu_v_uk:hover {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
	text-decoration:none;
	}
	
.menu_v_tab {
	border-top-color:#000;
	border-bottom-color:#000;
	border-top-style:dotted;
	border-bottom-style:dotted;
	border-top-width:1px;
	border-bottom-width:1px;
	}

/* menu: Menu horizontal */
.menu_h {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	text-decoration:none;
	}
	
a.menu_h {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	text-decoration:none;
	}
	
a.menu_h:visited {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	text-decoration:none;
	}
	
a.menu_h:hover {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#de0029;
	text-decoration:none;
	}

/* spacer */
.spacer {
	font-family:Times New Roman, serif;
	font-size:1px;
	line-height:0px;
	color:#000000;
	text-decoration:none;
	}


/* main: Maintext */
.main {
	font-family:Georgia, serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	}
	
a.main {
	font-family:Georgia, serif;
	font-size:12px;
	line-height:16px;
	color:#de0029;
	text-decoration:none;
	}
	
a.main:visited {
	font-family:Georgia, serif;
	font-size:12px; line-height:16px;
	color:#de0029; text-decoration:none;
	}
	
a.main:hover {
	font-family:Georgia, serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	text-decoration:none;
	}
	
/* main: Table */
.maintab {
	border-right-color:#000;
	border-right-style:dotted;
	border-right-width:1px;
	}

/* Title: Ueberschrift */
.title {
	font-family:Georgia, serif;
	font-size:16px;
	line-height:20px;
	color:#000000;
	}

/* spacer */
.spacer {
	font-family:Times New Roman, serif;
	font-size:1px;
	line-height:1px;
	color:#000000;
	}

/* Foot: Seitenfuss */
.foot {
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#000000;
	}

a.foot {
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#de0029;
	text-decoration:none;
	}
	
a.foot:visited {
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	}
	
a.foot:hover {
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	}
	
.foottab {
	border-top-color:#000;
	border-top-style:dotted;
	border-top-width:1px;
	}

/* Head: Seitenkopf */	

.headtab {
	border-bottom-color:#000;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	}

/* formular: Anfrageformular */
.formular {
	font-family:Georgia, serif;
	font-size:12px;
	line-height:10px;
	color:#000000;
	}

/* Box: Newsletter */
.newsletterbox {
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#000;
	}

.newsletterborder {
	font-family:Arial, sans-serif;
	font-size:8px;
	color:#000;
	border:1px;
	border-style:dotted;
	border-color:#000;
	}
	
/* Sprachweiche */
.sprachweiche {
	font-family:Arial, sans-serif;
	font-size:10px;
	line-height:10px;
	color:#dcdcdc;
	}
	
/* Produkttabelle */
.protab {
	font-family:Georgia, serif;
	font-size:12px;
	line-height:16px;
	border-style:dotted;
	border-color:#dcdcdc;
	border-width:1px;
	background:#dcdcdc;
	}