/* *************************************************************************************************
 	  __   __   __ _    _ __ ___		
      \ \ / /  / _` |  | '_ ` _ \ 		 Copyrights: www.visionsactivemedia.de
	   \ V /  | (_| |  | | | | | |	_	 Published:	 09-02-2007
		\_/    \__,_|  |_| |_| |_| |_|   version: 	 0.1
 										
****************************************************************************************************

   

/* ****************************************************************************************************
   1. GENERAL
   ************************************************************************************************* */

* {margin: 0; padding: 0; border: 0;}

html, body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #466d60;
}

img {}

p {
	padding-bottom: 12px;
         padding-top: 8px;
 }

#content ul, #content ol {
	padding-left: 0px;
	margin-bottom: 16px;
	margin-left: 30px;
}

#content li {
	padding-left: 3px;
	
 }

/* 1.1 form ------------- */

label {cursor: pointer;}
input {border: 2px solid #000;}


/* 1.2 link ------------- */

a {
	color: #f02386;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}


/* 1.3 headlines -------- */

h1 {
	font-size: 36px;
	color: #466d60;
        font-weight: normal;
	padding-bottom: 20px;
}

h2 {
	font-size: 22px;
	color: #ef2386;
	padding-bottom: 12px;
}

h3 {
	font-size: 20px;
	color: #466d60;
	padding-top: 12px;
	padding-bottom: 8px;
}

h4 {}

h5 {}

h6 {}

h3.video_head {
color: #ef2386;
}

/* 1.4 text ------------- */

.subheadline {
	font-size: 16px;
	font-weight: bold;
	color: #ef2386;
	display: block;
}

.sel {
	font-size: 12px;
	font-weight: bold;
	color: #a3b6b0;
	padding-bottom: 6px !important;
}

.pink_bold {
	color: #ef2386;
	font-weight: bold;
}

.center {
	text-align: center;
}

.mr_r {

margin-left: 15px;
}



/* 1.5 clearfix ----------*/


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{display: inline-table;}

/* Hides from IE-mac */
* html .clearfix{height: 1%;}

.clearfix{display: block;} 

.cl {clear: both;}


/* ****************************************************************************************************
   2. LAYOUT
   ************************************************************************************************* */
#wrapper {
	position: relative;
	width: 890px;
	margin: 0 auto;
}

#top {
	position: relative;
	width: 890px;
	height: 250px;
	margin-bottom: 35px;
}

#logo {
	position: absolute;
	top: 20px;
	left: -4px;
}

#image {
	position: absolute;
	width: 260px;
	height: 185px;
	top: 47px;
	left: 605px;
	z-index: 1;

}

#image_contact, #image_patients, #image_start, #image_minimizer, #image_service {
	position: absolute;
	width: 260px;
	height: 185px;
	top: 47px;
	left: 605px;
	z-index: 1;
    display:none;
}

body#on #image {display: none;}
body#on_start #image {display: none;}
body#on_patients #image {display: none;}
body#on_contact #image {display: none;}
body#on_minimizer #image {display: none;}
body#on_service #image {display: none;}

body#on_start #image_start {display: block !important;}
body#on_patients #image_patients {display: block !important;}
body#on_contact #image_contact {display: block !important;}
body#on_minimizer #image_minimizer {display: block !important;}
body#on_service #image_service {display: block !important;}

#header {
	position: absolute;
	top: 47px;
	left: 35px;
	width: 855px;
	height: 150px;
	padding-top:35px;
}

#top #short_nav {
	position: absolute;
	top: 235px;
	left: 705px;
	font-size: 12px;
	color: #a3b6b0;
        text-align: right;
        width: 180px;
}
#top #short_nav a {
	color: #a3b6b0;
	text-decoration: none;
}

#top #short_nav a:hover {
	color: #f02386;
	text-decoration: underline;
}

#header #pink {
	position: relative;
	height: 130px;
	background: #F02386;
}

#header .teaser {
	position: absolute;
	top: 40px;
	left: 90px;
	font-size: 28px;
	color: #466D60;
}

#header .teaser span {
	color: #FFFFFF;
}

#header #pink .left {
	background: url(../img/corner_left.gif) no-repeat;
	width: 5px;
	height: 5px;
	font-size: 2px;
	float: left;
}

#header #pink .right {
	background: url(../img/corner_right.gif) no-repeat;
	width: 5px;
	height: 5px;
	font-size: 2px;
	float: right;
}

#header #green {
	position: relative;
	height: 20px;
	background: #466D60;
	font-size: 5px; /* for IE 6 */
}


