/*  
Theme Name:  kks
Theme URI: http://www.kks-ultraschall.ch
Description: KKS Ultraschall website theme
Version: 1.0
Author: Manuel Merz - WEBclay | Jens Lutterklas - YooW.eu
 */
 
/* ****************************************************************************************************************************** */
/* BASIC STYLES																			 		  */
/* ****************************************************************************************************************************** */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	background-color: #737373;
	text-align: center;
}
html, body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}
#wrapper
{	
/* DIV-Boxen */
	position: relative;
	margin: 0 auto;
	width: 1005px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	background-image: url(../images/site_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
* html #wrapper {
	height:100%;
}
#content-container {
	width: 941px;
	margin: 0 auto;
	padding-bottom: 64px;
}
#footer-container {
	margin: 0 auto;
	height: 34px;
	width: 1005px;
}
#footer {
	width: 955px;
	padding: 0 25px 0 25px;
	font-size: 10px;
	color: #fff;
	height: 34px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}
/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

ul {
	list-style-type: none;
}
dd {
	/*margin: 0 0 2em 0;*/
	text-align: justify;
	line-height: 18px;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1.2em;
	color: #3d3d3d;
}
h1 a {
	font-size: 1.6em;
	text-decoration: none;
}
h2.title {
	font-size: 1.3em;
	color: #146088;
	text-transform: uppercase;
	padding: 0;
	margin: 0 10px 8px 10px;
	text-align: center;
}
h2.aktuality {
	text-align: center;
	margin: 0 10px 8px 10px;
}
.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}
.clarright {
	clear: right;
}
a {
	font-size: 1.2em;
	text-decoration: underline;
	color: #cd2c23;
}
a:hover {
	color: #146088;
}
/* ****************************************************************************************************************************** */
/* HEADER STYLES																			 		  */
/* ****************************************************************************************************************************** */
#header {
	padding: 0;
	margin: 0;
	width: 924px;
	height: 112px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#toplinks {
	float: right;
}
#toplinks ul {
	margin: 0;
	padding: 0;
}
#toplinks li {
	display: inline;
}
#toplinks li a {
	font-size: 10px;
}
#slogan {
	clear: both;
	float: right;
	width: 510px;
	height: 43px;
	border: 0;
}
#topbar {
	height: 41px;
	background-image: url(../images/topbar.jpg);
	background-repeat: repeat-x;
	background-color: #b6b6b6;
	color: #fff;
	font-size: 1.2em;
	text-align: left;
}
#iconadress {
	float: left;
	margin: 18px 0 0 10px;
	height: 19px;
	line-height: 19px;
	text-align: left;
}
#iconadress img {
	vertical-align: middle;
	padding: 0 4px 0 0;
}
#iconadress a {
	font-size: 1em;
	text-decoration: none;
}
#langsearch {
	float: right;
	margin: 16px 0 0 0;
	padding: 0;
	width: 300px;
	height: 19px;
	line-height: 19px;
	text-align: right;
}
#langsearch a img {
	margin: 2px 0 0 0;
	vertical-align: middle;
	border: none;
}
#langsearch form {
	display: inline;
	vertical-align: middle;
	height: 19px;
	text-align: right;
	margin: 0 10px 0 5px;
}
input.field {
	margin: 0;
	padding: 2px 0 2px 4px;
	width: 130px;
	background-color: #fff;
	border: 0;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.btn_search {
	padding: 0;
	margin: 1px 0 0 0;
	width: 51px;
	height: 21px;
	background-image: url(../images/btn_search.jpg);
	border: 0;
	font-size: 0.9em;
	color: #000;
	text-align: center;
}
/* ****************************************************************************************************************************** */
/* MAINNAV STYLES																			 		  */
/* ****************************************************************************************************************************** */
#navigation {
	/*display: block;*/
	width: 190px;
	float: left;
}
#mainnav li {
	margin: 1px 0 1px 0;
}
#mainnav li a {
	display: block;
	width: 190px;
	height: 21px;
	background-color: #c11711;
	padding: 5px 0 0 10px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#mainnav a:hover {
	background-color: #3d3d3d;
}
#mainnav li.onpage a {
	background-color: #3d3d3d;
}
/* ****************************************************************************************************************************** */
/* SUBNAV STYLES																			 		  */
/* ****************************************************************************************************************************** */
#mainnav .subnav li a {
	display: block;
	padding: 3px 0 3px 25px;
	width: 175px;
	height: 21px;
	background-color: #fff;
	font-size: 10px;
	text-align: left;
	color: #3d3d3d;
}
#mainnav .subnav li a:hover {
	background-color: #f2f2f2;
}
#mainnav .subnav li.onpage a {
	color: #d92118;
}
/* ****************************************************************************************************************************** */
/* CONTENT STYLES																			 		  */
/* ****************************************************************************************************************************** */
#iso {
	/*float: left;*/
	width: 200px;
	height: auto;
	/*background-color: #f1f1f1;*/
	padding: 10px 0 10px 0;
}
#iso h4 {
	text-align: center;
	/*padding: 4px;*/
}
#iso li {
	padding: 4px;
}
#iso li a {
	margin: 0 auto;
	display: block;
	width: 161px;
	height: 19px;
	background-image: url(../images/iso_li_bg.gif);
	padding-top: 4px;
	font-size: 1em;	
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#main_sidebar {
	margin: 0 210px 0 200px;
	text-align: left;
}
#main_sidebar p {
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.5em;
	margin: 8px 10px 8px 10px;
}
#main_sidebar li {
	font-size: 1.2em;
	list-style-type: circle;
	margin: 0 0 0 50px;
	padding: 5px 0 5px 0;
}
#main_sidebar p img {
	margin: 0;
	padding: 0;
}
#main {
	margin: 0 10px 0 204px;
	text-align: left;
}
#main p {
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.5em;
	margin: 8px 10px 8px 10px;
}

