/* ----------------------------------------------------------------------------
Patient 2 Patient Screen CSS File
Copyright 2007 by Softloop
---------------------------------------------------------------------------- */

*, html {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background: url(../img/gr_hg_muster.gif);
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #3b425f;
	padding-bottom: 8px;
	line-height: 18px;
}

p {
	margin-bottom: 30px;
}

h1 {
	font-weight: bold;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #3b425f;
}

a:hover {
	color: #b1b5bc;
}

a.aktiv {
	border-bottom: 1px solid #fff;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#logo {
	margin-top: 15px;
	margin-left: 15px;
}

#imprint {
	margin-left: 820px;
	margin-top: -19px;
	margin-bottom: 16px;
	font-size: 11px;
}

/* ----------------------------------------------------------------------------
Content
---------------------------------------------------------------------------- */

#content {
	background-color: #fff;
	overflow: hidden;
	padding-top: 10px;
}

#sidebar {
	position: relative;
	float: left;
	width: 188px;
	margin-right: 14px;
}

#article {
	position: relative;
	float: left;
	width: 668px;
	overflow: hidden;
	margin-left: 15px;
	border-bottom: 1px solid #b1b5bc;
}

* html #article {
	margin-left: 0px;
	width: 670px;
}

#article-left {
	position: relative;
	padding-top: 15px;
	padding-right: 15px;
	width: 356px;
	float: left;
}

#article-right {
	position: relative;
	padding-top: 15px;
	padding-left: 3px;
	float: left;
	overflow: hidden;
	width: 290px;
}

.datenschutz_an {
	margin-top: 414px;
	padding-top: 25px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11px;
}

.datenschutz_weiter {
	margin-top: 380px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11px;
}

* html .datenschutz_weiter, * html .datenschutz_an {
	padding-top: 50px;
}

#footer {
	width: 668px;
	font-size: 10px;
	padding-bottom: 15px;
	margin-left: 215px;
}

/* ----------------------------------------------------------------------------
Navi
---------------------------------------------------------------------------- */

#navi {
	width: 178px;
	height: 217px;
	background-color: #383f5c;
	margin-bottom: 20px;
	margin-left: 15px;
	padding-left: 10px;
	padding-top: 25px;
}

#startseite a {
	width: 147px;
	height: 23px;
	display: block;
	margin-bottom: 4px;
	background: url(../img/navi_startseite.gif) no-repeat 0 0;
}

#startseite a:hover {
	background-position: 0 -23px;
}

#wersindwir a {
	width: 147px;
	height: 23px;
	display: block;
	margin-bottom: 4px;
	background: url(../img/navi_wersindwir.gif) no-repeat 0 0;
}

#wersindwir a:hover {
	background-position: 0 -23px;
}

#anmelden a {
	width: 147px;
	height: 23px;
	display: block;
	margin-bottom: 4px;
	background: url(../img/navi_anmelden.gif) no-repeat 0 0;
}

#anmelden a:hover {
	background-position: 0 -23px;
}

#weiterempfehlen a {
	width: 147px;
	height: 35px;
	display: block;
	margin-bottom: 4px;
	background: url(../img/navi_weiterempfehlen.gif) no-repeat 0 0;
}

#weiterempfehlen a:hover {
	background-position: 0 -35px;
}

#newsletter {
	width: 178px;
	height: 100px;
	background-color: #fff;
	color: #fff;
	text-transform: uppercase;
	padding-top: 15px;
	margin-left: 15px;
/*	display: none;*/
}

/* ----------------------------------------------------------------------------
Formular
---------------------------------------------------------------------------- */

#formbox {
	width: 356px;
	height: 180px;
	line-height: 23px;	
	font-size: 10px;
}

table {
}

td {
	padding-top:  10px;
	width: 178px;
}

td.right {
	padding-left: 32px;
}

input.bg {
	background: url(../img/bg_input.gif) no-repeat;
	margin-top: 5px;
	height: 17px;
	width: 154px;
	padding-top: 2px;
	padding-left: 8px;
}

input.bg-error {
	background: url(../img/bg_input-error.gif) no-repeat;
	margin-top: 5px;
	height: 17px;
	width: 154px;
	padding-top: 2px;
	padding-left: 8px;
}

input.bgname {
	background: url(../img/bg_inputname.gif) no-repeat;
	width: 348px;
	margin-top: 5px;
	height: 17px;
	padding-top: 2px;
	padding-left: 8px;
}

input.bgname-error {
	background: url(../img/bg_inputname-error.gif) no-repeat;;
	width: 348px;
	margin-top: 5px;
	height: 17px;
	padding-top: 2px;
	padding-left: 8px;
}

textarea {
	background: url(../img/bg_textarea.gif) no-repeat;
	width: 346px;
	margin-top: 5px;
	height: 140px;
	padding: 5px;
}

.button {
	float: left;
	padding-top: 30px;
	padding-left:  1px;
	margin-bottom: 25px;
}