﻿/**************************************************************************************/
/*  Site
/**************************************************************************************/
html, body, form
{
	margin      : 0px;
	padding     : 0px;

	font-family : Arial;
	font-size   : 11px;
	color       : #222222;
}

body
{
	background-color  : #edf2ee;
	background-image  : url('http://data.notfallplan.nuklearmedizin-life.de/bg.jpg');
	background-repeat : repeat-x;
}

a:link,
a:visited,
a:focus,
a:active,
a:hover
{
	font-family   : Arial;
	font-size     : 12px;
	font-weight   : normal;

	text-decoration : none;

	color         : #155e6d;
	outline       : none;
}

a:hover
{
	text-decoration : underline;
}

h1, h2, h3, h4
{
	font-weight : normal;
	line-height : 1em;

	padding     : 0px;
	margin      : 0px;
}

.googleMaps
{
	display : none;

	position : relative;

	width    : 433px;
	height   : 380px;
}

.png
{
	behavior : url('pngbehavior.htc');
}

.site
{
	position : absolute;

	top      : 0px;
	left     : 0px;

	width    : 100%;
}

.logo, .menu, .page, .sidebar
{
	position : relative;
}

.pnlFooter
{
	position            : absolute;

	left                : 0px;
	top                 : -100px;

	width               : 800px;
	height              : 21px;

	padding-top         : 4px;

	background-image    : url('../Assets/dottedLine.jpg');
	background-repeat   : repeat-x;
	background-position : top;

	font-size           : 10px;
	color               : #bdbdbd;
}

.btnDefault, .btnDefaultH, .btnDefaultA
{
	font-family : Arial;
	font-size   : 12px;
	color       : #389645;

	cursor      : pointer;
}

.btnDefaultH, .btnDefaultA
{
	text-decoration : underline;
}

.lblInfoSR, .lblInfoSearch
{
	font-style : italic;
	top        : -4px;
}

.lblInfoSR
{
	width : 530px;
}