/* ************************************************* */
/* CSS fŸr Sven Sauer Healthcare Consulting 2011     */
/*  DBlau #648fad */
/*  HBlau #88c2eb */
/* ************************************************* */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #fff;
	text-align: center;
	/* horizontal zentrieren fŸr IE 5 */
}

a { color: #000; }

body, div
{
	color: #666;
	line-height: 20px;
	font-size: 13px;
	font-family: Helvetica, Arial, Verdana, "Lucida Grande", Geneva, Espy Sans, Arial, sans-serif;
	font-weight: normal;
}

table
{
	margin: 0;
	padding: 0;
	border: none;
}

td
{
	margin: 0;
	padding: 0;
	border: none;
}

th  /* Bildspalte */
{
	margin: 0;
	padding: 0;
	border: none;
}

/* ------ nur gedruckt sichtbar/unsichtbar ---------- */
.print, .PRINT { display: none; }
.noprint, .NOPRINT { }

/* ************************************************* */
/* ------ LAYOUT ----------------------------------- */
/* ************************************************* */
#border
{
	width: 1004px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	/* Ausrichtung auf links zurŸcksetzen */
	margin-top: 15px;
	/*
	border: 1px solid green;
*/
}

#top
{
	height: 83px;
	margin: 0 auto;
	padding-left: 22px;
	background-image: url(../img/bg-top-transp-83.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*
	border: 1px solid red;
*/
}

#top table
{
	width: 960px;
	border-collapse: collapse;
	/*
		border: 1px solid green;
*/
}

#top td { vertical-align: bottom; }

#footer
{
	margin: 0 auto;
	padding-top: 65px;
	background-image: url(../img/bg-bottom-transp-40.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 60px;
/* 		border: 1px solid red; */
}

#wrapper /* Seite wird zentriert */
{
	margin: 0 auto;
	padding: 0 22px;
	padding-bottom: 7px;
	text-align: left;
	/* Ausrichtung auf links zurŸcksetzen */
	background-image: url(../img/bg-border-transp-1004.png);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 400px;
	/*
	border: 1px dotted black;
*/
}

#language { }

.language, .language a
{
	color: #999;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
	padding-bottom: 15px;
}

.language a:hover { color: #333; }

#nav
{
	width: 230px;
	float: left;
	padding: 0px 40px 0 40px;
	margin-top: 80px;
	/*
	border: 1px solid red;
*/
}

#nav img
{
	margin-top: 0px;
	display: block;
}

#content
{
	padding: 0 40px;
	clear: right;
}

/* ------ Kopf ---------- */
#headerimage
{
	height: 300px;
	width: 560px;
	text-align: right;
	float: right;
	/*
		border: 1px dotted blue;
*/
}

#logo
{
	width: 310px;
	height: 98px;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: visible;
	/*
	border: 1px solid blue;
*/
}

#logo img
{
	border: none;
	padding: 0;
	margin-top: 32px;
	overflow: visible;
}

#headline { }
#add-content { display: none; }

/* ************************************************* */
/* ------ FORMATIERUNG ----------------------------- */
/* ************************************************* */
/* ------Ueberschriften---------- */
h1, h2, h3, .H1, .H2, .H3
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 15px 0 10px 0;
	margin: 0;
	color: #648FAD;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: lighter;
}

h1, .H1
{
	font-size: 28px;
	font-weight: lighter;
	line-height: 90%;
}

h2, .H2
{
	font-size: 22px;
	font-weight: lighter;
	line-height: 100%;
}

h3, .H3
{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 130%;
}

/* ------Textinhalte---------- */
.text
{
	font-size: 14px;
	line-height: 145%;
}

.small, .SMALL
{
	font-size: 11px;
	line-height: 120%;
	color: #666;
}

.text a
{
	color: #88c2eb;
	text-decoration: none;
	font-weight: bold;
	font-size: 95%;
	white-space: nowrap;
}

.text a:hover { color: #333; }

/* ------Bilder im Text ---------- */
.text img
{
	border: none;
	padding: 0;
}

.text img a { border: none; }

/* ------Listen mit Bullets ---------- */
.text ul
{
	list-style: none;
	margin: 5px 0 0 20px;
	padding: 0;
}

.text ul li
{
	margin: 0;
	padding: 0 0 4px 0;
	list-style-image: url(../img/bullet_gray2.gif);
	line-height: 17px;
	background-image: url(../img/hr_dotted.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

.text ul li li
{
	margin: 0;
	padding: 5px 0 4px 0;
	list-style-image: none;
	background-image: url(../img/hr_dotted.gif);
	background-repeat: repeat-x;
	background-position: 0 0%;
	list-style-type: upper-roman;
}

.text li:hover { background-color: #fafafa; }

/* ------Listen mit Links ---------- */
.text ol
{
	list-style: decimal;
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
}

.text ol li
{
	margin: 0;
	padding: 5px 0 4px 0;
	line-height: 17px;
	background-image: url(../img/hr_dotted.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

.text ol li li
{
	padding: 5px 0 0 0;
	background-image: url(../img/hr_dotted.gif);
	background-repeat: repeat-x;
	background-position: 0 0%;
	list-style-type: upper-roman;
}

/* ------Tabellen---------- */
.text table
{
	background-color: #efefef;
	width: 100%;
	margin: 5px 0;
	padding: 0;
}

.text tr
{
	padding: 0;
	margin: 0;
}

.text td
{
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	padding: 5px 10px 5px 10px;
	margin: 0;
	color: #666;
}

/*
.text td:hover { background-color: #dedede; }
*/

.text hr
{
	background-color: #ddd;
	color: #ddd;
	border: none;
	height: 1px;
	line-height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
}

/* ------ footer ---------- */
.footer-text
{
	font-size: 11px;
	color: #999;
	line-height: 140%;
	text-align: center;
}

.footer-text a
{
	color: #999;
	text-decoration: none;
}

.footer-text a:hover { color: #000; }

/* ------Bildunterschrift---------- */
.caption, .CAPTION
{
	font-size: 11px;
	line-height: 120%;
	color: #999;
	font-style: italic;
	padding: 0 0 0 1px;
	margin-bottom: 15px;
}

/* ------ Download-Listen ---------- */
.PDF ul, .ZIP ul
{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 1px 0 1px 0;
	color: #999;
}

.PDF ul li, .ZIP ul li
{
	margin: 0;
	padding: 1px 0 2px 3px;
	list-style-image: url(../img/spacer.gif);
	line-height: 15px;
	/*
	background-image: url(../img/hr_dotted.gif);
*/
	background-repeat: repeat-x;
	background-position: 0 100%;
}

.PDF a, .ZIP a
{
	color: #ff6600;
	text-decoration: none;
	border-bottom: 0px dotted #ff6600;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 30px;
}

.PDF a { background-image: url(../img/pdf_9.gif); }
.ZIP a { background-image: url(../img/zip_9.gif); }

/* ************************************************* */
/* -------Inhalte----------------------------- */
/* ************************************************* */
.MARKER
{
	background-color: #88c2eb;
	color: white;
	padding: 1px 3px 0 4px;
}

.COLOR
{
	color: #648fad;
	font-weight: bold;
}

.KURSIV
{
	font-style: italic;
	letter-spacing: 0.05em;
	color: #666;
}

.FETT, .text strong
{
	color: #666;
	font-size: 95%;
	font-weight: bold;
}

.small strong
{
	color: #555;
	font-weight: bold;
}

/* ************************************************* */
/* ------ FORMULARE -------------------------------- */
/* ************************************************* */
form
{
	background: #fff;
	color: #666;
	border: 0px solid #ddd;
	margin: 0;
	padding: 0;
}

form table
{
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

form td
{
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
}

/*
form td:hover { background-color: red; }
*/

form strong { }

label, input, select
{
	/* Alle Labels UND Formularelemente auswŠhlen */
	width: 90px;
	/* Breite.*/
	border: 0px solid #eee;
	display: inline-block;
}


label
{
	text-align: left;
	margin-right: 10px;
	margin: 10px 0 0 0;
}

label.auswahl
{
	width: auto;
	text-align: left;
}

.cbox
{
	width: 20px;
	border: none;
}

input, textarea
{
	margin-right: 7px;
	padding: 0 0 0 5px;
	border: 1px solid #88c2eb;
	font-size: 16px;
}

input { height: 25px; }
.radio
{
	padding: 0 0 0 5px;
	margin: 0;
	width: auto;
	vertical-align: middle;
	border: none;
}


textarea
{
	background-color: #fff;
	border: 1px solid #88c2eb;
	padding: 3px;
}

input#submit, input#reset
{
	font-size: 11px;
	color: #88c2eb;
	line-height: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border: 1px solid #88c2eb;
	background-color: #f5faff;
	font-weight: bold;
}

input#submit:hover, input#reset:hover
{
	background-color: #88c2eb;
	color: #fff;
}

/* ************************************************* */
/* ------ TESTS -------------------------------- */
/* ************************************************* */
