*, html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border: none;
}

a,
a:link {
	color: #737373;
}
a:visited {
	color: #737373;
}
a:active,
a:hover {
	color: #4a2052;
}
table.noBorder,
table.noBorder td,
table.noBorder th {
	border: none;
}
table.noBorder td,
table.noBorder th {
	text-align: left;
	vertical-align: top;
	padding: 3px;
}

#layout {
	width: 960px;
}

/* top navigation */
#top {
	background: transparent url(../images/bg_top.gif) repeat-x;
}
.navigation {
	height: 123px;
	line-height: 128px;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #3D3D3D;
	background: transparent url(../images/mo_logo.gif) top right no-repeat;
}
.navigation a,
.navigation a:link {
	text-decoration: none;
	color: #3D3D3D;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
}
.navigation a:active,
.navigation a:hover {
	color: #3D3D3D;
	border-bottom: 5px solid #E7E7E7;
}
.navigation .active {
	border-bottom: 5px solid #FFEF39;
}
.navigation h1 {
	display: none;
}
.navigation ul {
	list-style-type: none;
}
.navigation ul li {
	display: inline;
}

/* main content */
#mainContent {
	/*width: 900px;*/
	margin-bottom: 50px;
	background: transparent url(../images/hintergrund.gif) 100px 10px no-repeat;
}

/* linke navigation */
#left {
	width: 150px;
	float: left;
	background: #FFF;
}
.leftNav {
	border: 1px solid #E7E7E7;
	border-top: none;
	border-bottom: none;
	color: #878787;
	background: transparent;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;	
}
.leftNav ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
.leftNav ul li {
   border-bottom: 1px solid #E7E7E7;
}
.leftNav ul li.active {
	border-bottom: 1px solid #CCC;
}
.leftNav a,
.leftNav a:visited,
.leftNav a:link {
	margin: 0; padding: 0;
	text-decoration: none;
	color: #878787;
	display: block; height: 1%;
	background: transparent url(../images/pfeil_subnav.gif) 8px 5px no-repeat;
	padding: 4px;
	padding-left: 23px; 
}
.leftNav a:active,
.leftNav a:hover,
.leftNav .active a,
.leftNav .active a:link,
.leftNav .active a:visited {
	color: #000;
	background: #E5E5E5 url(../images/pfeil_subnav_grau.gif) 8px 5px no-repeat;
	display: block;
}
.leftNav .spacer {
	margin: 0; padding: 0;
	background: #FFEF39;
	height: 3px; overflow: hidden;
	font-size: 1px; line-height: 1px;
	border-bottom: 1px solid #CCC;
}
.leftNav .imgLink {
	border-bottom: none;
}
.leftNav .imgLink img {
	border-bottom: none;
	display: block;
}
.leftNav .imgLink a,
.leftNav .imgLink a:link,
.leftNav .imgLink a:visited,
.leftNav .imgLink a:active,
.leftNav .imgLink a:hover {
	padding: 0;margin: 0;
	background-color: transparent;
	background-image: none;
	display: block;
}
/* inhalte */
#center {
	width: 750px;
	float: left;
	color: #000;
}

#center .content {
	padding: 20px;
	padding-left: 60px;
	padding-right: 0;
}
#center .center {
	width: 490px;
}
#center .right {
	width: 180px;
	margin-left: 10px;
}
#center .center,
#center .right {
	float: left;
}
#center h1 {
	font-size: 18px;
	font-style: normal;
	color: #4C4C4C;
	margin-bottom: 1em;
}
#center h2 {
	font-size: 14px;
	margin-bottom: 1em;
}
#center h2.box {
	background: #E5E5E5;
	padding: 3px;
}
	
#center h3 {
	font-size: 14px;
	color: #4C4C4C;
}
#center p, 
#center ul, 
#center ol {
	margin-bottom: 1em;
}
#center p em {
        color: #666;
}
#center ul, 
#center ol {
	margin-left: 1.5em;
}
#center .imgBox {
	margin-top: 2em;
}
#center .imgBox img {
	margin-right: 20px;
}

/* right einfuegen von lupe */
.right .lupe {
	background: #FFF url(../images/lupe.gif) right bottom no-repeat;
	padding-bottom: 25px;
}
/* bildunterschrift im popup */
.caption {
	padding: 1em;
	font-size: 12px;
	text-align: justify;
	font-family: Arial, sans-serif;
	color: #333;
}

.clearAll {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

/* footer */
#bottom {
	background: #CECECE;
	clear: both;
}
.footer {
	font-size: 10px;
	line-height: 20px;
	font-style: normal;
	text-align: right;
	padding-right: 35px;
}	