/* Menu */
ul {
	list-style: none;
}

li {
	float: left;
}

li.menuLeftCorner a {
	width: 97px;
	height: 65px;
	
	display: block;
	
	background-image: url(../../images/standard/layout/menuLeftCorner.png);
	
	line-height: 60px;
	text-align: center;
	color: #812913;
}

li.menuLeftCorner a:hover {
	width: 97px;
	height: 65px;
	
	display: block;
	
	background-image: url(../../images/standard/layout/menuLeftCornerHover.png);
	background-repeat: no-repeat;
	
	line-height: 60px;
	text-align: center;
	color: #fff;
}

li.menuLeftCornerActive a {
	width: 97px;
	height: 65px;
	
	display: block;
	
	background-image: url(../../images/standard/layout/menuLeftCornerHover.png);
	background-repeat: no-repeat;
	
	line-height: 60px;
	text-align: center;
	color: #fff;
}

li.menuRightCorner a {
	width: 90px;
	height: 65px;
	
	display: block;
	
	background-image: url(../../images/standard/layout/menuRightCorner.png);
	
	line-height: 60px;
	text-align: center;
	color: #812913;
}




li.menuRightCorner a:hover {
	width: 90px;
	height: 65px;
	
	display: block;
	
	background-image: url(../../images/standard/layout/menuRightCornerHover.png);
	background-repeat: no-repeat;
	
	line-height: 60px;
	text-align: center;
	color: #fff;
}

li.menuRightCornerActive  a {
	width: 90px;
	height: 65px;
	
	display: block;

	background-image: url(../../images/standard/layout/menuRightCornerHover.png);
	background-repeat: no-repeat;
	
	line-height: 60px;
	text-align: center;
	color: #fff;
}

li.menuMiddle a {
	width: 90px;
	height: 65px;
	
	display: block;
	
	background-image: url(../../images/standard/layout/menuMiddle.png);
	background-repeat: no-repeat;
	
	line-height: 60px;
	text-align: center;
	color: #812913;
}

li.menuMiddle a:hover {
	width: 90px;
	height: 65px;
	
	display: block;
	
	background-image: url(../../images/standard/layout/menuMiddleHover.png);
	background-repeat: no-repeat;
	
	line-height: 60px;
	text-align: center;
	color: #fff;
}

li.menuMiddleActive a {
	width: 90px;
	height: 65px;
	
	display: block;
	
	background-image: url(../../images/standard/layout/menuMiddleHover.png);
	background-repeat: no-repeat;
	
	line-height: 60px;
	text-align: center;
	color: #fff;
}

/* FCKEDITOR */
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}