#content {
	float: left;
	width: 630px;
	padding-right: 12px;
	margin-right: 10px;
	padding-bottom: 50px;
	padding-left: 35px;
}

#sidebar {
	padding-left: 15px;
        border-left: 1px dotted #8CA49C;
	float: left;
	width: 180px;
}
   

/* ****************************************************************************************************
   3. NAVIGATIONS
   ************************************************************************************************* */
#top_nav {
	position: absolute;
	top: 193px;
	left: 5px;
	z-index: 50;
} 

#nav_box ul {
	list-style: none;
	display: inline;
}

#nav_box .left {
	background: url(../img/nav_bg_left.gif) no-repeat;
	width: 5px;
	height: 57px;
	float: left;
}
#nav_box .content {
	background: url(../img/nav_bg.gif) repeat-x;
	height: 57px;
	float: left;
}
#nav_box .right {
	background: url(../img/nav_bg_right.gif) no-repeat;
	width: 5px;
	height: 57px;
	float: left;
}
#nav_box ul li {
	display: inline;
	float: left;
	padding-top: 13px;
}
#nav_box ul li a {	
	color: #ef2386;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-left: -1px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 3px;
	background: url(../img/nav_border_bg.gif) repeat-y left;
	line-height: 16px;
}

*html #nav_box ul li a  {
	margin-left: 0px;
}

#nav_box ul li a:hover {
	border-bottom: 8px solid #ccc;
}

#nav_box ul li a.current {
	color: #466d60;
	border-bottom: 8px solid #ef2386;
}

#nav_box ul li a.first {
	background: none;
}
#nav_box ul li a span {
	font-size: 12px;
	color: #a2b6af;
	font-weight: bold;
	display: block;
}

/* 3.1 sub nav ---------- */ 
   
ul#subnav, ul#subnav_two  {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 24px;
}

ul#subnav li, ul#subnav_two li {
	display: block;
	width: 175px;
}
ul#subnav li a, ul#subnav_two li a {
	display: block;
	width: 175px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ef2386;
	padding: 3px 0px 4px 10px; 
}
ul#subnav li a:hover, ul#subnav_two li a:hover {
	background: url(../img/sub_nav_bg_hover.gif) no-repeat;
}

ul#subnav li a.current, ul#subnav_two li a.current {
	background: url(../img/sub_nav_bg_current.gif) no-repeat;
	color: #FFFFFF;
}

ul#subnav ul {
        list-style: none;
	background: none;
	padding-left: 10px;

}
ul#subnav ul li a {
	color: #7d9990;
}

ul#subnav ul li a:hover {
background: none;
	color: #ef2386;
}

ul#subnav ul li a.current {
background: none;
	color: #ef2386;
	text-decoration: underline;
}

/* 3.2 footer nav ---------- */
#footer {
         margin-left: 25px;
         margin-bottom:35px;
         padding-bottom: 35px;
}

ul.footer {
	list-style: none;
	display: inline;
}

ul.footer li {
	display: inline;
	float: left;
}

ul.footer li a {	
	color: #a3b6b0;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 4px 8px 4px 8px;
	border-left: 1px solid #CCC;
}
ul.footer li a:hover {
	text-decoration: underline;
	color:#f02386;
}

ul.footer li a.current {
	text-decoration: underline;
	color:#999999;
}

ul.footer li a.first {
	border-left: none;
}
   
   
  
/* ****************************************************************************************************
   4. CONTENT
   ************************************************************************************************* */
.border {
display:block;
width: 340px;
	padding: 8px;
	background: #e7eeec;
	border: 1px solid #f968ae;
margin-bottom: 12px;
} 

.border_complete {
display:block;

	padding: 8px;
	background: #e7eeec;
	border: 1px solid #f968ae;
margin-bottom: 12px;
} 
/* IMAGES */

.dl_fl_l {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

.dl_fl_r {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
}

.dl_fl_l dd, .dl_fl_r dd {
	font-size: 12px;
	font-weight: bold;
}


.dl_fl_l dd, .dl_fl_r dd a {
	font-weight: normal;
	display: block;
}

.img_fl_l { 
	float: left;
	margin-right: 16px;
         margin-top:5px;
	border: 5px solid #dae2e0;
}

.img_fl_r { 
	float: right;
         margin-top: 5px;
	margin-right: 16px;
	border: 5px solid #dae2e0;
}

a.br img  {
	border: 5px solid #dae2e0;
}

a.br:hover img{
	border: 5px solid #ef2386;
}
.teaser {
	font-size: 14px;
	padding-bottom: 10px;
}
.teaser h3 {
	font-size: 18px;
	color: #ef2386;
	font-weight: bold;
	padding-top:8px;
	padding-bottom: 4px;
}

.teaser h3 a {
color: #ef2386;
text-decoration: none;}

.teaser h3 a:hover {
color: #ef2386;
text-decoration: underline;}

.teaser img {
	border: 3px solid #dae2e0;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
        margin-top:3px;
}

.teaser a img {
border: 3px solid #dae2e0;
}

.teaser a img:hover {
border: 3px solid #ef2386;
}

.teaser p {
	padding-bottom: 0px;
}

.gallery_thumbs {
	margin-top: 12px;
	margin-bottom: 12px;
}

.gallery_thumbs a img{
	border: 5px solid #dae2e0;
	margin-right: 12px;
}

.gallery_thumbs a:hover img{
	border: 5px solid #ef2386;

}

#login_box h3 {
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 6px;
	font-size: 20px;
}

