@CHARSET "UTF-8";

body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Arial", "Lucida Grande", "Tahoma", "Verdana", "sans-serif"; 
	color: #000000;
}

img{
	display: inline;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,p	{margin: 0px;}
p					{margin-bottom: 10px; text-align: left;}
h1					{font-size: 30px; font-weight: normal; }
h2					{font-size: 16px; font-weight: normal; }
h3					{font-size: 14px; font-weight: normal; }
a:link,a:visited	{color: #0079cb;;text-decoration: none;}
a:hover,a:active	{color: #0079cb;;text-decoration: underline;}
a img				{border: 0px;}
.clearer			{clear: both;}
.centered			{margin: 0 auto;}
.textBlue			{color: #0079cb;}
.textSmall			{font-size: 11px; margin-bottom: 3px;}
.textAlignRight		{float: right;}
.textBlack			{color: #000000;}
a.textBlack			{color: #000000;}

#mainContainer{
	width:1163px;
	padding-top: 20px;
}

#languageSelection
{
	position: absolute;
	top: 30px;
	left: 0px;
}
#languageSelection img{
	display: block;
	margin-bottom: 8px;
}

#site
{
	position:relative;
	top:50px;
}

div#mainNavigation
{
	background-color:#007fc2;
	height:24px;
	position:absolute;
	top:160px;
	width:100%;
	z-index:100;
	top:0px;
	left:0px;
}

div#mainNavigation ul
{
	top:-10px;
}

.leftArea, .rightArea{
	float: left;
	position: relative;
}

.blueColumn{
	border: 1px solid #0079cb;
	width: 222px;
	position: absolute;
	top: 90px;
	left: 0px;
	height: 750px;
}
.blueColumn .columnHeader{
	background-color: #0079cb;
	padding-left: 11px;
	padding-top: 7px;
	height: 40px;
}
.blueColumn .columnBody{
	padding: 11px;
}
.blueColumn .title{
	padding-top: 14px;
	margin-bottom: 10px;
}
.blueColumn .subTitle{
	font-size: 10px;
	clear: both;
	text-transform: uppercase;
	padding-top: 10px;
}
.blueColumn .costumList{
	padding-left: 10px;
	text-indent: -10px;
}
.blueColumn .costumList p{
	margin-bottom: 3px;
}

.praxisStellen{
	position: absolute;
	left: 20px;
	bottom: 20px;
}


.centerArea{
	margin-left: 14px;
	margin-right: 14px;
	float: left;
	width: 687px;
	text-align: center;
}

.welcomeText{
	margin-top: 31px;
	text-align: center;
}

.produkteShow{
	width: 687px;
	height: 349px;
	background-color: #e0eff9;
	margin-top: 30px;
	margin-bottom: 15px;
}
.produkteShow #productTitle{
	padding-top: 30px;
	font-size: 20px;
}
.produkteShow .description{
	width: 330px;
	height: 80px;
	padding-top: 22px;
	overflow: hidden;
}
.produkteShow table{
	width: 650px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 35px;
	font-size 20px;
	color: #7f7f7f;
}
.produkteShow table td{
	vertical-align: top;
}
.produkteShow .productLogo{
	width: 63px;
	height: 63px;
	display: inline;
}
.produkteShow table a{
	color: #7f7f7f;
}
.produkteShow table a:hover{
	text-decoration: none;
	color: #000000;
}
.produkteShow .small{
	width: 160px;
	font-size: 12px;
}

#swissMedicalSuite{
	height: 285px;
	text-align: left;
	width: 150px;
	background-color: #e0eff9;
	padding-left: 25px;
	padding-top: 20px;
	margin-right: 12px;
	float: left;
}
#swissMedicalSuite p{
	padding-left: 5px;
	padding-top: 15px;
	width: 110px;
	padding-bottom: 10px;
}

#faq{
	height: 295px;
	text-align: left;
	width: 485px;
	background-color: #e0eff9;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
}
#faq ol{
	 list-style-type:decimal;
	 font-weight: bold;
	 margin: 0px;
	 padding: 10px 30px 20px 20px;
}
#faq h1{
	font-weight: lighter;
}
#faq a{
	font-weight: normal;
	color: #000000;
}
#faq a.normal{
	color: #0079cb;
	font-weight: bold;
}


#anmelden{
	width: 222px;
}
#anmelden img{
	float: left;
}
#anmelden h1{
	font-size: 16px;
}
#anmelden p{
	font-size: 11px;
}


.copyright{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 40px;
}


#mainContent{
	width: 647px;
	margin-top: 19px;
	margin-bottom: 15px;
	padding: 20px;
	float: left;
	text-align: left;
	background-color: #e0eff9;
}
#mainContent h1{
	margin-bottom: 15px;
}
#mainContent h2{
	margin-bottom: 15px;
	margin-top: 35px;
}
#mainContent p{
	margin-bottom: 4px;
}
#mainContent img{
	margin-bottom: 16px;
}
#mainContent .toggler{
	cursor: pointer;
}
#mainContent .datum{
	margin-bottom: 6px;
}
#mainContent .datumKlein{
	font-size: 10px;
}
#mainContent .naviBottom{
	margin-top: 40px;
}

.productFAQ{
	margin-top: 30px;
}
.productFAQ h1{
	font-size: 16px;
}
.productFAQ h2{
	font-size: 14px;
	cursor: pointer;
}



 form fieldset{
        margin-bottom: 10px;
    }
    form dl {
        
        width: 100%;
    }

    form dl dt {
        margin: 0;
        padding: 10px 10px 0 0;
        clear: left;
        width: 100px;
        text-align: right;
		float: left;
    }

    form dl dd {
        margin: 0;
        padding: 10px 0 0 0;
    }

    form dl dd.help {
        clear: left;
        padding-top: 2px;
        font-size: 90%;
        color: #999;
    }

    form dl dd.element input, form dl textarea { width: 200px; }

    form dl dd.button {margin-left: 195px;}
    
    form dl dd.radio input { width: auto; }

    form dl textarea { height: 150px; }

    form dl .required:after {
        color: #FF0000;
        content: '*';
    } 
	
	form .radioGroup{
		margin-left: 30px;
	}
	
	form h3{
		margin-top: 30px;
		margin-bottom: 10px;
	}

.errorText{
	color: #ff0000;
}