/* Headlines */
h3.headlines {
	position: relative;
	margin: 0 0 20px 0;
	width: 100%;

	font-size: 18px;
	color: #e03a14;
	font-weight: normal;
	
	background-image: url(../../images/standard/layout/underline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

h3.headlinesMod {
	margin: 0 0 19px 0;
	width: 100%;

	font-size: 18px;
	color: #e03a14;
	font-weight: normal;
	
	background-image: url(../../images/standard/layout/underline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

h3.noHeadlineAvaible {
	position: relative;
}

h3.closeIt {
	width: 100%;
	height: 2px;
	
	font-weight: normal;
	
	background-image: url(../../images/standard/layout/underline.jpg);
	background-repeat: repeat-x;
	
	clear: both;
}

h5.date {
	position: relative;

	font-weight: normal;

	font-size: 11px;
	color: #e03a14;
}


/* Texte */

span.miscText {
	color: #fff;
}


p.contentText {
	margin: 10px 0 0 0;

	color: #58585a;
}

span.date2nd {
	color:  #58585a;
}

span.date3nd {
	font-weight: normal;

	font-size: 11px;
	color: #e03a14;
}

span.msgFront {
	color: #ff0000;
	font-size: 9px;
}

span.msgFrontOk {
	padding: 2px;

	width: 100%;
	
	font-size: 9px;
	color: #fff;
	
	background-color: #12b94e;
	border: 1px solid #1ea64f;
}

/* Table */

tr.tableCourseTh {
	background-color: #a2a4a7;
	font-size: 12px;
	color: #fff;
}

tr.tableCourse {
	background-color: #a2a4a7;
	
	font-size: 11px;
	color: #fff;
	
}



/* Links */

a {
	text-decoration: none;
	font-size: 10px;
	color: #e03a14;
	
}


a.linkLanguageInactive:link, a.linkLanguageInactive:visited, a.linkLanguageInactive:active {
	font-size: 10px;
	color: #e03a14;
	
}

a.linkLanguageInactive:hover {
	font-size: 10px;
	color: #fff;
}

a.linkLanguageActive:link, a.linkLanguageActive:visited, a.linkLanguageActive:active {
	font-size: 10px;
	color: #fff;;
}

a.linkLanguageActive:hover {
	font-size: 10px;
	color: #e03a14;
}


/* Footer */

a.linkFooter {
	font-size: 9px;
	color: #fff;
	font-weight: normal;
}


div#footerTextLeft {
	float: left;
	
	width: 300px;
}

div#footerTextRight {
	float: left;
	
	width: 377px;
	text-align: right;
	color: white;
}

/* gallerien */

div.galleryAdmin {
	float: left;
	margin: 0 14px 14px 0 ;
}

div.galleryAdminLast {
	margin: 0 0 14px 0 ;
}

div.gallerySite {
	float: left;
	padding: 10px 10px;
	margin: 0 8px 14px 0;

	width: 145px;
	height: 141px;

	background-image: url(../../images/standard/module/teamFavoriteTemplate.jpg);
	background-repeat: no-repeat;
}

div.gallerySiteLast {
	float: left;
	padding: 10px 10px;
	margin: 0 0 14px 0;

	width: 145px;
	height: 141px;

	background-image: url(../../images/standard/module/teamFavoriteTemplate.jpg);
	background-repeat: no-repeat;

}



/* abstände */
br.createDesistance {
	margin: 14px 0 0 0;
}


/* big Workshop */

div#bigWorkshopbackground {
	padding: 10px 20px;

	width: 474px;
	height: 150px;

	background-image: url(../../images/standard/module/bigWorkshopBackground.png);
	background-repeat: no-repeat;
}

div#bigWorkshopTop {
	padding: 0 20px;

	width: 474px;

	background-image: url(../../images/standard/module/teaserTop.png);
	background-repeat: no-repeat;
}

div#bigWorkshopBottom {
	padding: 0 20px 10px 20px;

	width: 474px;

	background-image: url(../../images/standard/module/teaserBottem.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*  Team */
div.teamTemplate {
	float: left;
	margin: 0 10px 10px 0;

	width: 96px;
	height: 105px;

	background-image: url(../../images/standard/module/teamTemplate.png);
	background-repeat: no-repeat;
}

div.teamFavoriteTemplate {
	padding: 10px 10px;

	width: 145px;
	height: 141px;

	background-image: url(../../images/standard/module/teamFavoriteTemplate.jpg);
	background-repeat: no-repeat;
}


div.eventAndFlyerTemplate {
	width: 150px;
	padding: 0 7px 7px 0;
	text-align: right;

	background-image: url(../../images/standard/module/eventAndFlyerTemplate.png);
	background-repeat: repeat-y;
	background-position: bottom right;
	
}


p.teamDescription {
	float: right;
}

a.readMore {
	float: right;
	margin: 10px 0 0 98px;

	width: 80px;
	
	font-size: 10px;
	color: #58585a;
	
	text-align: center;
	
	border: 1px solid #b1b3b4;
	
	background-image: url(../../images/standard/form/inputBackground.png);
	background-repeat: repeat-x;
}



/* template */
div.tempLeftContent {
	float: left;
	width: 340px;
}

div.tempRightPic {

	float: right;
	width: 157px;
}