#login_box {
	background: #dae2e0;
	width: 160px;
	padding: 10px;
       margin-bottom: 16px;
}

#login_box .inp {
	border: 1px solid #bfccc8;
	padding: 4px;
	width: 150px;
	background: #edf1f0;
	height: 22px;
}

#login_box .inp:focus {
	border: 1px solid #bfccc8;
	padding: 4px;
	width: 150px;
	background: #FFF;
}

#login_box .small {
	font-size: 11px;
	color: #7d9990;
}

.bt_login {
	background:#ededed;
	border: 1px solid #cccccc !important;
	margin-top:10px;
	margin-bottom:12px;
	padding:2px 5px 2px 5px;
	text-align:center;
	cursor:pointer;
	font-size: 14px;
	font-weight: bold;
	color: #f02386;
}
.bt_logoff {
	background: #dae2e0;
	border: none;
	margin-top:2px;
	margin-bottom:12px;
	padding:0;
	text-align:center;
	cursor:pointer;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}



.news, .start_list {
	margin-bottom: 20px;
}
.news p {
	margin-left: 140px;
}

.news p a, .start_list p a {
	background: url(../img/link_extern.gif) 0 4px no-repeat;
	padding-left: 18px;
}

.news img, .start_list img{
   border: 5px solid #dae2e0;
    margin-bottom: 35px;
    background: none !important;
}

.news a img, .start_list a img {
       background: none !important;
       border: 5px solid #dae2e0;
       padding-left:0px;
}

.news a img:hover, .start_list a img:hover {
       background: none;
       border: 5px solid #ef2386;
       padding-left:0px;
}
.startlist a {
       background: none !important;
       padding-left: 0px !important;
}

.startlist img {
	
}

.start_list h3 {
	color: #ef2386;
}

.start_list p {
	margin-left: 105px;
}

.box_patients {
	background: #dae2e0;
	padding: 5px 8px 5px 8px;
	width: 150px;
	height: 25px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 5px;
	border: 2px solid #b4c2bf;

}

.box_patients span {
	float: left;
	width: 70px;
}

.box_patients input {
	vertical-align: middle;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
}

.tb {
	border: 1px solid #dae2e0;
	margin-bottom: 12px;
	margin-top: 12px;
}

.tb th {
	background: #d0d8d6;
	color: #FFFFFF;
}

.tb_dark {
        background: #d0d8d6;
        color: #FFFFFF;
        text-align: center;
}

.tb_middle {
	background: #dae2e0;
	}
	
.tb_light {
	background: #f3f9f8;
}

a.dload_box {
	width: 185px;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin-right: 15px;
	text-align: center;
	margin-top: 24px;
	cursor: pointer;
	text-decoration: none;
	background: #fff;
}

a.dload_box:hover {
	background: #cad8d1;
}

a.dload_box span {
	display: block;
}

a.oview {
	width: 270px;
	margin-right: 25px;
	display: block;
	float: left;
	margin-bottom: 25px;
	color: #466d60;
	text-decoration: none;
}

a.oview:hover {
	background: #cad8d1;
text-decoration: none;
}

a.oview img {
	float: left;
}

a.oview .headline {
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #ef2386;
	margin-bottom: 5px;
}

a.oview span {
	margin-left: 90px;
	display: block;
}

.dloads_box {
	padding-bottom: 25px;
	display: block;
}

.dloads_box h3 {
	padding-bottom: 8px;
}
.preview {
	float: left;
	margin-right: 35px;

}
.icon {
	float: left;
	margin-right: 15px;
}	