#main a {
	font-size: 1em;	
	font-weight: bold;
	text-decoration: none;
}
#main li {
	font-size: 1.2em;
	list-style-type: square;
	margin: 0 0 0 50px;
	padding: 5px 0 5px 0;
}
#main img {
	margin: 5px 5px 0 0;
}
#sidebar {
	width: 208px;
	float: right;
	text-align: left;
	padding: 0px;
}
/* ****************************************************************************************************************************** */
/* QUICKJUMG AND EINLEITUNG STYLES															 		  */
/* ****************************************************************************************************************************** */
#quickjump {
	padding: 5px;
	border: 1px solid #3d3d3d;
	background-color: #f2f2f2;
	margin: 10px 0 15px 0;
}
#quickjump ul {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
#quickjump li {
	display: inline; 
	margin: 0;
}
#quickjump li a {
	padding: 1px;
	text-decoration: none;
	font-size: 0.8em;
}
#quickjump li a:hover {
	color: #146088;
}
.quickjumpcaption {
	display: block;
	width: 100%;
	margin: 0 0 8px 0;
	font-size: 1.1em;
	font-weight: bold;
}
#einleitung {
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.5em;
	margin: 8px 10px 8px 10px;
}
#einleitung a {	
	font-size: 1.1em;
	font-weight: bold; 
	text-decoration: none;
}
.contenttable-title {
	margin: 8px 0 0 0;
	display: block;
	font-weight: bold;
}
dl.contenttable
{
	min-height: 130px;
	margin: 0 0 8px 10px;
	margin-top: 30px;
	font-size: 1.2em;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 60px;
}
.contenttable dt img
{
	float: left;
	margin: 8px 0 0 0;
	border: 4px solid #f1f1f1;
	width: 130px;
	height: 130px;
}
.contenttable dd {
	margin: 8px 10px 0 140px;
	padding: 0 0 0 8px;
}
.contenttable dd a {
	font-size: 1em;	
	font-weight: bold;
	text-decoration: none;
}
.contenttable dd ul {
	margin: 5px 0 5px 35px;
	list-style-type: circle;
}
.contenttable dd ul li {
	font-size: 0.9em;
}
/* ****************************************************************************************************************************** */
/* TERMINE STYLES																			 		  */
/* ****************************************************************************************************************************** */
#termine {
	margin-bottom: 50px;
}
#termine h3 {
	font-size: 1.4em;
	color: #3d3d3d;
	margin: 0 0 8px 0;
}
#termine p.terminetitle {
	display: block;
	margin: 0 0 4px 0;
	padding: 0 0 2px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #146088;
	text-decoration: none;
	border-bottom: 1px dotted #3d3d3d
}
#termine a {
	display: block;
	margin: 0 0 4px 0;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
