@import url("../extension/news.css");

/*-------- Farb Glossar --------*/
/*

*/

/*-------- Browser Cleaning --------*/
* {
        padding:0;
        margin:0;
}
/*-------- Clearer --------*/
.clearer {
         clear:both;
         line-height:0px;
         font-size:0px;
         height:0px;
}
/*-------- HTML Elements --------*/
html {

}
body {
        font-size: 62.5%;
        font-family: Arial, sans-serif;
        background: #f5e4b0;
        text-align:center;
        color:#333;
}
a, a:active, a:visited, a:link {
         outline:0px;
         color: #a8000d;
         text-decoration:none;
         border:0px;

}
a:hover {
        text-decoration:underline;
}
img {
        display:block;
        border:0px;
}
p {
        font-size:1.2em;
        margin-bottom:1.4em;
        line-height:1.4em;
}
h1 {
	margin-bottom:1em;
         font-size:1.7em;
         color:#a8000d;
         font-family:arial;
         font-weight:bold;
}
h1#bildbalken {
	width:900px;
	height:185px;
	overflow:hidden;
	text-indent:-6000px;
	background: url(./background/physiotherapeut-heilpraktiker-leipzig.jpg) no-repeat;
	margin:0px;
	padding:0px;
}
h2 {
	 margin-bottom:1em;
         font-size:1.2em;
         color:#a8000d;
         font-weight:bold;
}
#content-links h2, #content-rechts h2 {
	color:#fff;
	background:#a8000d;
	padding:6px 12px;
	margin:0px;
}
h3 {
	margin-bottom:1em;
	color:#a8000d;
	font-weight:normal;
}
h4 {
	font-size:1.5em;
	font-weight:bold;
}
h5 {

}
h6 {

}

/*-------- GRUNDGERUEST --------*/
#main {
        font-size:1em;
        text-align:left;
        /*margin:0px auto;*/
        margin: 0px 0px 0px 40px;
        width:900px;
        position:relative;
        padding:15px 0px 0px 0px;
}
#content {
         position:absolute;
         width:898px;
         top:241px;
         left:0px;
	 padding:0px 0px 120px 0px;
	 border:1px solid #a8000d;
         background: #fff url(./background/praxis-osteopathische-medizin.jpg) no-repeat bottom;
         
}
/*---- BEREICH LINKS + MENU2 ----*/
#content-links {
	float:left;
	width:177px;
	border-right:1px solid #a8000d;
	border-bottom:1px solid #a8000d;
}
#menu2 {
}
#menu2 ul {
	list-style:none;
	padding:6px 12px 12px;
}
#menu2 li {
}
#menu2 li a, #menu2 li a:active, #menu2 li a:visited, #menu2 li a:link {
	display:block;
	padding:3px 0px;
	color:#333;
	font-size:1.2em;
	margin:0px;
	height:18px;
	width:150px;
}
#menu2 li a:hover, #menu2 li.act a {
	color:#a8000d;
	text-decoration:none;
}
#box-links {
	
}
#box-links .inhalt {
	padding:12px;
}
/*---- BEREICH INHALT ----*/
#content-mitte {
	width:502px;
	float:left;
	padding:15px 20px 0px;
}
#content-mitte ul {
	font-size:1.3em;
	line-height:1.4em;
	margin-bottom:1em;
	list-style:none;
}
#content-mitte li {
	background:url(./background/bullet.gif) no-repeat 0px 8px;
	padding-left:10px;
}
#brot {
	margin-bottom:2em;
	font-size:1.2em;
}
#brot a, #brot a:active, #brot a:visited, #brot a:link {
	color:#333;
}
/*---- BEREICH RECHTS ----*/
#content-rechts {
	float:right;
	width:177px;
	border-left:1px solid #a8000d;
	border-bottom:1px solid #a8000d;
}
#box-rechts {
	padding:0px 12px;
}
/*---- HEADER ----*/
#header {

}
/*---- MENU1 ----*/
#menu1 {
	background: #a8000d;
	height:31px;
	margin:5px 0px;
}
#menu1 ul {
	list-style:none;
	margin-left:172px;
}
#menu1 li {
	float:left;
         display:inline;
}
#menu1 li a, #menu1 li a:active, #menu1 li a:visited, #menu1 li a:link {
	display:block;
	padding:8px 27px;
	color:#fff;
	font-size:1.2em;
}
#menu1 li a:hover, #menu1 li.act {
	background:url(./background/active.gif) no-repeat center bottom;
	text-decoration:none;
}

fieldset {
	border: 0px;
}

input, textarea {
	border: 1px #333 solid;
	margin-bottom: 5px;
}