
/**************************************************
	Radiologie Wismar
	Screen Stylesheet v0.2
***************************************************/


body {
	background: transparent url(/images/back.gif) top left repeat-x;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-align: left;
	padding: 0 10px;
	margin: 0;
	}

a {
	color: #478FA0;
	text-decoration: underline;
	}
a:hover {
	color: #FF6633;
	}

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 28px;
	font-weight: bold;
	color: #1b508b;
	margin: 10px 0 0 0;
	}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 30px 0;
	}

h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	}

.kleiner10 {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	}

.marker {
	color: white;
	background-color: #e77919;
	}

ul li {
	padding: 5px;
	}

ul.kurzform li {
	padding: 4px;
	list-style-type: circle;
	}

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted;
	* border-bottom: none;
	cursor: help;
	}

#navi {
	position: relative;
	text-align: left;
	height: 88px;
	}

#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#navi ul li {
	padding: 0;
	display: inline;
	float: left;
	height: 88px;
	width: 80px;
	}

#navi ul li#nav-logo {
	background: transparent url(/images/rwl_01.gif) 0 0 no-repeat;
	width: 180px;
	}
#navi ul li#nav-home {
	background: transparent url(/images/navi/home_n.gif) 0 5px no-repeat;
	}
#navi ul li#nav-ueber-uns {
	background: transparent url(/images/navi/ueber_uns_n.gif) 0 5px no-repeat;
	}
#navi ul li#nav-leistungen {
	background: transparent url(/images/navi/leistungen_n.gif) 0 5px no-repeat;
	}
#navi ul li#nav-service {
	background: transparent url(/images/navi/service_n.gif) 0 5px no-repeat;
	}
#navi ul li#nav-partner {
	background: transparent url(/images/navi/partner_n.gif) 0 5px no-repeat;
	}
#navi ul li#nav-kontakt {
	background: transparent url(/images/navi/e-mail_n.gif) 0 5px no-repeat;
	}
#navi ul li#nav-fibel {
	background: transparent url(/images/navi/fibel_n.gif) 0 5px no-repeat;
	}

#navi ul li#nav-logo a {
	background: transparent url(/images/rwl_01.gif) 0 0 no-repeat;
	width: 180px;
	}
#navi ul li#nav-home a {
	background: transparent url(/images/navi/home_n.gif) 0 5px no-repeat;
	}
#navi ul li#nav-ueber-uns a {
	background: transparent url(/images/navi/ueber_uns_n.gif) 0 5px no-repeat;
	}
#navi ul li#nav-leistungen a {
	background: transparent url(/images/navi/leistungen_n.gif) 0 5px no-repeat;
	}
#navi ul li#nav-service a {
	background: transparent url(/images/navi/service_n.gif) 0 5px no-repeat;
	}
#navi ul li#nav-partner a {
	background: transparent url(/images/navi/partner_n.gif) 0 5px no-repeat;
	}
#navi ul li#nav-kontakt a {
	background: transparent url(/images/navi/e-mail_n.gif) 0 5px no-repeat;
	}
#navi ul li#nav-fibel a {
	background: transparent url(/images/navi/fibel_n.gif) 0 5px no-repeat;
	}

#navi ul li#nav-logo a:hover { background-image: url(/images/navi/logo_h.gif); }
#navi ul li#nav-home a:hover { background-image: url(/images/navi/home_h.gif); }
#navi ul li#nav-ueber-uns a:hover { background-image: url(/images/navi/ueber_uns_h.gif); }
#navi ul li#nav-leistungen a:hover { background-image: url(/images/navi/leistungen_h.gif); }
#navi ul li#nav-service a:hover { background-image: url(/images/navi/service_h.gif); }
#navi ul li#nav-partner a:hover { background-image: url(/images/navi/partner_h.gif); }
#navi ul li#nav-kontakt a:hover { background-image: url(/images/navi/e-mail_h.gif); }
#navi ul li#nav-fibel a:hover { background-image: url(/images/navi/fibel_h.gif); }

#navi ul li#nav-home a#nav-active {
	background: transparent url(/images/navi/home_c.gif) 0 5px no-repeat;
	}
#navi ul li#nav-ueber-uns a#nav-active {
	background: transparent url(/images/navi/ueber_uns_c.gif) 0 5px no-repeat;
	}
#navi ul li#nav-leistungen a#nav-active {
	background: transparent url(/images/navi/leistungen_c.gif) 0 5px no-repeat;
	}
#navi ul li#nav-service a#nav-active {
	background: transparent url(/images/navi/service_c.gif) 0 5px no-repeat;
	}
#navi ul li#nav-partner a#nav-active {
	background: transparent url(/images/navi/partner_c.gif) 0 5px no-repeat;
	}
