body {
	margin: 0;
	padding: 0;
	font: 85%/1.5 Arial, Helvetica, sans-serif;
	color: #697072;
	background: #BBD1E2 url(../images/styles/bg-body.jpg) repeat-x;
}

#wrap {
	width: 770px;
	margin: 0 auto;
	background: #fff url(../images/styles/bg-wrap.jpg) repeat-y;
}

#headmast {
	height: 200px;
	background-repeat: no-repeat;
}

#headmast h1 {
	font-size: 0;
	line-height: 0.0;
	text-indent: -10000px;
	margin: 0;
}

.start {
	background-image: url(../images/styles/headmast-start.jpg);
}

.headpraxis {
	background-image: url(../images/styles/headmast-praxis.jpg);
}

.headleistungen {
	background-image: url(../images/styles/headmast-leistungen.jpg);
}

.headteam {
	background-image: url(../images/styles/headmast-team.jpg);
}

.headkontakt {
	background-image: url(../images/styles/headmast-kontakt.jpg);
}

.headlinks {
	background-image: url(../images/styles/headmast-links.jpg);
}


#main {
	margin: 0 6px 0 12px;
}

#navigation {
   background: url(../images/styles/bg-navbar.png) repeat-x;
	height: 32px;
	overflow: hidden;
	margin-bottom: 30px;
}

#navigation ul, #navigation li {
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
}

#navigation a {
	display: block;
	float: left;
	width: 108px;
	height: 32px;
	text-indent: -10000px;
	font-size: 1px;
	line-height: 0.0;
	text-decoration: none;
}

#navigation a.startseite {
	background-image: url(../images/styles/starseite.png);
}

#navigation a.praxis {
	background-image: url(../images/styles/praxis.png);
}

#navigation a.leistungen {
	background-image: url(../images/styles/leistungen.png);
}

#navigation a.team {
	background-image: url(../images/styles/team.png);
}

#navigation a.kontakt {
	background-image: url(../images/styles/kontakt.png);
}

#navigation a.links {
	background-image: url(../images/styles/links.png);
}

#navigation a:hover {
	background-position: 0 -32px;
}

#navigation a.active {
	background-position: 0 -64px;
}

/* --- Content Styles --- */

#content {
	margin-left: 110px;
	margin-right: 110px;
	padding-bottom: 40px;
}

#content h1 {
	color: #5591AB;
	background: #fff url(../images/styles/bg-heading.jpg) repeat-y;
	font-size: 170%;
	padding: 3px 10px;
	letter-spacing: 1px;
	font-weight: normal;
}

#content h2 {
	color: #2C628D;
	font-size: 130%;
	margin-bottom: 6px;
}

#content p {
	margin: 6px 0;
}

.copy {
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 90%;
	clear: both;
}


img {
	padding: 3px;
	border: 1px solid #B9D2D8;
}

.intro {
	float: left;
	width: 250px;
}

.quote {
	padding: 0 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}



.quote blockquote {
	font: italic 200%/1.2 "Myriad Pro", "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 0 285px;
	padding-top: 40px;
	background: #fff url(../images/styles/quotes-on.png) no-repeat;
}

.quote p {
	background: #fff url(../images/styles/quotes-off.png) bottom right no-repeat;
	padding-bottom: 40px;
	padding-left: 20px;
	margin: 0;
}

.left {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

#content address {
	font-style: normal;
}

.right {
	float: right;
	border: none;
}

.clear {
	clear: left;
}

#content table {
	width: 100%;
}

#content tr {
 	vertical-align: top;
	background-color: #E6EFF4;
	padding: 2px;
}

#content th {
	text-align: left;
	width: 20%;
}

.hint {
	font-size: 140%;
	font-weight: bold;
}

.up {
	font-size: 90%;
	border-top: 1px solid #D7D7D7;
	margin-top:30px !important;
	width: 500px;
}

.up .toplink {
	float: right;
}

/* Zahnarztseite */

.arzt {
	float: left;
	width: 200px;
	clear: none !important;
	margin-right: 10px;
	display: inline;
}

.arzt-2 {
	float: right;
	width: 200px;
	clear: none !important;
	display: inline;
}

/* Footer Styles */

#footer {
	padding: 7px 50px 7px 120px;
	font-size: 80%;
	color: #2F5283;
	background: #93B0D8;
	border-top: 1px solid #2F5283;
	border-bottom: 2px solid #fff;
	clear: both;
	}
	
#footer address {
	font-style: normal;
}

#footer a, #content a {
	color: #A52121;
	text-decoration: none;
}

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


/* Form Styles */

form {
	padding: 0;
}

fieldset {
	border: 1px solid #9BC0DB;
	padding: 10px 5px;
	margin-bottom: 10px;
}

fieldset#submit {
	background-color: #DEE8F0;
}

legend {
	display: none;
}

label {
	float: left; 
	width: 100px;
}

form div {
	clear: left;
}

input, textarea {
	width: 250px;
	margin-bottom: 3px;
	font: 90% Arial, Helvetica, sans-serif;
	border: 1px solid #909597;
}

#submit input {
	width: auto;
	background-color: #93B0D8;
	border: 1px solid #2F5283;
	color: #fff;
	cursor: pointer;
}

#spam label { width: 300px; }
#spam input { width: 50px; }

span.new {
	padding: 1px 4px;
	background-color: #488dc3;
	color: #fff;
}
