/*
------------------------------------------------------------------
Layout 1720: Master Template by Dieter Moess / Lukas Gorniak
Commented Version 1.2 - 29.03.2012
------------------------------------------------------------------ 
*/

/* --------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------- EDIT MODE ONLY ------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- Container Settings */
body {
	background: #fff;
	background-image: url(../img/mt_body.png);
	background-repeat: repeat-y;
	background-position: top center;
}

/*  Wrapper */
#wrapper {
	background-image: none; /* url(http://www.aktive-stuttgarter.de/s/img/mt_wrapper.png)*/
	background-repeat: no-repeat;
}

/*  Shadow */
#wrapperShadowLeft {
	background-image: none; /* url(http://www.aktive-stuttgarter.de/s/img/mt_wrapperShadowLeft.png)*/
	background-repeat: no-repeat;
	display: none;
}

#wrapperShadowRight {
	background-image: none; /* url(http://www.aktive-stuttgarter.de/s/img/mt_wrapperShadowRight.png)*/
	background-repeat: no-repeat;
	display: none;
}

/*  Navigation */
#navigation {
	background-color: #d9d9d9;
	background-image: none; /* url(http://www.aktive-stuttgarter.de/s/img/mt_navigation.png)*/
	background-repeat: no-repeat;
}

/*  Separator */
.first {
	height: 498px;
	background-color: transparent;
	background-image: url(http://www.aktive-stuttgarter.de/s/img/mt_firstSeparator.png);
	background-position: top center;
	display: block;
}

.second{
	height: 8px;
	background-color: transparent;
	background-image: none; /*url(http://www.aktive-stuttgarter.de/s/img/mt_secondSeparator.png)*/	
	display: block;
}
.third{
	padding-top: 7px;
	height: 12px;
	background-color: transparent;
	background-image: url(http://www.aktive-stuttgarter.de/s/img/mt_secondSeparator.png);
	background-repeat: repeat-x;
	background-position: 0px 7px;
	display: block;
}

/*  Header */

#header {
	background-color: transparent;
	height: 220px;
	background-position: center;
	margin-top: -250px;
}

/*  Content */

#contentWrapper {
	background-color: transparent;
}
#content {
	width: 960px;
	margin-top: 1px;
/*	background-image: url(http://www.aktive-stuttgarter.de/s/img/mt_content.png);
	background-repeat: repeat-y;
	background-position: center;*/
}


/* ------------------------------------- Main Content */
#mainWrapper {
	background-color: transparent;
	background-image: none;	/* url(http://www.aktive-stuttgarter.de/s/img/mt_mainWrapper.png)*/
	background-repeat: no-repeat;
}

#mainWrapper .top {
	height: 0;
	background-color: #000;
	background-image: none;	/* url(http://www.aktive-stuttgarter.de/s/img/mt_mainWrapperTop.png)*/
	background-repeat: no-repeat;
	display: none;
}

#mainWrapper .center {
	background-color: transparent;
	background-image: none;	/* url(http://www.aktive-stuttgarter.de/s/img/mt_mainWrapperCenter.png)*/
	background-repeat: no-repeat;
}

#mainWrapper  .content {
  padding: 20px;
}

#mainWrapper .bottom {
	height: 0;
	background-color: #000;
	background-image: none; /* url(http://www.aktive-stuttgarter.de/s/img/mt_mainWrapperBottom.png)*/
	background-repeat: no-repeat;
	display: none;
}

#footerCenterContent {
  padding: 20px;
}

#mainTop {
	height: 0;
	background-color: #000;
	background-image: none; /* url(http://www.aktive-stuttgarter.de/s/img/mt_contentTop.png)*/
	background-repeat: no-repeat;
	display: none;
}

#mainBottom{
	height: 0;
	background-color: #000;
	background-image: none; /* url(http://www.aktive-stuttgarter.de/s/img/mt_contentBottom.png)*/
	background-repeat: no-repeat;
	display: none;
}

/* ------------------------------------- Sidebar */
#sidebarWrapper {
	background-color: transparent;
	background-image: none;	/* url(http://www.aktive-stuttgarter.de/s/img/mt_sidebar.png)*/
	background-repeat: no-repeat;
}

#sidebarWrapper .top {
	background-color: #000;
	background-image: none;	/* url(http://www.aktive-stuttgarter.de/s/img/mt_sidebarTop.png)*/
	background-repeat: no-repeat;
	display: none;
}

