@charset "utf-8";
/*   ====================================================================
CSS Document for formats by RGM Informatik
Last Update: 03. 01 2008
Author: Ronald G. Müller
Media: Screen

Structure: 	  1. ID- und andere Selektoren (alphabetisch  geordnet)
              2. Klassen (alphabetisch  geordnet)
		      
 ======================================================================== */

/* ==========================================
   1. ID- und andere Selektoren
   ========================================== */
/*Formular*/
label{
	display:block;
	width:180px;
	float:left;
	line-height:14px;
	margin:2px 0;

}
input{
	width:200px;
	border-style:solid;
	border-width:1px;
	border-top-color:#ccc;
	border-left-color:#999999;
	border-right-color:#999999;
	border-bottom-color:#666666;
	background-color:#ddd;
	height:14px;
	margin:2px 0;
}
textarea{
	width:200px;
	height:47px;
	border-style:solid;
	border-width:1px;
	border-top-color:#ccc;
	border-left-color:#999999;
	border-right-color:#999999;
	border-bottom-color:#666666;
	background-color:#ddd;
	margin:2px 0;
}
input.radio{
	width:10px;
	float:none;
	border-style:none;
	background-color:#fff;
}
.zip{
	width:35px;
	margin-right:5px;
}
input.city{
	width:155px;
}
.hidden{
	width:220px;
	border-style:none;
	background-color:#fff;
	color:#FF0000;
	margin-left:3px;
	visibility:hidden;
}
#billSpan{
	display:none;
}
#submit, #close{
	height:22px;
	margin-left:180px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../navgraphics/secnav_background.png);
}
#submit:hover, #close:hover{
	height:22px;
	background-image:url(../navgraphics/secnav_background_hover.png);
	color:#FF6600;
}
#bill,#agb{
	width:10px;
	float:none;
	border-style:none;
	background-color:#fff;
}
#agb_content h1{
	color:#000000;
}
#agb_content h3{
	font-weight:bold;
	color:#000000;
	background-color:#CCCCCC;
	margin:8px 0 3px 0;
}
#agb_content p{
	margin-left:20px;
}
/* ===========================================
   2. Klassen
   =========================================== */
.list2 {
	line-height: 14px;
	list-style-position: outside;
	list-style-image:url(../screengraphics/aufzaehlzeichen.gif);
	margin-left:20px;
	padding:0 0 3px 5px;	
}
.tbright {
	text-align: right;
}
.dark{
	background-color:#999;
}
.bright{
	background-color:#eee;
}
.pricetb{
	table-layout:fixed;
	width:610px;
	}
.pricetd{
	width:550px;
}
tr.head{
	background-color:#eee;
}
.class{
	width:60px;
}
.start{
	width:58px;
}
.ende{
	width:58px;
}
.day{
	width:30px;
}
.times{
	width:90px;
}
.remarks{
	width:241px;
}
.right{
	text-align:right;
	padding-right:20px;
}
.chf{
	float:left;
}
.expand{
	width:10px;
}
.class{
	width:100px;
}
.city{
	width:100px;
}
.days{
	width:70px;
	text-align:right;
}
.days1{
	width:70px;
	text-align:left;
}
.seminar{
	width:80px;
}
.date{
	width:100px;
}
.beginn{
	width:100px;
}
.end{
	width:100px;
}
.jobs{
	font-size:10px;
}
.orange{
	color:#ff6600;
	font-weight:bold;
}
.special{
	color:#f60;
	font-weight:bold;
	line-height:1.2em;
	margin:1px 0;
	padding:0;

}
.little{
	font-size:10px;
	line-height:1.2em;
	margin:1px 0 6px 0;
	padding:0;
}
.imgright{
	float:right;
	margin-left:5px;
}

