/* 
office blau: #006DC2
hell blau: #5BB6FF
dunkel blau (Hervorhebung): #005CA8
Link: #0066CC
office orange: #FFBC00
orange hell: #FFD76C
Grün, hell (Buttons): #7FBA00
Grau, hell (Hintergrund): #F7F7F7
Grau, mittel (border, Hintergrund): #afafaf
Grau, dunkel: #7F7F7F
Schrift heller: #575757
Schrift dunkler: #3B3B3B
Schwarz etwas heller: #1F1F1F
rot-braun: #936137

- adv und content haben an den Seiten 8px; das ist der Wert von CellSpacing
	für die Tabellen in news.
*/

/* Allgemein */
html, body
{
	background-color: #ffffff;
	border-style: none;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
p, div, td, ul, ol, .no_em
{
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 13pt;
	font-weight: normal;
	line-height: 1.3;
}
td
{
	vertical-align: top;
}
p, div, ul, ol
{
  margin-top: 6px;
  margin-bottom: 10px;
}
.tip_pic
{
	padding-right:5px;
	padding-top:4px;
}
.tip_singleline{vertical-align:middle;}
.al_center{text-align:center;}

/* Seite */
.page
{
	/*border: 1px solid #afafaf;*/
	position:relative;
	left:5%;
	width:800px;
}



/* Überschriften */
/* h1 und Kopie von h1, damit z.b. ein p-Element die gleichen Eigenschaften haben kann, ohne als h1 (Google/Spam) ausgewiesen werden zu müssen*/
h1, .h_1
{
	color: #1F1F1F;
  font-size: 20pt;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 4px;
}
h2, .h_2 
{
  font-size: 15pt;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 12px;
}
h3, .h_3
{
	color: #1F1F1F;
  font-size: 13pt;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 4px;
}



/* Textgröße, Beschriftung (nebensächliche Infos) */
.middle
{
	font-size: 11pt;
	line-height: 1.2;
}
.small, .small div, .small p, .small a, .small li, .small td
{
  color:#7F7F7F;
  font-family:verdana;
  font-size: 8pt;
}
.small_a
{
  font-family:verdana;
  font-size: 8pt;
}
.pictitle 
{
  color:#7F7F7F;
  font-family:verdana;
  font-size: 8pt;
	margin: 0;
	padding: 0; 
}


/* Hervorheben */
em 
{
	font-style:normal;
	font-weight:bold;
}
.em_color{color: #005CA8;}
.color_br{color: #936137;}
.err, a.err:visited{color:#ff0000;}
.tip
{
	color: #575757;
  font-size: 13pt;
  font-weight: bold;
  margin-bottom: 6px;
}
.reg
{
  font-family:verdana;
  font-size: 7pt;
  vertical-align: super;
	}


.float_left {float:left;}
.float_right {float:right;}



.content
{
	margin-left: 8px;
}
.container
{
	border: 1px solid #afafaf;
	border-radius: 6px;
}



/* Menülinks */



/* Textlinks */
a
{
	color:#0066CC;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
a:visited{color: #0066CC;}
a:active, a:focus{border-style:none;}
.a_underline{text-decoration: underline;}



/* Bilder-Links */
a img
{
	border-style:none;
	text-decoration: none;
}



/* Seite */



/* Logo-Zeile */
.logo_row
{
  margin-bottom: 10px;
  padding: 10px 2px 10px 5px;
}


/* Haupt Navi */
.main_menu
{
	background-color: #006DC2; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 7px 2px 7px 8px;
}
.main_menu a, .main_menu a:visited
{
  color: #FFFFFF;
	font-size: 13pt;
	margin: 0px 15px 0px 0px;
  padding: 2px 4px 2px 2px;
  text-align: center;
}
.main_menu a:hover
{
  background-color: #FFBC00; 
  color: #000000;
  text-decoration: none;
}


/* Sub Navi */
.sub_menu
{
	/*border: 1px solid #006DC2;*/
	background-color: #ffffff; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px 2px 3px 0px;
}
.sub_menu a
{
	color: #006DC2; /*006DC2;*/
	font-size: 11pt;
	font-weight: bold;
	line-height:1;
	margin-left: 4px;
  padding: 2px 4px 2px 4px;
  text-decoration: underline;
}
.sub_menu a:hover
{
  background-color: #FFBC00; 
  color: #000000;
  text-decoration: none;
}



/* Breadcrumb */
.bc_menu 
{
	/*border: 1px solid #006DC2;*/
	line-height: 1;
	list-style-type: none;
	margin-top: 6px;
	margin-bottom: 30px;
	padding-left: 8px;
	padding-right:5px;
}
.bc_menu li, .bc_menu a
{
	font-family:Verdana;
	font-size: 8pt;
	line-height: 1;
	padding:0px;
}
.bc_menu li 
{
	display: inline;
}

/* Tags, Stichwortliste für VBA-Samples */
.tag_menu
{
	line-height: 1;
	list-style-type: none;
	margin-left:0px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left:0px;
	padding-right:5px;
}
.tag_menu li, .tag_menu a
{
	font-family:Verdana;
	font-size: 9pt;
	line-height: 1;
	margin-left:0px;
	padding:0px;
}
.tag_menu li 
{
	display: inline;
	margin-right:8px;
}
.tag_menu a 
{
	text-decoration:underline;
}
.dropdown_filter
{
	text-align:center;
	width: 790px;
}

/* Trennlinie */
.separ
{
	border-top: 1px solid #006DC2;
	height:1px;
	width:auto;
}
.b_top
{
	border-top: 1px solid #006DC2;
}
.b_bottom
{
	border-bottom: 1px solid #006DC2;
	width:783px;
}

/* Sortierung */
.sort_menu
{
  color:#7F7F7F;
  font-family:verdana;
  font-size: 8pt;
	margin-bottom: 8px;
	margin-top: 8px;
	padding-bottom:5px;
  text-align: center;
}
.sort_menu a, .sort_menu a:visited, .sort_menu a:active
{
  color:#7F7F7F;
  padding: 6px 10px 6px 6px;
  text-decoration: underline;
  text-align: center;
}



/* Fußzeile */
.footer 
{
	border-top: 1px solid #006DC2;
  margin: 20px 8px 20px 8px;
  padding-top: 5px;
}
.footer p
{
  color:#7F7F7F;
  font-family:verdana;
  font-size: 7pt;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: center;
}


/* Tabelle über der News-Tabelle */
.news_noborder
{
	margin-left:8px;
	margin-top: 15px;
	width:783px;
}
.news_noborder td
{
	padding: 8px 10px 8px 0px;
}
.news_noborder p
{
  margin-top: 0px;
}
.news_noborder .td1
{
	width: 528px;
}
.news_noborder .td2
{
	text-align:center;
	width: auto;
}



/* Startseite: Tabelle, Überschrift, Text, Spalte 1, Spalte 2 */
.news
{
	margin-top: 15px;
}
.news th, .news td
{
	border: 1px solid #afafaf;
	border-radius: 6px;
	padding: 8px 10px 8px 8px;
}
.news th
{
	background-color: #FFBC00;
}
.news p
{
  margin-top: 0px;
}
.news .td1
{
	width: 520px;
}
.news .td2
{
	width: auto;
}
.news th h3, .news th h3
{
	color:#000000;
	font-weight:normal;
	line-height:1;
  margin-top: 0px;
  margin-bottom: 0px;
}
.news .td1 a
{
	font-weight:normal;
}
.p_news
{
	font-size: 11pt;
	line-height: 1.2;
	margin-bottom: 8px;
}


/* Werbung */
.adv
{
  background-color: #F7F7F7;
	border: 2px solid #FFD76C;
	border-radius: 6px;
  margin: 25px 8px 25px 8px;	
	width:783px;
}
.adv td, .adv a
{
  font-size: 11pt;
}
.adv .tdpic
{
  padding: 8px 10px 8px 10px;
}
.adv .tdhead
{
  font-weight: bold;
  padding: 8px 10px 0px 10px;
}
.adv .tddesc
{
	line-height:1.1;
  padding: 2px 10px 8px 10px;
}


/* Produktliste: Tabelle, Spalte Image, Spalte Header, Spalte Beschreibung */
.product_list
{
  margin-top: 20px;
  margin-bottom: 30px;
}
.product_list .tdpic
{
	width: 60px;
}
.product_list .tdhead  
{
  margin-bottom: 0px;
  margin-top: 10px;
	width: auto;
}
.product_list .tddesc
{
	width: auto;
}
.product_head
{
	/*border: 1px solid #000000;*/
  margin-top: 16px; /*=h3*/
}
.product_head .tdpic
{
  padding-right: 20px;
}


/* Produkt */
.feature ul
{
	line-height:1.5;
  list-style-image: url('/images/icons/ok1.gif');
  margin-left:0px;
  padding-left:20px;
}
.feature li
{
  margin-left:10px;
  padding-left:10px;
}


/* Tabellen Download und Bestellen */
.lic_info 
{
	margin-top:30px; 
}
.td_download
{
	padding-right:20px; 
	width: 50%; 
}
.td_download .tdbtn, .td_order .tdbtn
{
	text-align: center;
}
.td_download .tddesc, .td_order .tddesc
{
	margin-top: 0px;
}
.td_order 
{
	padding-left:20px; 
	width: auto;
}
.td_download ul, .td_order ul
{
  margin-left:0px;
	padding-left: 20px;
}
.td_download li, .td_order li
{
  margin-left:0px;
  padding-left:10px;
}



/* Produkt: Preistabelle */
.prc_list 
{
	margin-bottom: 30px;
}
.prc_desc
{
	font-size:11pt;
}
.prc_list th
{
	border: 1px solid #f7f7f7;
	background-color: #7F7F7F;
	color: #ffffff;
	font-size:11pt;
	font-weight: normal;
	width: 150px;
}
.prc_list td 
{
	background-color: #F7F7F7;
	font-size: 11pt;
	line-height: 1;
	padding: 4px;
	text-align: right;
}


/* Produkt: History: Tabelle, Spalte 1, Spalte 2, Spalte 3 */
.history 
{
	margin: 12px 0px 20px 0px;
	width:783px;
}
.history td
{
	border-top: 1px dotted #afafaf;
	padding: 4px 12px 10px 4px;
}
.history .td1
{
	width: 50px;
}
.history .td2
{
	width: 80px;
}
.history ul 
{
	margin: 0px 0px 0px 14px;
	padding-left:0px;
}
.history li 
{
	margin-bottom: 6px;
}



/* Artikelliste: Header, Beschreibung */
.article_list
{
	margin-bottom:20px;
}
.article_list h_2
{
	line-height:1.2;
	margin-bottom: 0px;
	margin-top: 0px;
}
.article_list p 
{
	margin-bottom: 4px;
	margin-top: 0px;
}



/* Artikel */
.article_segment
{
	margin-bottom:20px;
}



/* VBA */
.vba_code
{
  background-color: #F7F7F7;
	border: 1px solid #afafaf;
	border-radius: 6px;
  font-family: Consolas, Courier New, Serif;
  font-size: 9pt;
  padding: 5px;
	width:783px;
}
.vba_code a
{
  text-decoration:underline;
}




/* Formular: Label, Textbox, Button */
.form
{
  background-color: #F7F7F7;
	border: 1px solid #afafaf;
	border-radius: 6px;
	margin-top:30px;
	padding: 10px;
}
.form_lbl 
{
  font-size: 11pt;
  line-height: 1;
  margin-bottom: 6px;
  margin-top: 4px;
}
.form_lbl_required 
{
  font-size: 11pt;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
  margin-top: 4px;
}
.form_txt
{
  font-size: 11pt;
  font-family: Calibri, Arial, Sans-Serif;
  margin-bottom: 8px;
  width: 422px;
}
.form_btn 
{
  font-size: 11pt;
	margin-left: 10px;
  margin-top: 10px;
  padding: 2px;
  width: 100px;
}
label 
{
  font-size:11pt;
}
.filter_btn
{
	font-size:10pt;
	height:24px;
	width:100px;
}

/* Buttons */
.btn
{
	background-color: #7FBA00;
	border: 1px solid #7FBA00;
	border-radius: 6px;
}
.btn a
{
	border: 1px solid #000000;
	color: #FFFFFF;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
.btn img
{
	border: 1px solid #000000;
	margin-top: 5px;
}
.download_btn
{
	width: 250px;
}



/* Impressum: Tabelle, Spalte links, Spalte rechts */
.impressum
{
	border: 1px solid #afafaf;
	border-radius: 6px;
	width: 500px;
}
.impressum td
{
	font-size: 11pt;
}
.impressum .tdcap 
{
	color: #7f7f7f;
	padding-right: 20px;
	padding-top: 10px;
	width: 200px;
}
.impressum .tdtext 
{
	padding-right: 20px;
	padding-top: 10px;
	width: auto;
}



/* Preistabelle */



/* Keine Daten gefunden */
.nodata
{
	color: #7f7f7f;
  padding-top:20px;
  padding-bottom:20px;
	text-align:center;
}



/* Inhaltsliste */
.toc
{
	/*border: 1px solid #afafaf;
	border-radius: 6px;*/
	margin-top: 15px;
	padding: 8px 5px 8px 5px;
	width:783px;
}
.toc a, .toc p, .toc li
{
	font-size: 12pt;
	line-height: 1;
}
.toc ul, .toc li 
{
	color:#0066CC;
	margin: 4px 0px 0px 10px;
	padding: 0px;
}
.toc1 
{
	color:#936137;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}


/* Admin Edit (VBA, Artikel, Tag-Liste etc) */
.edit{
  background-color: #F7F7F7;
	border-bottom: 2px solid #006DC2;
	border-radius: 6px;
  margin: 25px 8px 25px 8px;	
	width:783px;
}
.edit td, .edit a
{
  font-size: 11pt;
}
.edit textarea
{
	color: #936137;
	font-size: 11pt;
	font-weight: bold;
}
.newtag
{
	width:50%;
}
.tags .td1, .tags .td2
{
	width:150px;
}
.tags .td3, .tags .td4
{
	width:100px;
}
.tags .td4
{
	text-align:center;
}
.tags th
{
	background-color:#afafaf;
}
.formbtn
{
	font-size:10pt;
	width:110px;
}
.chklist
{
	height:150px;
	overflow-y:scroll;
	width:100%;
}
.chklist input
{
	width:20px;
}