/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
  Modified for Chirurgische Gemeinschaftspraxis Frechen by Anne Schoeller
  http://www.schoeller-und-schoeller.de
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
html { font-size: 100%; }

body
{
	background-color: #f8f7f0;
	color: #3d3938;
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 120%;
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
img.navi
{
	width: 12em;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
}

hr
{
	height: 0;
	border-top: none;
	border-bottom: 2px dotted #979797;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	height: 0;
	clear: both;
}
.uppercase
{
	text-transform: uppercase;
}
.dotted
{
	border: 1px dotted #979797;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 85em;
	min-width: 1060px;
	min-height: 130ex;
	background-image: url(images/chirurgie_frechen_hintergrund.gif);
	background-repeat: no-repeat;
}
#wrapper
{

}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	position: relative;
	top: 0;
	left: 0;
	min-width: 477px;
	padding: 0;
	margin: 0 300px 0 18.2em;
	z-index: 3;
}

#logo-print
{
	display: none;
}

#logo
{
	height: 172px;
	margin: 20px 0 20px 0;
	font-size: 90%;
	padding-bottom: 2ex;
	text-align: center;
}

#content
{
	padding: 2ex;
	margin: 0;
	border: 2px dotted #979797;
	background-color: white;
}

#content a:link, #content a:visited
{
	color: #3d3938;
	text-decoration: underline;
}
#content a:hover, #content a:active
{
	color: #fb0266;
	text-decoration: underline;
}

#content th
{
	display: none;
}
#content td
{
	vertical-align: top;
	padding: 1ex 0.5em 1ex 0;
}
/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h1
{
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 2ex;
	padding-bottom: 2ex;
	text-align: center;
	border-bottom: 2px dotted #979797;
}
.contentbody
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

.contentbody.rundgang
{
	text-align: center;
}

.contentbody h2
{
	font-size: 100%;
	margin-bottom: 2ex;
	padding-bottom: 2ex;
}

.contentbody ul
{
	list-style: disc;
	margin-left: 1em;
}

.contentbody li
{
	margin-top: 2ex;
	margin-bottom: 2ex;
}

.contentbody ul ul
{
	list-style: circle;
}

.contentbody li li
{
	margin-top: 1ex;
	margin-bottom: 1ex;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/

.contentitem
{
	margin-bottom: 4ex;
}

/*-------------------------------------------------
  Rundgang
-------------------------------------------------*/

div.rundgang-navi
{
	width: 450px;
	margin: auto;
}

ul.rundgang-navi li
{
	display: inline;
	margin-right: 0.5em;
}

#content .rundgang-navi a:link, #content .rundgang-navi a:visited, #content .rundgang-navi a:hover, #content .rundgang-navi a:active
{
	text-decoration: none;
}

#content .rundgang-navi a:visited
{
	color: #858584;
}
/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	position: absolute;
	top: 0;
	left: 0.5em;
	width: 15.5em;
	padding: 212px 2em 0;
	font-size: 100%;
	/*font-weight: bold;*/
	font-family: 'Arial narrow';
	z-index: 1;
}

.red
{
	float: left;
	color: #fb0266;
	font-size: 3em;
}
.small
{
	font-size: 1.2em;
	/*font-weight: bold;*/
}

#sidebarcontainer p
{
	margin: 0.8ex 0 0 0;
	padding: 0;
}

#sidebarcontainer span.zweitezeile
{
	display: block;
	margin-left: 1.25em;
}

#sidebarcontainer li
{
	/*width: 16em;*/
	clear: both;
}
/*#sidebarcontainer li.top
{
	margin-top: 0;
}

#sidebarcontainer li.bottom
{
	margin-bottom: 0;
}*/

#sidebarcontainer li.aktiv
{
	margin-left: -2em;
	/*width: 17.7em;*/
}

