/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
  Modified for Neurologicum Aachen  by Anne Schoeller
  http://www.schoeller-und-schoeller.de
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
html { font-size: 100%; }

body
{
	background-color: #f7f5e8;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 120%;
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
}

/* Rules */

hr
{
	height: 0;
	border-top: none;
	border-bottom: 1px solid #999999;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	height: 0;
	clear: both;
}
.uppercase
{
	text-transform: uppercase;
}
.nowrap
{
	white-space: nowrap;
}
.bold
{
	font-weight: bold;
}

abbr {
	border-bottom: 1px dotted #999999;
}
/*-------------------------------------------------
  Header
-------------------------------------------------*/

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 85em;
	min-height: 90ex;
}
#wrapper
{

}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	position: relative;
	top: 0;
	left: 0;
	min-width: 260px;
	padding: 0;
	margin: 0 1em 0 18em;
	z-index: 3;
}
#container a:link, #container a:visited
{
	color: #333333;
	text-decoration: underline;
}
#container a:hover, #container a:active
{
	color: #ae0505;
	text-decoration: underline;
}

#logo
{
	float: right;
	height: 122px;
	width: 266px;
	padding: 19px 0 19px 0;
	text-align: right;
	border-bottom: 10px solid #ae0505;
}

#logo img
{
	border: 1px solid #999999;
	border-right: 5px solid #999999;
}

#content
{
	clear: right;
	padding: 2ex;
	margin: 0;
	min-height: 53ex;
	background-color: white;
	border: 1px solid #999999;
	border-bottom: 5px solid #999999;	
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h1
{
	text-transform: uppercase;
	font-size: 1.1em;
	margin-bottom: 2ex;
	padding-bottom: 2ex;
}

.rundgang-navi .contenttitle h1
{
	text-align: center;

}

.contentbody
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

.contentbody h2
{
	font-size: 1em;
	margin-bottom: 2ex;
}

.contentbody h3
{
	font-size: 0.9em;
	margin-top: 2ex;
}

.contentbody h4
{
	font-size: 0.9em;
	margin-bottom: 2ex;
}

.contentbody p
{
	margin: 0 0 3ex 0;
}

.contentbody ul
{
	list-style-type: disc;
	margin-left: 1.3em;
	margin-bottom:3ex;
}

.contentbody li
{
	
}

.contentbody img
{
	
	border: 1px solid #999999;
}

.rundgang-navi
{
	width: 645px;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/

.contentitem
{
	margin-bottom: 4ex;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	position: absolute;
	top: 170px;
	left: 0em;
	padding: 0 1.2em 0 1em;
	z-index: 1;
	border-right: 0.8em solid #666666;
}

div.sidebar
{
	width: 14em;
	padding-right: 1em;
	background-color: white;
	border: 1px solid #999999;
	border-bottom: 5px solid #999999;	
}

.red
{
	float: left;
	color: #ae0505;
	font-size: 3em;
}
.small
{
	font-size: 1em;
	font-weight: bold;
}
.zweite-zeile
{
	margin-left: 1.25em;
}

#sidebarcontainer p
{
	margin: 0.15ex 0 0 0;
	padding: 0;
	height: 1.5ex;
	width: 0.5em;
	line-height: 1ex;
}

#sidebarcontainer li
{
	clear: both;
	white-space: nowrap;
}

#sidebarcontainer li.aktiv
{
	
}

#sidebarcontainer li div
{
	float: right;
	width: 12em;
	padding: 1ex 0;
}


#sidebarcontainer li div.aktiv
{
}

#sidebarcontainer .border-top
{
	border-top: 1px solid #999999;
	padding-top: 1.5ex;
}

#sidebarcontainer .border-bottom
{
	padding-bottom: 1.5ex;
}

#sidebarcontainer .fontsize
{
	font-size: 80%;
	font-weight: bold;
}

#sidebarcontainer a:link, #sidebarcontainer a:visited
{
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#sidebarcontainer a:hover, #sidebarcontainer a:active
{
	font-size: 80%;
	font-weight: bold;
	color: #ae0505;
	text-decoration: none;
}

ul.submenue
{
	margin: 0 0 0 1em;
	padding: 0;
}

#sidebarcontainer ul.submenue li
{
	padding: 1ex 0;
}

#sidebarcontainer ul.submenue li.aktiv
{
	margin-left: -0.8em;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	padding: 2ex 0;
	font-size: 0.8em;
	/*font-weight: bold;*/
	line-height: 150%;
	text-align: center;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
input.kontakt {
	width: 100%;
	max-width: 25em;
	padding: 0.5ex 0 0.5ex 1em;
	margin-bottom: 2ex;
	border: 1px solid #999999;
	background-color: #cccccc;
	}
	
textarea.kontakt-area {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
	max-width: 26em;
	padding: 0.5ex 0 0.5ex 1em;
	border:  1px solid #999999;	
	background-color: #cccccc;
	}
	
input.senden {
	font-weight: bold;
	text-align: left;
	width: 100%;
	max-width: 12em;
	margin: 2ex 1em 2ex 0;
	padding-left: 1em;
	background-color: #333333;
	color: white;
	border: 1px solid #999999;	
	}
	
input.loeschen {
	font-weight: bold;
	text-align: left;
	width: 100%;
	max-width: 12em;
	margin: 2ex 1em 2ex 0;
	padding-left: 1em;
	background-color: white;
	color: #333333;
	border:  1px solid #999999;	
	}

/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox, .centerbox{
	margin: 0;
	padding: 0;
	line-height: 170%;
}
.leftbox {
	width: 212px;
	float: left;
}
.rightbox {
	width: 212px;
	float: right;
}
.centerbox {
	width: 212px;
	margin: auto;
}
.rundgang-button {
	width: 27px;
}
.leftbox img, .rightbox img, .centerbox img{
	margin-bottom: 1.5ex;
}
span.button
{
	line-height: 100%;
}
.leftbox span.button img, .rightbox span.button img, .centerbox span.button img{
	margin-bottom: 0;
	border: none;
}
.leftbox.rundgang-button img, .rightbox.rundgang-button img, .centerbox.rundgang-button img{
	margin-bottom: 0;
	border: none;
}
.rightbox.topright{
	margin-top: -8ex;
	margin-left: 2em;
}

