/*
	Autor:    OH
	Erstellt: 29.05.2009
	Geändert: 29.05.2009
	Haupt-Stylesheet Zahnarzt Eidelstedt
*/

*
{
	font-family: arial;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

html
{
	width: 100%;
	height: 100%;
}

html body
{
	font-size: 10px;
	width: 100%;
	height: 100%;
	background-image: url(../files/images/body-bg.jpg);
	background-repeat: no-repeat;
}

#page_container
{
	width: 100%;
	height: 100%;
}

#page_container td.page_container
{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#page
{
	width: 960px;
	height: 565px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	background-image: url(../files/images/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#schatten
{
	position: absolute;
	z-index: -1;
	width: 970px;
	height: 574px;
	background-image: url(../files/images/body-schatten.gif);
}

#header
{
	height: 60px;
	background-image: url(../files/images/header-bg.jpg);
}

#header .logo
{
	margin-left: 60px;
	width: 220px;
	height: 100%;
	background-color: white;
	background-image: url(../files/images/header-logo-bg.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0;
	padding-left: 50px;
}

#header .logo a
{
	font-size: 23px;
	font-weight: bold;
	color: #5F7E5C;
}

#nav_main
{
	position: absolute;
	margin-top: 50px;
	margin-left: 40px;
}

#nav_main li
{
	list-style: none;
	margin-bottom: 5px;
	background-image: url(../files/images/kasten.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
}

#nav_main li.subnav
{
	background-image: none;
}

#nav_main a
{
	font-size: 14px;
	color: #5F7E5C;
}

#nav_main #nav_main li a:hover, li.aktiv a
{
	text-decoration: underline;
}

#content
{
	position: absolute;
	margin-top: 50px;
	margin-left: 329px;
	width: 585px;
	height: 420px;
	overflow: auto;
	line-height:18px;
}


#content ul
{
    margin-bottom:20px;

}

#content li
{
    list-style:square;
	margin-left: 15px;
}

#content h1
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #5F7E5C;
}

#footer
{
	position: absolute;
	margin-top: 480px;
	margin-left: 329px;
	width: 585px;
	padding-top: 5px;
	font-size:11px;
	border-top: 1px solid silver;
	color: #5F7E5C;
}

img
{
	border: none;
}

p
{
	margin-bottom: 13px;
}

input.text, select, textarea
{
	color: black;
	background-color: white;
	border: 1px solid black;
	height: 17px;
}

select
{
	height: 20px;
}

input.button
{
	cursor: pointer;
	background-color: white;
	border: 1px solid black;
	border: none;
	background-color: white;
	color: gray;
	height: 20px;
	margin-top:3px;
} 

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div.artikel
{
	margin: 0;
}

div.artikel .titel
{
	margin-bottom: 15px;
	font-size: 13px;
}

div.artikel .titel h2
{
	font-size: 18px;
	letter-spacing:1px;
	color: silver;
	font-style: italic;
	font-weight: normal,
}

div.artikel img.artikel
{

	margin-bottom: 5px;
}

div.artikel .layout_2 img.artikel
{
	float: right;
	margin-left: 10px;
}

div.artikel .layout_1 img.artikel, #page #content div.artikel .layout_ img.artikel
{
	float: left;
	margin-right: 10px;
}

.team img
{
	float: right;
	margin-left: 10px;
}

.team h2
{
	margin-bottom: 15px;
}

.team .nav
{
	position: absolute;
	margin-top: 320px;
	width: 124px;
	padding: 3px;
	border: 1px solid silver;
}

.team .nav img
{
	margin-right: 5px;
}

.rubrik50 .oeffnungszeiten, .rubrik50 img
{
	float: right;
}

.rubrik50 .oeffnungszeiten td
{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	padding-right: 10px;
	color: #5F7E5C;
}

.rubrik50 .keywords
{
	position: absolute;
	margin-left: 60px;
	margin-top: 87px;
	width: 259px;
	height: 220px;
	padding: 5px;
	line-height:37px;
	white-space: pre;
	background-color: #FDF7E1;
}

.rubrik50 .keywords h1, .rubrik50 .keywords h2, .rubrik50 .keywords h3
{
	display: inline;
	margin-right: 5px;
	vertical-align: middle;
	color: silver;
	font-weight: normal;
}

.rubrik50 .keywords h1
{
	font-size: 22px;
}

.rubrik50 .keywords h2
{
	font-size: 15px;
}

.rubrik50 .keywords h3
{
	font-size: 11px;
}

