/******************* DOCTORS LOUNGE *********************
********************** CSS STYLES ***********************
********************************************************/
/*
		Copyright:  fresh frames GmbH & Co. KG
					http://www.freshframes.com/
				
		Site:		Doctor's Lounge
		
		Autor:		Stefanovski Alexander
					stefanovski@freshframes.com
					http://www.freshframes.com/

													   */
/*///////////////////////////////////////////////////////// 
/////////////////////// DIV CONTAINER /////////////////////
/////////////////////////////////////////////////////////*/


/* ALLGEMEINE DEFINITIONEN *******************************/
html {
	height: 100%;
	margin: 0 0 1px 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #0A1535;
	background-image: url(../bilder_layout/background_bild.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.4em;
}

#wrap {
	width: 950px;
	height: auto;
	margin: 0 auto 0 auto;
}

/* HEADBEREICH *******************************************/
#head {
	width: 950px;
	height: 237px;
}

/* NAVIGATION 1 ******************************************/
#nav1 {
	width: 950px;
	height: 40px;
}

/* CONTENTBEREICH ****************************************/
#content {
	width: 615px;
	height: auto;
	margin: 0 auto 0 auto;
}

#content_startseite {
	width: 782px;
	height: auto;
	margin: 0 0 0 168px;
	padding: 0;
}

#content_bild {
	width: 595px;
	height: 170px;
	border: 10px solid #FFFFFF;
}

/* FOOTERBEREICH *****************************************/
#footer {
	width: 950px;
	height: 120px;
	float: left;
	padding: 30px 0 0 0;
	margin: 0;
	text-align: center;
	background-image: url(../bilder_layout/footer_dl.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/*///////////////////////////////////////////////////////// 
/////////////////////// TYPOGRAPHIE ///////////////////////
/////////////////////////////////////////////////////////*/

/* NAVIGATION 2 ******************************************/

#content #nav2 p {
	font-size: 14px;
	height: 25px;
}

#content #nav2 .sel {
	color: #00CCFF;
	font-weight: bold;
}

#content #nav2 .sel:hover {
	text-decoration: none;
}

#content #nav2 a {
	color: #FFFFFF;
	text-decoration: none;
}

#content #nav2 a:hover {
	text-decoration: underline;
}

/* CONTENTBEREICH ****************************************/

#content p, #content_startseite p {
	margin: 5px 0 0 0;
	padding: 0;
}

#content a, #content_startseite a, a {
	color: #00CCFF;
	text-decoration: none;
}

#content a:hover, #content_startseite a:hover {
	text-decoration: underline;
}

.bild_left {
	float: left;
	border: 1px solid #00CCFF;
	margin: 3px 5px 0 0;
}


/* sIFR-Styles *******************************************/

#content h1, #content_startseite h1 {
	font-size: 16px;
	color: #00CCFF;
	margin: 15px 0 0 0;
	clear: both;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* FOOTERBEREICH *****************************************/
#footer p {
	font-size: 10px;
}

#footer a {
	color: #00CCFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* CSS-Definitionen für das Kontaktformular ///////////////////////
/////////////////////////////////////////////////////////////////*/

/*Formular *******************************************************/
#kontaktformular {
	width: auto;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.absenden {
	width: 106px;
	height: 150px;
	border: 0px;
}

/*Definitionen für alle Formular-Felder **************************/
#kontaktformular input {
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#kontaktformular textarea {
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*Schriftbild der Fehlermeldungen ********************************/
.fehlermeldung {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
}

/*Formular-Feld normal *******************************************/
.form_feld {
	width: 130px;
	margin-right: 5px;
	border: 1px solid #009EE0;
}

/*Formular-Feld klein ********************************************/
.form_feld_klein {
	width: 50px;
	border: 1px solid #009EE0;
}

/*Formular-Feld PLZ **********************************************/
.form_feld_plz {
	width: 50px;
	margin-right: 5px;
	border: 1px solid #009EE0;
}

/*Formular-Feld Nachricht ****************************************/
.form_nachricht {
	width: 541px;
	border: 1px solid #009EE0;
}