/* CSS modified by sevenvoice.de + ideaday.de */

/*----- Changes requested ------*/
a:link {color:#0000FF; text-decoration:underline}
a:visited {color:#0000FF; text-decoration:underline}
a:active {color:#0000FF; text-decoration:underline}
a:hover {color:#0000FF; text-decoration:none}

/*----- Structure ----- */


body {
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: 'Tahoma';
	/*color:#707070;*/
	color:#000000;
}


#top-logo {
	position: absolute;
	top:30px;
	left:50px;
	width:191px;
}

#top-heading {
	position: absolute;
	top:0px;
	left:250px;
	/*width:604px;*/
	width:624px;
}

#side {
	width: 191px;
	position: absolute;
	top:200px;
	left:50px;
}

#content {
	width: 624px;
	position: absolute;
	top:200px; /*same as @sidebar*/
	left:250px; /*same as @top-heading */
}



#footer{
	position:relative;
	top:-10px;
	left:-7px;
}

#footer p {
	text-align:center;
	font-size:10px;
	line-height: 2;
}

ul {
	margin-top:0px;
}


/*----- Content Boxes ----- */

.content_body p {
	padding:0px 0px 10px 0px;
	text-align:left;
}

.content_body h1 {
	font-size:20px;
	padding:0px 0px 0px 0px;
	margin-left:-5px;
}

.content_body h2 {
	font-size:13px;
	padding:0px 0px 0px 0px;
}

.content_header {
	width:624px;
	float:top-right;
	height:23px;	
	background:url(http://www.schmerzklinik.com/themes/schmerzklinik.com-2009/assets/content_header.gif) no-repeat;	
	padding:10px 0 0px 20px;
	font:Tahoma, Arial;
	font-size:11px;
	font-weight:bold;
}


.content_body {
	padding:0px 20px 10px 20px;
	width:582px;
	background:#fff;
	border-top:1px solid #fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc; 
	float:top-right;
}

.content_footer {
	width:624px;
	float:top-right;
	height:45px;
	background:url(http://www.schmerzklinik.com/themes/schmerzklinik.com-2009/assets/content_footer.gif) no-repeat;
}

/*----- Nav ----- */

.class nav {
	width:191px;
}

.nav_list {
	margin: 0;
	padding: 0;
	width: 191px;
	list-style: none;
	overflow: hidden;
}

.nav_list li {
	width: 191px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
}

.nav_list a {
	color:#707070;
	text-decoration:none;
}

.li_nav_header {
	display: block;
	width: 191px;
	height: 24px;
	background: url(http://www.schmerzklinik.com/themes/schmerzklinik.com-2009/assets/nav_header.gif) no-repeat;
	padding:10px 0 0px 20px;
	font:Tahoma, Arial;
	font-size:11px;
	font-weight:bold;
}

.li_nav_body a  {
	display: block;
	width: 191px;
	height: 21px;
	background: url(http://www.schmerzklinik.com/themes/schmerzklinik.com-2009/assets/nav_body.gif) no-repeat;
	padding-left: 25px;
	line-height:20px;
}

.li_nav_footer a  {
	display: block;
	width: 191px;
	height: 45px;
	background: url(http://www.schmerzklinik.com/themes/schmerzklinik.com-2009/assets/nav_footer.gif) no-repeat;
	padding-left: 155px;
}

.li_nav_body a:hover {
	background-position:  0 -21px;
	color:#0F3D80;
}

.li_active a:active  {
	background: url(http://www.schmerzklinik.com/themes/schmerzklinik.com-2009/assets/nav_body.gif) no-repeat;
	background-position:  0 -42px;
	color:#0F3D80;
}


/* CSS III Custom template styles */
/* ******************************* */

.li_divider {
	border-bottom:1pt solid #000;
}


/* Text styles */
/* ... devenir gris ... */

p {
	padding:0px;
	margin:0px;
}

/*-- Top Heading special formatting --*/
/*-- Credits to Georg // sevenvoice.de --*/

#top-heading h1{
	font:Tahoma, Arial;
	font-size:40px;
	font-weight:bold;
	color:#0b0063;
	font-variant:small-caps;
	margin-top: 20px;
	margin-bottom: -15px; /*Moves the text below closer*/	
}

#top-heading h2{
	font:Tahoma, Arial;
	font-size:19px;
	font-weight:bolder;
	color:#0b0063;
}

#top-heading p{
	line-height:1.5;
	margin-top:-10px;
	font-size:15px;	
}