#sidebarcontainer li div
{
	float: right;
	width: 14.5em;
	margin: 2ex 1em 2ex 0;
	/*padding: 1ex 0 1ex 1em;*/
	padding: 0;
	overflow: hidden;
	border: 2px dotted #979797;
	background-color: #d5f3fc;
}

#sidebarcontainer li div.aktiv
{
	/*margin-top: -4ex;
	margin-left: 2em;*/
	width: 13.5em;
	padding: 1ex 0 1ex 1em;
	background-color: white;
}

#sidebarcontainer a
{
	display: block;
	width: 13.5em;
	height: 1.9ex;
	padding: 1ex 0 1ex 1em;
}

#sidebarcontainer a.zweizeilig
{
	height: 4.7ex;
}

#sidebarcontainer span.aktiv
{
	display: block;
	/*width: 13.5em;*/
	height: 1.9ex;
	padding: 0;
}

#sidebarcontainer div.aktiv a
{
	padding: 0;
}

#sidebarcontainer a:link, a:visited
{
	color: #3d3938;
	text-decoration: none;
}

#sidebarcontainer a:hover, a:active
{
	color: #fb0266;
	text-decoration: none;
}

ul.submenue
{
	margin: 0 0 0 1em;
	padding: 0;
}

#sidebarcontainer ul.submenue li
{
	padding: 1ex 0 1ex 0;
}

#sidebarcontainer ul.submenue li.aktiv
{
	margin-left: -1.25em;
}

/*-------------------------------------------------
  rechte Spalte
-------------------------------------------------*/

div.rightbar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 244px;
	padding: 212px 28px 0;
}

div.rightbar-content
{
	padding-top: 2ex;
}

div.box-rs
{
	margin-bottom: 2ex;
}

.box-rs p
{
	background-color: #d5f3fc;
	border: 2px dotted #979797;
	padding: 5px;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

.box-rs strong
{
	font-size: 1em;
}

.box-rs img
{
	border: 2px dotted #979797;
}

.box-rs img.noborder
{
	border: none;
}

.box-rs a:link, .box-rs a:visited
{
	color: #3d3938;
	text-decoration: underline;
}
.box-rs a:hover, .box-rs a:active
{
	color: #fb0266;
	text-decoration: underline;
}
/*-------------------------------------------------
  Item info rightbar
-------------------------------------------------*/

.contentitem-rs
{
	
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	padding: 2ex 0;
	font-size: 0.8em;
	line-height: 150%;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/

input.kontakt {
	width: 97%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 0.4em;
	margin-bottom: 1ex;
	background-color: #f8f7f0;
	border: 1px dotted #979797;
	}

textarea.kontakt-area {
	width: 97%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 0.4em;
	background-color: #f8f7f0;
	border:  1px dotted #979797;
	}

input.senden, input.loeschen{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	width: 16.5em;
	margin-top: 1ex;
	margin-bottom: 1ex;
	padding: 0.4em;
	background-color: #f8f7f0;
	color: #3d3938;
	border: 1px dotted #979797;
	}

/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox, .centerbox{
	margin: 0;
	padding: 0;
}
.leftbox {
	width: 20%;
	float: left;
}
.rightbox {
	width: 20%;
	float: right;
}
.centerbox {
	width: 400px;
	margin: auto;
	text-align: center;
}
.rundgang-button {
	width: 1em;
}
#content .leftbox.rundgang-button a:link, #content .rightbox.rundgang-button a:link, #content .centerbox.rundgang-button a:link, #content .leftbox.rundgang-button a:visited, #content .rightbox.rundgang-button a:visited, #content .centerbox.rundgang-button a:visited, #content , #content .leftbox.rundgang-button a:hover, #content .rightbox.rundgang-button a:hover, #content .centerbox.rundgang-button a:hover, #content .leftbox.rundgang-button a:active, #content .rightbox.rundgang-button a:active, #content .centerbox.rundgang-button a:active
{
	text-decoration: none;
}
