/* DATEI: text.css			*/
/* Schriftformatierungen	*/

/* Farben fuer Links */
a:link					{ text-decoration:none }
a:visited				{ text-decoration:none }
a:active				{ text-decoration:none }
a:hover					{ text-decoration:underline; color:#FF0000; }
a.free:hover			{ text-decoration:underline; font-weight:bold; color:#FFED00; }
a.top-navi:hover		{ text-decoration:underline; color:#FFFFFF; }
a.foot-navi:hover		{ text-decoration:underline; color:#FDAE03; }

/* Fonts und Farben (allgemein) Bitte EXAKTE Font-Namen verwenden & Schreibweise beachten !!! */
body,div,p,table,td,tr,h1,h2,h3,h4,h5,h6,li,ol,form,opxion,select,input,br,b
{ font-family: Verdana, Times New Roman, MS Sans Serif, Arial; font-size:11px; color:#60280f; line-height: 150%;}

/* Definition h1 bis h6 */
h1 { font-weight:bold; font-size:18px;}
h2 { font-weight:bold; font-size:16px;}
h3 { font-weight:bold; font-size:14px;}
h4 { font-weight:bold; font-size:12px;}
h5 { font-weight:bold; font-size:10px;}
h6 { font-weight:bold; font-size:8px;}

/* Schriftgroessen */
.size6  { font-size:6px; }
.size7  { font-size:7px; }
.size8  { font-size:8px; }
.size9  { font-size:9px; }
.size10 { font-size:10px;}
.size11 { font-size:11px; }
.size12 { font-size:12px; }
.size13 { font-size:13px; }
.size14 { font-size:14px; }
.size15 { font-size:15px; }
.size16 { font-size:16px; }
.size18 { font-size:18px; }
.size20 { font-size:20px; }
.size21 { font-size:21px; }
.size26 { font-size:26px; }


.black-txt			{ color:#000000 } 

.left-navi			{ font-weight:bold; font-family: Arial; font-size:12px; color:#60280f } 

.foot-navi			{ font-family: Verdana; font-size:10px; color:#6f634d }

.formular			{ color:#60280f; font-size:14px; background-color:#FFFFFF; border:1px solid #60280f; }

.formular			{ color:#60280f; font-size:14px; background-color:#FFFFFF; border:1px solid #60280f; }

.navi-start			{ font-size:11px; color:#60280f }

/* SEMINARE */
.seminare-navi-top {
	width:160px;
	border:1px solid #9c2416;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
	cursor:pointer;
}
.seminare-navi-top-hover {
	width:160px;
	border:1px solid #F00;
	background-image:url(/images/hover.png);
	color:#FFF;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
	cursor:pointer;
}
.seminare-navi-angebote {
	width:160px;
	border-bottom:1px solid #9c2416;
	border-bottom-style:dotted;
	cursor:pointer;
	padding-bottom:5px;
	padding-top:5px;
}
.seminare-navi-angebote-hover {
	width:160px;
	border-bottom:1px solid #9c2416;
	border-bottom-style:dotted;
	cursor:pointer;
	padding-bottom:5px;
	padding-top:5px;
	background-image:url(/images/hover.png);
	color:#FFF;
}
.container-seminare {
	width:500px;
	border:1px solid #9c2416;
	border-style:dotted;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.seminare-ueb {
	padding:0 0 5px 0;
	border-bottom:1px solid #9c2416;
	margin-bottom:10px;
	width:480px;
}
.seminare-ueb-txt {
	font-size:14px;
	font-weight:bold;
}
.seminare-termine {
	line-height:200%;
	padding-left:0px;
}
.navi-seminare {
	width:150px;
	padding:5px;
	border:1px solid #9c2416;
	font-weight:bold;
	cursor:pointer;
}
.navi-seminare-hover {
	width:150px;
	padding:5px;
	border:1px solid #FF0000;
	background-image:url(/images/hover.png);
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}
.angebote {
	width:480px;
}
.trenner {
	border:none;
	width:500px;
	padding-bottom:2px;
	border-bottom:1px solid #9c2416;
	border-bottom-style:dotted;
	margin-top:20px;
	margin-bottom:20px;
}
.hr-table {
	border:none;
	border-bottom:1px solid #9c2416;
	border-bottom-style:dotted;
}