#navi ul li#nav-kontakt a#nav-active {
	background: transparent url(/images/navi/e-mail_c.gif) 0 5px no-repeat;
	}
#navi ul li#nav-fibel a#nav-active {
	background: transparent url(/images/navi/fibel_c.gif) 0 5px no-repeat;
	}


#navi ul li a:link,
#navi ul li a:visited,
#navi ul li a:hover,
#navi ul li a:active {
	display: block;
	color: #D5D5D5;
	text-decoration: none;
	line-height: 88px;
	font-weight: bold;
	height: 88px;
	}

#navi ul li a span {
	display: none;
	}

ul.pipelinks {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style: none;
	}
ul.pipelinks li {
	margin-left: 0;
	padding: 0 3px 0 6px;
	border-left: 1px solid #555;
	list-style: none;
	display: inline;
	}
ul.pipelinks li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	

div.content {
	width: 772px;
	padding: 20px;
	\width: 732px;
	}
	
div.float-left {
	float: left;
	margin: 0 30px 30px 0;
	}

div.float-right {
	float: right;
	margin: 0 0 30px 30px;
	}


img.foto-rahmen {
	border-top: #CCC 1px solid;
	border-right: #AAA 1px solid;
	border-bottom: #AAA 1px solid;
	border-left: #CCC 1px solid;
	padding: 4px;
	background-color: #FAFAFA;
	}

#footer {
	margin-left: 0px;
	padding: 10px;
	}
	
dt {
	font-weight: bold;
	margin: 15px 0 10px 0;
	border-top: #000 1px dashed;
	padding-top: 15px;
	}
dd {
	}
	
/**************************************************
	Formulare
***************************************************/

fieldset {
	border: #000 1px dashed;
	text-align: left;
	margin: 10px 0 5px 0;
	padding: 5px 0;
	* padding: 0 0 5px 0;
	}

form {
	display: inline;
	}

input,
input[type="text"],
input[type="password"],
select,
textarea {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #444;
	padding: 1px 0;
	}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	background-color: #FFFFE1;
	}


input[type="submit"] {
	padding: 0 2px;
	}

label {
	cursor: hand;
    }

legend {
	font-weight: bold;
	margin: 0;
	* margin: 0 0 0 -7px;
	padding: 0 5px;
	* padding: 0 5px 15px 5px;
	}

optgroup {
	padding: 5px 0 0 0;
	font-style: normal;
	font-size: 11px;
	padding-left: 4px;
	}

optgroup option {
	padding-left: 7px;
	}
optgroup option:before {
	content: " » ";
	}

.checkbox-longtext {
	float: left;
	margin: 0 5px 7px 0;
	}

.formelement40	{ width:  40px; }
.formelement50	{ width:  50px; }
.formelement60	{ width:  60px; }
.formelement70	{ width:  70px; }
.formelement80	{ width:  80px; }
.formelement100	{ width: 100px; }
.formelement110	{ width: 110px; }
.formelement120	{ width: 120px; }
.formelement130	{ width: 130px; }
.formelement170	{ width: 162px; }
.formelement250	{ width: 250px; }
.formelement280	{ width: 280px; }
.formelement300	{ width: 300px; }
.formelement400	{ width: 400px; }


/**************************************************
	Tabellen
***************************************************/

table.data-table {
	caption-side: top;
	border-spacing: 1px;
	border-color: #FFF;
	}
table.data-table caption {
	text-align: left;
	padding-bottom: 10px;
	}
table.data-table th {
	padding: 5px;
	font-size: 11px;
/*	background-color: #EEEEC5; */
	vertical-align: top;
	font-weight: bold;
	}
table.data-table td {
	padding: 5px;
	vertical-align: top;
	}

table.data-table .data-1 {
	text-align: left;
	}
table.data-table .data-2 {
	text-align: center;
	}
table.data-table .data-3 {
	text-align: right;
	}


table.form-table {
	caption-side: top;
	width: 430px;
	border-color: #FFF;
	}
table.form-table caption {
	text-align: left;
	padding-bottom: 10px;
	margin-top: 15px;
	}
table.form-table td {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #FFF;
	vertical-align: top;
	}
table.form-table td.label-zelle {
	text-align: left;
	}
table.form-table col.form-labels {
	width: 130px;
	}
table.form-table col.form-felder {
	width: 280px;
	}

table.form-table span.pflichtfeld {
	color: #EC5F35;
	cursor: help;
	}

.textfarbe {
	color: #666;
	}

br.clear-right {
	clear: right;
	font-size: 0;
	line-height: 0;
	}
br.clear-left {
	clear: left;
	font-size: 0;
	line-height: 0;
	}