#sidebarWrapper .center {
	background-color: transparent;
	background-image: none;	/* url(http://www.aktive-stuttgarter.de/s/img/mt_sidebarCenter.png)*/
	background-repeat: no-repeat;
}

#sidebarWrapper .bottom {
	background-color: #000;
	background-image: none;	/* url(http://www.aktive-stuttgarter.de/s/img/mt_sidebarBottom.png)*/
	background-repeat: no-repeat;
	display: none;
}

#sidebarWrapper .navigation {
	background-color: transparent;
	background-image: none; /* url(http://www.aktive-stuttgarter.de/s/img/mt_subnavigation.png)*/
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-top: 30px;
}

#sidebarWrapper .content {
	background-color: transparent;
	background-image: none; /* url(http://www.aktive-stuttgarter.de/s/img/mt_subcontent.png)*/
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 50px;
}

/* ------------------------------------- Footer */
#footer {
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: center top;
	height: 210px;
}

#footer .top {
	height: 12px;
	background-color: transparent;
	background-image: url(http://www.aktive-stuttgarter.de/s/img/mt_secondSeparator.png);
	background-repeat: repeat-x;
	background-position: top center;
	display: block;
}

#footer .center {
	background-color: transparent;
	background-repeat: repeat-x;
}

#footer .content {
	background-color: transparent;
	padding: 30px;
}

#footer .bottom {
	height: 0;
	background-color: #000;
	background-image: none; /* url(http://www.aktive-stuttgarter.de/s/img/mt_footerBottom.png)*/
	background-repeat: no-repeat;
	display: none;
}

/* -------------------------------------------------------------------------------- Color Settings */

body,p,td {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #646464;
}

#mainNav1,
#mainNav2,
#mainNav3
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* ------------------------------------- Horizontal Navigation L1 */

#mainNav1 li{
	margin-right: 2px;
}

#mainNav1 a,
#mainNav1 a:link,
#mainNav1 a:visited {
	text-transform: none;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	margin: 4px 0;
	font-family: Arial, Georgia, Verdana, sans-serif;
	font-style: italic;
}

#mainNav1 a span {
	display: block;
	padding: 5px 20px;
}

#mainNav1 a.parent,
#mainNav1 a.parent:hover,
#mainNav1 a.current,
#mainNav1 a.current:hover {
	color: #000;
	background-color: #fff;
}

#mainNav1 a:hover,
#mainNav1 a:active,
#mainNav1 a:focus {
	color: #000;
	background-repeat: no-repeat;
}

/* ------------------------------------- Vertical Navigation L2 */

#sidebarWrapper #mainNav2 a,
#sidebarWrapper #mainNav2 a:link,
#sidebarWrapper #mainNav2 a:visited {
	text-transform: none;
	text-decoration: none;
	color: #646464;
	background-color: transparent;
	font-family: Arial, Georgia, Verdana, sans-serif;
	font-style: italic;
}

#sidebarWrapper #mainNav2 span {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 20px 10px 58px;	
	line-height: 20px;
}

#sidebarWrapper #mainNav2 a.parent, #sidebarWrapper #mainNav2 a.parent:hover {
	color: #FFF;
	background-color: #cbcbcb;
}

#sidebarWrapper #mainNav2 a.current,
#sidebarWrapper #mainNav2 a.current:hover {
	color:#fff;
	background-color: #cbcbcb;
}

#sidebarWrapper #mainNav2 a:hover,
#sidebarWrapper #mainNav2 a:active,
#sidebarWrapper #mainNav2 a:focus {
	color:#646464;
	background-color: transparent;
}

/* ------------------------------------- Vertical Navigation L3 */
#sidebarWrapper #mainNav3 a,
#sidebarWrapper #mainNav3 a:link,
#sidebarWrapper #mainNav3 a:visited {
	text-transform: none;
	text-decoration: none;
	color: #646464;
	background-color: transparent;
	background-image: url(http://www.aktive-stuttgarter.de/s/img/mt_nav3Normal.png);
	background-repeat: no-repeat;
	background-position: 56px 13px;
}

#sidebarWrapper #mainNav3 span {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 30px 10px 70px;
	line-height: 13px;
}

#sidebarWrapper #mainNav3 a.current {
	color:#000;
	background-color: transparent;
	background-image: url(http://www.aktive-stuttgarter.de/s/img/mt_nav3Current.png);
	background-repeat: no-repeat;
	background-position: 56px 13px;
}

