/*************************************************
 * Seite: www.clericalmedical.de
 * Datei: print.css
 * Media: print
 * * * * * * * * * * * * * * * * * * * * * * * * *
 * Datum: 2009-07 | ...
 * Autor: Stephan Krause
 *************************************************/
 
* { 
	behavior: url(fileadmin/styles/iepngfix.htc);
	padding: 0;
	margin: 0;
}

.hidden,
.jump-navi,
.jump-header { display: none; }

.clear  { clear: both; }
.color1 { color: #FFCC00; }
.color2 { color: #FFCC66; }
.color3 { color: #666666; }
.error,
.form_error { color: #CC0000; }
.form_succeed { color: #008000; }
.important { font-style: italic; }

/*.float-left  { float: left; }
.float-right { float: right; }*/

.align-left    { text-align: left; }
.align-right   { text-align: right; }
.align-center  { text-align: center; }
.valign-middle { vertical-align: middle; }

.width-5pro { width: 5%; }
.width-10pro { width: 10%; }
.width-15pro { width: 15%; }
.width-20pro { width: 20%; }
.width-25pro { width: 25%; }
.width-30pro { width: 30%; }
.width-33pro { width: 32%; }
.width-35pro { width: 35%; }
.width-45pro { width: 45%; }
.width-50pro { width: 50%; }
.width-60pro { width: 60%; }
.width-66pro { width: 65%; }

.border     { border: 1px solid #CCCCCC; }
.no-border  { border: 0; }

.breaktop  { padding: 10px 0 0 0; }
.breakdown { padding: 0 0 10px 0; }

.lower {text-transform: lowercase;}
.upper {text-transform: uppercase;}
.capital {text-transform: capitalize;}


A IMG { border: none; }


/*************************************************/

html {
	font-size: 12px;
}

body {
	width: 100%;
	height: 100%;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 99%;
	margin: 10px;
	padding: 0;
}


/* HEADER
 *************************************************/
#header {
	width: 100%;
	height: 77px;
	position: relative;
}

/* * * * * * * * * * * * * * * * * * * * * * * * */
#header #logo {
	width: 289px;
	height: 77px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:10;
}

/* * * * * * * * * * * * * * * * * * * * * * * * */
#header #navi-basis {
	display: none;
}
#header #navi-service {
	display: none;
}

/* NAVI-BCT
 *************************************************/
#header #navi-bct {
	display: none;
}

/* MAIN
 *************************************************/
#main {
	position: relative;
	overflow: hidden;
}

/* NAVI-MAIN
 *************************************************/
#main #navi-main {
	display: none;
}

/* CONTENT
 *************************************************/
 
/* * * * * * * * * * * * * * * * * * * * * * * * */
#main  #teaser{
	/*width: 672px;*/
	display: none;
}

#main #teaser IMG{
	margin: 0;
	padding: 0;
}

/* YIELD
 *************************************************/
#main #yield {
	width: 100%;
}

/* MARGINAL
 *************************************************/
#marginal-top,
#marginal-bottom {
	display: none;
}


/* FOOTER
 *************************************************/
#footer {
	width: 100%;
	margin: 30px 0 0 0;
}
#footer #copyright {
	width: 100%;	
	text-align: left;
}
#footer P {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
#footer #navi-footer {
	display: none;
}


/* BANNER
 *************************************************/
#banner {
	display: none;
}
