/*
www.sso.ch
Schweizerische Zahnärztegesellschaft

developed by Stämpfli Publikationen AG
http://www.staempfli.com

Revision: August 2009 / ust
*/


*
{
margin: 0px;
padding: 0px;
border: 0px;
}
* html body 
{
 height:100%;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
   line-height: 1.5; /* Baseline grid of 21px */
	/*background: #20899C url(../images/sso-bg_new.jpg) repeat-x;*/
}

h1, .title {
	font-size: 25px;
	font-weight: normal;
	color: #999;
	padding-bottom: 25px;
}

hr {
 	clear: both;
	border: none;
	padding: 10px 0 10px 0;
	background: url(../images/cut_line.jpg) center repeat-x;
	width: 100%;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

#content, #content_small {
	width: 496px;
	margin: 0;  
	padding: 10px 0 0 0;
	background-color: #fff;
	font-size:90%;
}

#content_small {
	width: 470px;
}

#content a, #content_small a {
	color: #1E7D8E;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px #1E7D8E;
	}	

#content a:hover, #content_small a:hover {
	color: #999999;
}

.formaround, .around {/* Container */
	float: left;
	width: 485px;
	margin-bottom: 5px;
}

/*
----------------------------------------------------------------
Tabellenausgabe und Suchresultate
----------------------------------------------------------------
*/

.around {
	width:465px;
	margin-bottom: 0;
}

.arleft {
	float: left;
	width: 425px;
}

.arright {
	float: left;
	text-align: right;
	width: 35px;
}

.td1, .td2 {
	float: left;
	width: 196px;
	padding: 2px 0 2px 4px;
}

.td2 {
	width: 260px;
}

.spacer10, .spacer15, .spacer25 {
	float: left;
	width: 100%;
	height: 10px;
}

.spacer15 {
	height: 15px;
}

.spacer25 {
	height: 25px;
}

/*
----------------------------------------------------------------
Formulare
----------------------------------------------------------------
*/

.formdesc, .formdesc2 {/* Bezeichnungsfeld */
	float: left;
	width: 120px;
	text-align: left;
	padding-top: 3px;
	font-weight: bold;
}

.formdesc2 {
	width: 200px;
}

.forminp, .forminprad, .forminpbold {/* Eingabefeld */
	float: left;
	width: 255px;
	text-align: left;	
}

.forminprad {/* Eingabefeld, welches Radiobuttons enthält */
	padding-top: 5px;	
}

.forminpbold {
	font-weight: bold;
}

.formsub {
	float: left;
	width: 110px;
	text-align: right;
}

.frminput {/* <input text> */
	width: 246px;
	border: 1px solid #d4d4d4;
	padding: 3px;	
}

.frminputtxt {/* <input textarea> */
	width: 246px;
	height: 100px;
	border: 1px solid #d4d4d4;
	padding: 3px;
}

.frminputsel {/* <input select> */
	width: 246px;
	border: 1px solid #d4d4d4;
	padding: 3px;
}

.frmButton {
	width: 100px;
	height: 24px;
	background-image: url(../images/bg_button_submit.png);
	background-repeat: no-repeat;
	border: none;
	padding-bottom: 3px;
	top: 0px;
	position: relative;
	font-size: 11px;
	font-weight: bold;
}

.frmButton:active {
   background-position: bottom;
}

.frmspacer {
	float: left;
	width: 100%;
	height: 20px;
}