#sidebarWrapper #mainNav3 a:hover,
#sidebarWrapper #mainNav3 a:active,
#sidebarWrapper #mainNav3 a:focus {
	color:#646464;
	background-color: transparent;
}

/* ------------------------------------- mainContent Settings */

a,
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

#mainWrapper .content  p {
	line-height:23px;
	margin-bottom: 17px;
}

#mainWrapper .content h1 {
	font-size: 29px;
	color: #000;
	font-weight: normal;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-style: italic;
}

#mainWrapper .content  h2 {
	font-size: 23px;
	color: #000;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: italic;	
}

#mainWrapper .content  h3 {
	font-size: 16px;
	color: #000;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: italic;	
}

/* ------------------------------------- subContent Settings */

#sidebarWrapper a,
#sidebarWrapper a:link,
#sidebarWrapper a:visited {
	color: #000;
}

/* also add td for color and even the whole content to avoid problems with sitebuilder module */

#sidebarWrapper .content,
#sidebarWrapper .content p ,
#sidebarWrapper .content td
{
	color: #646464;
	font-size: 12px;
	font-family: Arial, Verdana, Georgia, sans-serif;
}

#sidebarWrapper .content h1 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#sidebarWrapper .content h2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#sidebarWrapper .content h3 { 
	font-size: 14px;
	color: #000;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}

/* ------------------------------------- Footer Settings */

#footer {
	color:#646464;
	font-family: Arial, Verdana, Georgia, sans-serif;
}

#footer a {
	color:#000000;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------     LEAVE ME ALONE !!!!! ----------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
}

img, a img {
	border: 0;
}

img {
	display: block;
}

#wrapper {
	width: 100%;
	position: relative;
}

#wrapperShadowLeft,
#wrapperShadowRight {
	position: absolute;
	top: 0;
	height: 100%;
	width: 16px;
}

#wrapperShadowLeft {
	left: -16px;
}

#wrapperShadowRight {
	right: -16px;
}

.center {
	margin: 0 auto;
}


#header {
	position: relative;
	width: 100%;
	padding-left: 0;
	padding-right: 0;	
}

#header div#emotion-header {
	border: 1px solid black;
	margin: 0 auto;
}

/*  Navigation */
#navigation {
	width: 942px;
	margin: 0 auto;
	position: relative;
}

.separator {
	width: 100%;
}

.separator.third{
	width: 942px;
}


#sidebarWrapper .navigation {
	position: relative;
}

#mainNav2 a,
#mainNav2 a:link,
#mainNav2 a:visited {
	white-space: normal;
	word-wrap: break-word;
}

#mainNav1,
#mainNav2,
#mainNav3 {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	white-space: nowrap;
}
#mainNav1{
	width: 960px;
	margin: 0 auto;
}

#mainNav1 a,
#mainNav2 a,
#mainNav3 a {
	display: block;
}

/* level 1 */
#mainNav1:after, 
#mainNav2:after, 
#mainNav3:after {
    zoom: 1;
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;	
}

#mainNav1 li, 
#mainNav2 li {
	float: left;
}

#mainNav2 li {
	clear: both;
	width: 100%;
}

/* level 2 & 3*/

#mainNav2,
#mainNav3 {
	width: 100%;
}

#mainNav2 a,
#mainNav3 a {
	max-width: 320px;
}
#mainNav2 span{
	display: block;
}

/* Areas */

#mainWrapper {
    float: right;
    width: 640px;
	position: relative;
}

#mainWrapper .center {
	padding: 0;
	width: 640px;
	min-height: 400px;	
}

#sidebarWrapper {
	float: right;
    width: 320px;
	min-height: 400px;
	position: relative;
}

#sidebarWrapper .top,
#sidebarWrapper .center,
#sidebarWrapper .bottom,
#mainWrapper .top,
#mainWrapper .bottom,
#footer,
#footer .top,
#footer .bottom {
	width: 100%;
}

#footer .top{
	width: 942px;
	margin: 0 auto;
}

#footer .center{
	display:block;
	width: 960px;
	margin: 0 auto;
}


#sidebarWrapper .top,
#sidebarWrapper .center,
#sidebarWrapper .bottom,
#mainWrapper .top,
#mainWrapper .center,
#mainWrapper .bottom,
#footer,
#footer .bottom {
	position: relative;
	float: left;
}

#footer .top{
	position: relative;
}