/*	+++++++++++++++++++++++++++++++++++++++++++
	for: physiotherapie-jeske.de
	by: adeos-design.com and thomas breitner
	code by thomas breitner and gedit
	* http://thomas-breitner.de
	* http://adeos-design.com
	mai 2007
	- default screen style
	+++++++++++++++++++++++++++++++++++++++++++
*/

body {
	font-size: 1em;
	margin-bottom: 1em;
	background-color: white;
}

* {
	font-family:Garamond,'Times New Roman',sans-serif;
	letter-spacing: 0.02em;
	font-size: 100%;
	border:0px;
	padding:0px;
	margin:0px;
}

.le {
	float: left;
}
.re {
	float: right;
}
.clearer {
	clear: both;
}

.printout {
	display: none;
}

#container {
	width: 750px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

.iecenter	{
	text-align: center;
	padding-top: 2em;
}


#contenttop {
	text-align:center;
	background: transparent url(jeske-header.jpg) no-repeat top left;
	width:750px;
	height: 231px;
}
#contenttop h1 {
	text-align:center;
}
#contenttop h1 span {
	display: none;
}


#cwrapper {
	width:750px;
	background: transparent url(jeske-contentmiddle.jpg) repeat-y 0 0;
}
#cwrapper p, #cwrapper h3, #cwprapper h2, #cwrapper h4 {
	padding: 0 60px 0.5em 50px;
}
#cwrapper ul {
	padding: 0.2em 2em;
	margin-left: 60px;
}
#cwrapper h3 {
	font-size: 1.2em;
	padding-bottom: 0.8em;
	padding-top: 1.2em;
	clear: both;
}
#cwrapper h2 {
	border-bottom: 2px solid #000099;
	margin-left: 2px;
	margin-right: 10px;
	padding: 0.4em 50px;
	font-size: 1.4em;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	background-color: #FAE8C0;
}
#cwrapper h4 {
	padding-top: 1em;
}
#contentbottom {
	background: transparent url(jeske-contentbottom.jpg) no-repeat bottom left;
	width: 750px;
	height: 51px;
	border: 0px solid red;
	padding-bottom: 2px;
}
#contentbottom a {
	border-bottom: 1px dotted white;
	text-decoration: none;
	font-size: 0.95em;
	color: white;
	background-color: transparent;
	padding-bottom: 0.1em;
}
#contentbottom a:hover {
	border-bottom: 1px solid white; 
}
#contentbottom ul.le {
	margin: 0;
	padding: 14px 0 0 30px;
}
#contentbottom li {
	display: inline;
	list-style-type: none;
	padding: 0 0.4em 0 0;
}
#contentbottom .re {
	padding: 14px 40px 0 0;
}

#kontakt, #start {
	background-color: #FAE8C0;
	float: left;
	margin: 0.4em 0 0.4em 2px;
	width: 738px;
}

#kontakt div.re, #start div.re {
	border: 1px solid silver;
	padding: 0.4em;
	margin: 1em 3em 1em 3em;
	background: transparent url(../images/zvk-signet.gif) no-repeat 10px 90%;
	width: 26em;
}
#start div.re {
	background: none;
}
#start a {
	font-weight: bold;
}
#kontakt h3, #kontakt p, #kontakt h4, #start p {
	padding: 0.1em 0.4em 0.1em 120px;
}
#kontakt h4 {
	border-top: 1px solid silver;
	margin: 0.2em 0 0 120px;
	padding: 0.3em 0;
	font-weight: bold;
	font-size: 0.9em;
}


