/* CSS Dokument für Praxis für Kieferorthopädie Dr. Svanström */

html {
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	background-image: url(img/bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E5F5FA;
	margin: 0px;
}

.header {
	width: 968px;
	height: 280px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.navibox {
	width: 900px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	background-image: url(img/navi_bgr.jpg);
	background-repeat: no-repeat;
}

.contentbox {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
}

.leftbox {
	width: 296px;
	float: left;
}

.adressbox {
	width: 266px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
	background-color: #F7FAFB;
	text-align: left;
}

.gallerybox {
	width: 266px;
	margin-top: 33px;
	margin-bottom: 33px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
	background-color: #F7FAFB;
	text-align: left;
}

.rightbox {
	width: 571px;
	float: left;
	padding-left: 33px;
}

.textbox {
	width: 541px;
	margin-bottom: 33px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
	background-color: #F7FAFB;	
	text-align: left;
}


/* Fonts */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.adressbox {
	font-size: 10px;
	color: #2D4383;
}

.gallerybox {
	font-size: 10px;
	color: #2D4383;
}

.textbox {
	font-size: 12px;
	line-height: 22px;
	color: #1C2338;
}

h1 {
	font-size: 16px;
	color: #1C2237;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}


/* Links + Navigation */

a:link, a:visited {
	color: #314CA9;
	text-decoration: underline;
}

a:hover, a:active {
	color: #023AFF;
	text-decoration: none;
}

.navi:link, .navi:visited, .navi:hover, .navi:active {
	font-size: 12px;
	font-weight: bold;
}

.navi:link {
	color: #0C3E85;
	text-decoration: none;
}

.navi:visited {
	color: #32568A;
	text-decoration: none;
}

.navi:hover, .navi:active {
	color: #0069FF;
	text-decoration: underline;
}

body#startseite a#svanstartseite,
body#praxisphilosophie a#svanpraxisphilosophie,
body#behandlungsspektrum a#svanbehandlungsspektrum,
body#bilderstory a#svanbilderstory, 
body#team a#svanteam,
body#links a#svanlinks, 
body#sos a#svansos,
body#kontakt a#svankontakt {
	color: #0069FF;
	text-decoration: none;
}




/* Sonstiges */

.noborder {
	border: 0px;
}

.bordergrey {
	border: 1px solid #555555;
}