/* 
-----------------------------------------------------------------
Titel: Styles für brustzentrum-vogtland.de 
Autor: Carsten Hetzer 
URL: http://www.quattronet.de 

Beschreibung: Styles für Brustzentrum Vogtland

Erstellt: 16.12.2005
Bearbeitet: 16.12.2005
-----------------------------------------------------------------
*/

/* ----- ALLGEMEIN ----- */
body {
	background-color: #E5EEEE;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
td, tr, p, div {
	font-size: 11px;
	color: #000;
}

/*----- LINKS -----*/
a:link, a:visited {
	color: #006060;
	text-decoration: underline;
}
a:hover {
	color: #006060;
	text-decoration: none;
}
a.linktopnav:link, a.linktopnav:visited {
	color: #006060;
	text-decoration: none;
}
a.linktopnav:hover {
	color: #006060;
	text-decoration: underline;
}

/*----- TABELLEN -----*/
table.moduletablecont {
	width: 100%;
}
table.moduletablecont td {
	padding-top: 25px;
	padding-bottom: 10px;
}
table.moduletablecont th {
	width: 100%;
}
table.moduletablecont span {
	font-size: 12px;
	font-weight: bold;
	color: #559595;
}
table.moduletablecont em {
	font-size: 11px;
	color: #999;
	font-style: normal;
}
table.moduletablecont p {
	font-size: 11px;
	color: #999;
	font-style: normal;
	font-weight: bold;
}
table.moduletablecont strong {
	font-size: 11px;
	color: #006060;
	font-style: normal;
	font-weight: bold;
}
/**/
table.moduletablelist {
	width: 100%;
	border: 1px solid #559595;
}
table.moduletablelist td {
	padding: 3px;
	background-color: #E5EEEE;
}
table.moduletablelist th {
	padding: 3px;
	font-style: normal;
	color: #006060;
	background-color: #AACACA;
	text-align: left;
}
/**/
table.moduletablelistinner {
	padding: 0px;
	width: 100%;
}
table.moduletablelistinner td {
	padding: 0px;
}
table.moduletablelistinner th {
	padding: 0px;
	font-style: normal;
	text-align: left;
	width: 30%;
	font-weight: normal;
	background-color: #E5EEEE;
}

/*----- KLASSEN -----*/
.titel {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #006060;
}
.lageplan {
	width: 300px;
	float: right;
}

/*----- LAYOUT -----*/
.lay_tdtitel {
	background-image: url(../page/bg-img-titel.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 300px;
	text-align: center;
}
.lay_nav {
	background-color: #FFF;
	vertical-align: top;
}
.lay_tdtopnav {
	padding-left: 20px;
}
.lay_tdcont {
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 30px;
	vertical-align: top;
}
.lay_tdbtm {
	color: #006060;
	background-image: url(../page/bg-img-btm.gif);
	background-repeat: repeat-y;
	padding-left: 225px;
	padding-top: 5px;
}
.lay_tdcert {
	padding-left: 20px;
	font-size: 10px;
	color: #999;
	padding-bottom: 5px;
}
.navbox {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #AACACA;
}

/* ----- IDS ----- */
#navcontainer {
	background-color: #AACACA;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li { 
	margin: 0;
}
#navcontainer a {
	display: block;
	padding: 5px 10px 5px 20px;
	width: 170px;
	color: #006060;
	text-decoration: none;
	border-top: 1px solid #FFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #AACACA;
}
#navcontainer a:hover {
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #FFF;
	background-color: #559595;
}
#navcontainer div {
	display: block;
	padding: 5px 10px 5px 20px;
	width: 170px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
/* */
#navcontainer ul ul li { 
	margin: 0; 
}

#navcontainer ul ul a {
	display: block;
	padding: 5px 10px 5px 30px;
	width: 160px;
	color: #006060;
	background-color: #E5EEEE;
	text-decoration: none;
	font-weight: normal;
}
#navcontainer ul ul a:hover {
	color: #AACACA;
	background-color: #E5EEEE;
	text-decoration: none;
}
#navcontainer ul ul div {
	display: block;
	padding: 5px 10px 5px 30px;
	width: 160px;
	color: #006060;
	background-color: #E5EEEE;
	text-decoration: none;
	font-weight: normal;
}

