/*------------------------------------------------------------------------
	GEWIDA // © Frederic K. Herring, cmXs 2009
--------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 11px;
	font-family: "lucida grande", arial;
	line-height: 15px;
}


img {
	border: 0px solid;
	margin: 0px;
	padding: 0px;
}


.high {
	position: relative;
	top: -0.4em;
	font-size: 70%;
	line-height: 0%;
	color: #333333;
}

.picborder {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 3px solid #e4e4e4;
}

.picborder img {
	float: left;
}

.picbox {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}




/*-------------------------------------------------------------
	Newsletter und Suche Eingabefelder 
---------------------------------------------------------------*/

.suchebox {
	float: right;
	padding-right: 17px;
	padding-top: 11px;
}

.suchmaske {
	background-image: url(../img/suchmaske.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 20px;
	float: left;
	padding-left: 20px;
}




.suchmaske-input, .suchmaske-input:visited {
	width: 90px;
	border: 0px solid;
	font-family: "lucida grande", arial;
	font-size: 10px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	height: 14px;
	margin-top: 2px;
	background-color: #e9e9e9;
}

.suchmaske-input:hover {
	width: 90px;
	border: 0px solid;
	font-family: "lucida grande", arial;
	font-size: 10px;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	height: 14px;
	margin-top: 2px;
	background-color: #e9e9e9;
}





/*-------------------------------------------------
eingabefelder
-------------------------------------------------*/


.dropdown, .dropdown:visited {

	background-color: #ededed;
	width: 300px;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 20px;
	padding-top: 0px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #cccccc;
	
}

.dropdown:hover {
	background-color: #ededed;
	width: 300px;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 20px;
	padding-top: 0px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #0b0b0b;
	
}




.inputfield, .inputfield:visited {
	background-image: url(../img/input_shader.png);
	background-repeat: repeat-x;
	width: 300px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #cccccc;
	
}


.inputfield:hover {
	background-color: url(../img/input_shader.png);
	background-repeat: repeat-x;
	width: 300px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #0b0b0b;
	
}


.inputbox, .inputbox:visited {
	background-image: url(../img/input_shader.png);
	background-repeat: repeat-x;
	width: 300px;
	height: 100px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #cccccc;
	
}


.inputbox:hover {
	background-image: url(../img/input_shader.png);
	background-repeat: repeat-x;
	width: 300px;
	height: 100px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #0b0b0b;
	
}











/*------------------------------------
	search
-------------------------------------*/



.searchbox {
	height: 25px;
	width: 170px;
}

.box-input {
	height: 15px;
	width: 140px;
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
	margin-top: 3px;
	padding-left: 2px;
	border: 0px solid;
	float: left;
}




/*------------------------------------
	container
-------------------------------------*/

.container {
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}


.innencontainer {
	width: 882px;
	float: left;
}


.leftside {
	width: 200px;
	float: left;
	padding-left: 35px;
}


.rightside {
	width: 638px;
	float: left;
}




/*------------------------------------
	topbox
-------------------------------------*/

.topbox {
	width: 882px;
	float: left;
	clear: left;
	background-image: url(../img/topbox_shader.png);
	background-repeat: repeat-y;
}



/*------------------------------------
	topnav
-------------------------------------*/

.topnav {
	float: left;
	width: 620px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}


.topnav a, .topnav a:visited {
	font-family: "lucida grande", arial;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	padding-right: 20px;
	float: left;
}

.topnav a:hover {
	text-decoration: underline;
	color: #0b0b0b;
}


/*------------------------------------
	topboxklammer
-------------------------------------*/

.topboxklammer {
	float: left;
	width: 500px;
}

/*------------------------------------
	leftlogo // rightlogo
-------------------------------------*/

.leftlogo {
	float: left;
	clear: left;
	padding-left: 35px;
	padding-top: 6px;
}

.rightlogo {
	float: right;
	padding-right: 32px;
	padding-top: 4px;
	margin-top: 17px;
}





/*------------------------------------
	mainnavbox
-------------------------------------*/

.mainnavbox {
	float: left;
	clear: left;
	width: 882px;
	height: 45px;
	overflow: visible;
}

.mainnav {
	float: left;
	width: 650px;
	padding-top: 10px;
	padding-left: 35px;
}


.mainnav a, .mainnav a:visited {
	font-family: "lucida grande", arial;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	padding-right: 15px;
	float: left;
}

.mainnav a:hover {
	text-decoration: underline;
}



/*------------------------------------
	subnav
-------------------------------------*/


.subnavbox {
	float: left;
	clear: left;
	width: 200px;	
	padding-bottom: 15px;

}

.subnav {
	padding-top: 10px;
	float: left;
	clear: left;
	width: 200px;
}


.subnav a, .subnav a:visited {
	font-family: "lucida grande", arial;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
	color: #333333;	
	float: left;
	display: block;
	width: 195px;
	padding-bottom: 7px;
}


.subnav a:hover {
	color: #0b0b0b;
	text-decoration: underline;
}


.subnav_sel, .subnav_sel:visited, .subnav_sel:hover {
	color: #0b0b0b;
	text-decoration: underline;
	padding-bottom: 7px;
	float: left;
	display: block;
}



/*------------------------------------
	nopics
-------------------------------------*/

.nopics {
	float: left;
	clear: left;
}

.nopicmain img {
	float: left;
}



.nopicsub {
	padding-top: 21px;
	float: left;
	clear: left;
	padding-bottom: 20px;
}

.nopicsub img {
	float: left;
}





/*------------------------------------
	selector
-------------------------------------*/

.selector {
	float: left;
	clear: left;
	width: 872px;
	padding-left: 20px;
}

.selector img {
	float: left;
}









/*------------------------------------
	infobox
-------------------------------------*/


.infobox-noborder {
	float: left;
	width: 200px;
	padding-bottom: 15px;
	padding-top: 8px;
	
}


.infobox {

	background-image: url(../img/infobox_shade.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #dbdbdb;
	float: left;
	width: 200px;
	padding-top: 16px;
	padding-bottom: 15px;
	
}


.infobox-headline {
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: #333333;
	width: 200px;
	margin-bottom: 9px;
}

.infobox-subline {
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 14px;
	font-weight: normal;
	width: 200px;
	color: #555459;
	line-height: 16px;
}

.infobox-newsletter {
	float: left;
	clear: left;
	width: 200px;
	padding-bottom: 12px;
}

.infobox-copy {
	float: left;
	clear: left;
	width: 200px;
	color: #333333;
	font-size: 11px;
	font-family: "lucida grande", arial;
	line-height: 14px;
}

.infobox-copy a, .infobox-copy a:visited {
	color: #333333;
	text-decoration: underline;
}

.infobox-copy a:hover {
	color: #0b0b0b;
	text-decoration: none;

}

.infobox-more {
	float: left;
	clear: left;
	width: 200px;
	margin-top: 11px;
	margin-bottom: 0px;
}

.infobox-more a, .infobox-more a:visited {
	color: #999999;
	text-decoration: none;
	font-family: "Lucida Grande", arial;
	font-size: 10px;
	line-height: normal;
}

.infobox-more a:hover {
	color: #000000;
	text-decoration: none;

}








/*------------------------------------
	artikel
-------------------------------------*/

.artikel {
	float: left;
	clear: left;
	padding-bottom: 15px;
	width: 560px;
	padding-left: 30px;

}


/*----------- headline-main -----------------*/

.headline-main {
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 20px;
	font-weight: bold;
	color: #505050;
	line-height: 25px;
}

.subline-main  {
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	width: 560px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 8px;
}



/*----------- headline-ortho -----------------*/

.headline-orth {
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 20px;
	font-weight: bold;
	color: #c50020;
	line-height: 25px;
	width: 560px;
}

.subline-orth  {
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	width: 560px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 8px;
}




/*----------- headline-medisport -----------------*/

.headline-medisport {
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 20px;
	font-weight: bold;
	color: #104d8f;
	line-height: 25px;
	width: 560px;
}

.subline-medisport  {
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	width: 560px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 8px;
}



/*----------- headline-medicare -----------------*/

.headline-medicare {
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 20px;
	font-weight: bold;
	color: #1b871f;
	line-height: 25px;
	width: 560px;
}

.subline-medicare  {
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	width: 560px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 8px;
}






/*----------- copy main -----------------*/


.copy {
	padding-top: 10px;
	float: left;
	clear: left;
	width: 560px;
	color: #333333;
	font-size: 12px;
	font-family: "lucida grande", arial;
	line-height: 19px;
}

.copy a, .copy a:visited {
	color: #0b0b0b;
	text-decoration: underline;
}

.copy a:hover {
	color: #0b0b0b;
	text-decoration: none;
}





/*------------------------------------
	printsend
-------------------------------------*/

.printsend {
	float: left;
	width: 560px;
	padding-top: 20px;
	font-family: arial;
	font-size: 10px;
	line-height: normal;
	color: #999999;
	padding-bottom: 20px;
}

.printsend a, .printsend a:visited {
	font-family: "Lucida Grande", arial;
	font-size: 10px;
	line-height: normal;
	color: #999999;
	text-decoration: none;
}

.printsend a:hover {
	font-family: "Lucida Grande", arial;
	font-size: 10px;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}













/*------------------------------------
	footer
-------------------------------------*/

.footer {
	float: left;
	clear: left;
	width: 843px;
	padding-top: 10px;
	padding-bottom: 50px;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: normal;
	color: #212121;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	background-position: 8px 0px;
	padding-left: 37px;

}


.footer a, .footer a:visited {
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: normal;
	color: #212121;
	text-decoration: none;
	padding-right: 20px;
}

.footer a:hover {
	text-decoration: underline;
}



.footer img {
	float: left;
}

