
/* Standard-CSS für www.clinic-plan.de */

/* Wichtige Farben
orange = #f8ad0c
hellblau = #c2caeb
*/

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

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li ,select, textarea, input,option
{ margin: 0; padding: 0; font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif; font-size:11px; color:#fff; }
select,option{font-size:11px}
option{padding: 0 1px}
body { text-align:center }
ul { padding-left:15px }
td { vertical-align:top }
html, body { font-size: 101%; }
html{background-image:url(../img/html_bg.jpg); background-position:top;background-repeat:repeat-x;background-color:#c2caeb}
a:link { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none; }
a:hover { color: #aaa; text-decoration: underline; }
a:active { color: #fff; text-decoration: none; }
strong { font-weight: bold; }
.c { clear: both; height:1px; overflow:hidden; }
.center { text-align: center; }
img { border: 0; }
.right { text-align: right; }
.top { vertical-align: top; }
h1 { font-weight:bold; color:#f8ad0c;font-size:12px }
p, ul {  }
textarea, input{border:1px solid #939393;}
input[type=checkbox]{border:0}
td,tr{height:10px;overflow:hidden}
textarea{overflow:auto;color:black}
input{color:black;border:1px solid #555;}
input[type=checkbox]{border:0px;height:12px;width:12px;overflow:hidden;margin-right:2px}
.smaller{font-size:10px}

a.orange,a:link.orange,a:visited.orange,a:hover.orange,a:active.orange, .orange{color:#f8ad0c; text-decoration:none}
a:hover.orange{text-decoration:underline}

#seite { width:950px; text-align:left; margin:0px auto;background-image:url(../img/seite_bg.gif);background-repeat:repeat-x}
#header { height:80px;padding-left:70px;margin-bottom:3px}
.absolute_wrapper{position:absolute;left:50%;width:950px;margin-left:-475px}


/* LINKS */
#left { float:left;width:405px;padding-left:60px;padding-top:50px;height:393px}
#left a{text-decoration:underline}
/* MITTE */
#center{float:left;width:250px;height:365px;padding-top:80px}
#hidden1{height:100px}


/* RECHTS */
#right{float:right;width:225px;padding-top:80px}
#right a, #right a:link, #right a:visited, #right a:active, #right a:hover { display:block; color:#cccccc;text-decoration:none;height:20px}
#right a:hover , #right a.active{color:#fff}

#flash{position:absolute;top:82px;left:459px;}

/* FOOTER */
#footer{border-top:2px solid #c2caeb;padding-left:60px;height:25px;padding-top:10px;margin-left:38px;width:814px}
#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover { color:#cccccc;text-decoration:none;}
#footer a:hover , #footer a.active{color:#fff}



/* HIGHSLIDE */
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