#termine p {
	line-height: 1.3em;
	font-size: 1em;
	margin-bottom: 15px;
}
/* ****************************************************************************************************************************** */
/* NEWS STYLES																			 		  */
/* ****************************************************************************************************************************** */
#news h3 {
	font-size: 1.4em;
	color: #3d3d3d;
	margin: 0 0 8px 0;
}
#news p.newstitle {
	display: block;
	margin: 0 0 4px 0;
	padding: 0 0 2px 15px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 12px;
	color: #146088;
	text-decoration: none;
	border-bottom: 1px dotted #3d3d3d;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
}
#news a {
	display: block;
	margin: 0 0 4px 0;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
#news p {
	line-height: 1.3em;
	font-size: 1em;
	margin-bottom: 15px;
}
/* ****************************************************************************************************************************** */
/* FOOTER STYLES																			 		  */
/* ****************************************************************************************************************************** */
#footer ul {
	float: left;
	margin: 15px 0 0 10px;
	padding: 0;
	list-style: none;
}
#footer li {
	display: inline;
}
#footer li a {
	text-decoration: none;
	font-size: 9px;
	color: #a8a8a8;
}
#footer li a:hover {
	color: #d92118;
}
#copyright {
	float: right;
	margin: 15px 10px 0 0;
}
#copyright a {
	font-size: 1em;
	text-decoration: none;
}
#copyright a:hover {
	color: #a8a8a8;
}
/* ****************************************************************************************************************************** */
/* BASE STANDARD PROFILE VIEW STYLES															 		  */
/* ****************************************************************************************************************************** */
.userprofil fieldset {
	margin: 0 0 10px 0;
	padding: 8px 0 8px 10px;
	font-size: 0.9em; 
	border: 1px solid #e1e1e1;
	background-color: #eeeeee;
}
.userprofil legend {
	border: 1px solid #4b408c;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin-bottom: 4px;
	font-weight: bold;
}   
.userprofil label {
	display: block;
	float: left;
	width: 200px;
	/*padding: 2px 0 0 10px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #8f003b;
}
.userprofil input.field {
	padding: 2px 3px 2px 3px;
	width: 200px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin: 2px 0 2px 10px;
	height: 13px;
	font-size: 0.9em;
}
.userprofil input.field:hover {
	background-color: #efefef;
}
.userprofil textarea {
	padding: 2px 3px 2px 3px;
	width: 200px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin: 2px 0 2px 10px;
	height: 100px;
	font-size: 1.1em;
}
.userimage {
	border: 3px solid #e1e1e1;
}
/* ****************************************************************************************************************************** */
/* BASE STANDARD SEARCH STYLES																 		  */
/* ****************************************************************************************************************************** */
.ajaxSearch_resultsInfo {
	padding: 5px;
	background-color: #eeeeee;
}
.ajaxSearch_highlight {
	font-weight: bold;
}
.ajaxSearch_result {
	padding-top: 4px;
	padding-bottom: 4px;
}
.ajaxSearch_extract {
	padding: 5px;
	background-color: #f2f2f2;
}
.ajaxSearch_resultLink {
	padding: 5px;
	font-weight: bold;
}
/* ****************************************************************************************************************************** */
/* BASE STANDARD EMAIL CONTACT FORM STYLES													 		  */
/* ****************************************************************************************************************************** */
#EmailForm p label {
		font-size: 1em;
}
#EmailForm fieldset {
	position: relative; 
	margin: 10px 0 5px 0;
	padding: 8px 0 8px 10px;
	border: 1px solid #e1e1e1;
	background-color: #f1f1f1;
}
#EmailForm legend {
	position: absolute;
	top: -.5em; 
	left: .5em;
	font-size: 1.1em;
	font-weight: bold;
}
#EmailForm label {
	display: block;
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3d3d3d;
}
#EmailForm input.field {
	padding: 2px 3px 2px 3px;
	width: 350px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin: 2px 0 2px 10px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#EmailForm select {
	padding: 2px 3px 2px 3px;
	width: 350px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin: 2px 0 2px 10px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#EmailForm input.field:hover {
	background-color: #efefef;
}
#EmailForm  textarea {
	padding: 2px 3px 2px 3px;
	width: 350px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin: 2px 0 2px 10px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}