/*--------------------------------------------------------------*/
/* 		SILKE SAMOUH | PHYSIOTHERAPIE & OSTEOPATHIE								*/
/* 		STYLESHEET									        											*/
/*--------------------------------------------------------------*/
/* 		DESIGN AND PROGRAMMING by JNSM														*/
/* 		design. develope. create.																	*/
/* 		http://www.jnsm.at _ martin@jnsm.at				  	 						*/
/*--------------------------------------------------------------*/

/*		enough Bla Bla... gotta get to work!!!										*/

/*--------------------------------------------------------------*/
/*		E L E M E N T S
/*--------------------------------------------------------------*/

* {margin:0;padding:0;}

body,html {
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #6B6B6B;
	background-color: #A8B400;
	background-image: url(../images/bgbody.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

img {border:0;}

h1 {
	text-indent: -9999px;
	width: 186px;
	height: 106px;
	background-image: url(../images/logo_samouh.gif);
	background-repeat: no-repeat;
}

h2 {
	text-indent: -9999px;
	font-size: 24px;
	line-height: 1.2em;
	height: 37px;
	background-repeat: no-repeat;
	margin: 111px 0 18px 0;
}

a {
	color: #858F00;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #858F00;
	text-decoration: none;
}

dd {
	margin-bottom: 10px;
}

table {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

table tr td {
	border-bottom: 1px dotted #CCCCCC;
}

table tr td.date {
	font-size: 10px;
	color: #858F00;
	width: 50px;
	vertical-align: baseline;
}

/*--------------------------------------------------------------*/
/*		D I V S
/*--------------------------------------------------------------*/

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -290px;
	margin-left: -475px;
	width: 950px;
	height: 580px;
}

#col1 {
	width: 186px;
	height: 550px;
	float: left;
}

#col1 ul {
	width: 186px;
	height: 207px;
	background-image: url(../images/bgmenue.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-top: 23px;
}

#col1 ul li {
	width: 186px;
	height: 23px;
}

#col1 ul li a {
	display: block;
	width: 186px;
	height: 14px;
	line-height: 14px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#linkhome {background-image:url(../images/linkhome.gif);}
#linkphysio {background-image:url(../images/linkphysio.gif);}
#linkosteo {background-image:url(../images/linkosteo.gif);}
#linkueber {background-image:url(../images/linkueber.gif);}
#linkpraxis {background-image:url(../images/linkpraxis.gif);}
#linkpreise {background-image:url(../images/linkpreise.gif);}
#linklinks {background-image:url(../images/linklinks.gif);}
#linkkontakt {background-image:url(../images/linkkontakt.gif);}

#col1 ul li a:hover {
	background-position: 0 -14px;
}

#col2 {
	margin-left: 5px;
	width: 377px;
	height: 550px;
	float: left;
}

#col3 {
	margin-left: 5px;
	width: 357px;
	height: 550px;
	background-image: url(../images/bgcontent.gif);
	background-repeat: no-repeat;
	float: left;
	padding-right: 20px;
}

#h2home {background-image: url(../images/h2home.gif);}
#h2physio {background-image: url(../images/h2physio.gif);}
#h2osteo {background-image: url(../images/h2osteo.gif);}
#h2praxis {background-image: url(../images/h2praxis.gif);}
#h2ueber {background-image: url(../images/h2ueber.gif);}
#h2preise {background-image: url(../images/h2preise.gif);}
#h2links {background-image: url(../images/h2links.gif);}
#h2kontakt {background-image: url(../images/h2kontakt.gif);}
#h2impressum {background-image: url(../images/h2impressum.gif);}

#gallery {
	margin: 0 0 5px 17px;
}

#gallery img {
	float: left;
}

#footer {
	clear: left;
	margin-left: 191px;
	padding-top: 10px;
	height: 30px;
	font-size: 10px;
	line-height: 15px;
	color: #646B00;
}

#footer p {
	text-align: right;
	border-top: 1px dotted #646B00;
}

#footer a {
	color: #646B00;
}

/*--------------------------------------------------------------*/
/*		C L A S S E S
/*--------------------------------------------------------------*/

.greenline {
	clear: left;
	margin: 13px 0 14px 20px;
	height: 1px;
	background-color: #BDC640;
	line-height: 0px;
	font-size: 0px;
}

.regp {
	padding-left: 20px;
	margin-bottom: 10px;
}

.green {
	color: #858F00;
}

.small {
	font-size: 11px;
}

.clear {
	clear: both;
}

.fpic {
	margin: 0 7px 0 20px;
	float: left;
}

