/*--------------------------------------------------*/
/* 		BEHANDLUNGS-RAUM															*/
/* 		STYLESHEET																		*/
/* 		SITE BY JNSM																	*/
/* 		http://www.jnsm.at				 										*/
/*--------------------------------------------------*/


/*--------------------------------------------------*/
/*		E L E M E N T S																*/
/*--------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background-color: #C49B39;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #321E16;
}

img {
	border:0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 11px;
	font-weight: bold;
}


/*--------------------------------------------------*/
/*		D I V S																				*/
/*--------------------------------------------------*/

#logo {
	position: absolute;
	top: 0;
	right: 0;
}

/*-------------------------------------------------- MAIN */

#main {
	width: 850px;
	height: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -425px;
}

/*-------------------------------------------------- MENUE */

#menue {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 320px;
	height: 350px;
	background-image: url(../images/bg_menue.gif);
	background-repeat: no-repeat;
}

#menue ul {
	margin: 255px 0 0 142px;
}

#menue ul li {
	list-style-type: none;
	width: 166px;
	font-size: 8px;
	line-height: 8px;
	margin-bottom: 4px;
	_margin-bottom: 3px;
	text-indent: -9999px;
}

#menue ul li a {
	display: block;
	width: 166px;
	height: 11px;
	font-size: 8px;
	line-height: 8px;
	background-repeat: no-repeat;
}

#menue ul li a:hover {
	background-position: 0 -11px;
}

#linkhome {
	background-image: url(../images/linkhome.gif);
}

#linkperson {
	background-image: url(../images/linkperson.gif);
}

#linkpraxis {
	background-image: url(../images/linkpraxis.gif);
}

#linkbehandlungen {
	background-image: url(../images/linkbehandlungen.gif);
}

#linkkontakt {
	background-image: url(../images/linkkontakt.gif);
}

#linklinks {
	background-image: url(../images/linklinks.gif);
}

/*-------------------------------------------------- CONTENT */

#contenthome {
	position: absolute;
	top: 0;
	left: 350px;
	height: 450px;
	width: 370px;
}

#contenthome h2 {
	margin-left: 10px;
}

#contenthome p {
	margin: 10px 0 0 10px;
}

/*--------------------------------------------------*/

#contentperson {
	position: absolute;
	top: 0;
	left: 350px;
	height: 450px;
	width: 480px;
}

#contentperson h2 {
	margin-top: 9px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contentperson p {
	margin-top: 10px;
}

/*--------------------------------------------------*/

#contentbehandlungen {
	position: absolute;
	top: 0;
	left: 350px;
	height: 450px;
	width: 480px;
}

#contentbehandlungen p {
	margin-bottom: 10px;
}

/*--------------------------------------------------*/

#contentpraxis {
	position: absolute;
	top: 0;
	left: 350px;
	height: 450px;
	width: 420px;
}

#contentpraxis h2 {
	margin-bottom: 10px;
}

#contentpraxis p {
	margin-bottom: 10px;
}

#contentpraxis img {
	float: left;
	margin: 10px 10px 0 0;
}

/*--------------------------------------------------*/

#contentkontakt {
	position: absolute;
	top: 0;
	left: 350px;
	height: 450px;
	width: 450px;
}

#contentkontakt h2 {
	margin-top: 18px;
}

#contentkontakt p {
	margin: 10px 0 0 10px;
}

#contentkontakt img {
	margin: 0 10px 0 0;
}


/*--------------------------------------------------*/

#contentlinks {
	position: absolute;
	top: 0;
	left: 350px;
	height: 450px;
	width: 480px;
}

#contentlinks h2 {
	margin-bottom: 10px;
}

#contentlinks p {
	margin-bottom: 10px;
	width: 450px;
	_width: 320px;
}

#contentlinks ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentlinks ul li {
	list-style-type: none;
}

#contentlinks ul li a {
}

/*--------------------------------------------------*/

.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

.white {
	color: #FFFFFF;
}

.small {
	font-size: 10px;
}

.dottedline {
	height: 1px;
	background-image: url(../images/dotted01.gif);
	background-repeat: repeat-x;
}

.light {
	font-weight: normal;
}

/*-------------------------------------------------- FOOTER */

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #2C1A18;
	text-align: center;
}

#footer img {
	margin-top: 10px;
}
