@charset "UTF-8";
/* CSS Diabetespraxis */


body {
	font-family: 'Asap', sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: 400;
	background: #D9FFB9;
	border-top: 6px solid #660033;
	margin: 0;
	padding: 0;
}


p {
	color: #336600;
	margin-top: 8px;
	line-height: 1.8em;
	font-size: 1.2em;
}

a {
	color: #660033;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
}

a:hover {
	color: #336600;
	text-decoration:none;
}

a:active, a:focus { 
    outline: 0;
}


h1 {
	color: #660033;
	text-align: left;
	font: bold 1.6em 'Asap', sans-serif;
	margin-top: 7px;
}

h2, h3, h4, h5, h6 {
	color: #660033;
}

small {
	float: left;
	position: relative;
	bottom: 15px;
}



#main {
	height: 800px;
	min-width: 900px;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position: absolute;
	float: left;
}

#logo {
	background-image: url(logo.png);
	width: 75px;
	height: 101px;
	float: left;
	position: relative;
	right: 60px;
	top: 60px;
}

#head {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

img {
	-webkit-box-shadow: 0 12px 20px -6px #444;
	   -moz-box-shadow: 0 12px 20px -6px #444;
	        box-shadow: 0 12px 20px -6px #444;
}

#headlinks {
	width: 204px;
	height: auto;
	float: left;
}

#headrechts {
	width: 677px;
	float: right;
	height: auto;
	padding-top: 10px;
}

#intro {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

#introlinks {
	width: 204px;
	height: auto;
	float: left;
	border-top: 4px solid #660033;
}

#introrechts {
	width: 677px;
	float: right;
	height: auto;
	border-top: 4px solid #336600;
	text-align: center;
}

#zeiten {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

#zeitenlinks {
	width: 204px;
	height: auto;
	float: left;
	border-top: 4px solid #660033;
}

#zeitenrechts {
	width: 677px;
	float: right;
	height: auto;
	border-top: 3px solid #336600;
	text-align: justify;
}

#anfahrt {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

#anfahrtlinks {
	width: 204px;
	height: auto;
	float: left;
	border-top: 4px solid #660033;
}

#anfahrtlinks img {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 10px;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

#anfahrtlinks p {
	float: left;
	margin-top: 20px;
	margin-bottom: 0;
}

#anfahrtrechts {
	width: 677px;
	float: right;
	height: 677px;
	border-top: 4px solid #336600;
	padding-top: 10px;
}

#anfahrtrechts img, #anfahrtlinks img {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

#impressum {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

#impressumlinks {
	width: 204px;
	height: auto;
	float: left;
	border-top: 4px solid #660033;
}

#impressumrechts {
	width: 677px;
	float: right;
	height: auto;
	border-top: 4px solid #336600;
	text-align: justify;
}

#impressumrechts p {
	font-size: 0.95em;
}




.line {
	width: 100%;
	float: left;
	border-top: 1px solid #336600;
}

.line p {
	margin: 0;
	padding: 0;
	width: auto;
}

.line_left {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}	

.line_right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 225px;
}