.links {
	border-left: 1px dotted #a2b6af;
	margin-left: 190px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

a.contact_box {
	width: 185px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin-right: 15px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	background: #fff;
}

a.contact_box:hover {
	background: #cad8d1;
}

a.contact_box span {
	display: block;
}

.contact_col {
	float: left;
	margin-left: 15px;
}

.contact_col h2 {
	padding-top: 0px;
}

.skype_us h3 {
	font-size: 22px;
	font-weight: bold;
	color: #a3b6b0;
	padding-bottom: 3px;
}

.skype_us {
	font-size: 14px;
	margin-top: 16px;
}


.skype_us .call {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
}

.quicklinks {
	margin-top: 12px;
}


.quicklinks h3 {
	font-size:16px;
	color: #ef2386;
	padding-bottom: 4px;
}

.quicklinks p {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 14px;
}

.quicklinks a {
        color: #466d60;
        text-decoration:none;
}

.quicklinks a:hover {
        color: ef2386;
        text-decoration:underline;
}

.congresses_teaser {
	/*background: #e2e7e6;*/
	padding: 4px;
        margin-bottom: 16px;
}

.congresses_teaser h3{
	color: #f02386;
	padding-top: 4px;
	padding-bottom: 8px;
        font-size:18px;
}

.congresses_teaser p {
	padding-bottom: 3px;
	padding-top: 3px;
	border-top: 1px dotted #a3b6b0;
}

ul li.sitemap_head a {
	text-decoration: none;
	color: #466d60;
	font-size: 20px;
}

ul li.sitemap_head a:hover {
        color: #f02386;
        text-decoration: underline;
}

ul li.sitemap_sub a {
	text-decoration: none;
	color: #f02386;
	font-size: 16px;
}

ul li.sitemap_sub a:hover {
        text-decoration:underline;
}

#start_col {
width: 350px;
float: left;
padding-right: 10px;
}

#start_col_two {
	float: left;
	width: 240px;
	padding-left: 10px;
	border-left: 1px dotted #8CA49C;

	
}



   
/* ****************************************************************************************************
   5. FORM
   ************************************************************************************************* */
#contact-form input {
	width: 260px;
	padding: 6px 6px;
   	border: 1px solid #bfccc8;
	background: #edf1f0;
	font-size: 16px;

}

#contact-form input:focus, #contact-form textarea:focus {
	background: #FFF;
}

#contact-form select {
   	border: 1px solid #bfccc8;
	background: #edf1f0;
	font-size: 14px;
}

#contact-form label {
	margin-top: 8px;
	display: block;
}

.top p {
	width: 150px;
}

#contact-form .first_col {
	float: left;
	margin-right: 20px;}
   
   
#contact-form textarea {
	width: 500px;
	border: 1px solid #bfccc8;
	background: #edf1f0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	overflow: auto;
}

#contact-form .option {
	margin-top: 20px;
	margin-bottom: 16px;
}
#contact-form .option input {
	width: auto;
	padding: 0px;
	border: none;
	background: none;
}

#contact-form .option label {
	display: inline;
	vertical-align: middle;
}

#contact-form .sb_button {
	width: auto;
	padding: 4px 12px;
	font-weight: bold;
	color: #ef2386;
}
   
   
   
   
   
   
   
   
   
/* ****************************************************************************************************
   6. STYLES
   ************************************************************************************************* */

/* 6.1 margin ------------*/

.s_mg_t {margin-top:8px; ;}
.s_mg_r {margin-right: 8px;;}
.s_mg_l {margin-left: 8px;;}
.s_mg_b {margin-bottom:8px; }

.m_mg_t {margin-top:16px ;}
.m_mg_r {margin-right:16px ;}
.m_mg_l {margin-left:16px ;}
.m_mg_b {margin-bottom:16px ;}

.l_mg_t {margin-top: 24px;}
.l_mg_r {margin-right: 24px;}
.l_mg_l {margin-left:24px ;}
.l_mg_b {margin-bottom:24px ;}


/* 6.2 padding ---------- */

.s_pd_t {padding-top: ;}
.s_pd_r {padding-right: ;}
.s_pd_l {padding-left: ;}
.s_pd_b {padding-bottom: ;}

.m_pd_t {padding-top: ;}
.m_pd_r {padding-right: ;}
.m_pd_l {padding-left: ;}
.m_pd_b {padding-bottom: ;}

.l_pd_t {padding-top: ;}
.l_pd_r {padding-right: ;}
.l_pd_l {padding-left: ;}
.l_pd_b {padding-bottom: ;}

.no_pd_t {padding-top:0px;}
.no_pd_b {padding-botom:0px;}
.no_pd_l {padding-left:0px;}
.no_pd_r {padding-right:0px;}


/* 6.3 float ------------ */

.fl_l {float: left;}
.fl_r {float: right;}


/* ****************************************************************************************************
   7. OTHER
   ************************************************************************************************* */
