/*BASIC LAYOUT*/

body {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
}

#page-container {
	background-image: url(images/page_bg.png);
	background-repeat: repeat-y;
	width: 1015px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index:0;
	margin: 0px auto;
}

#header {
	height: 195px;
	width: 1015px;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(images/page_top.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 1014px;
	padding-top: 30px;
	padding-bottom: 10px;
	position: relative;
	clear: both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	z-index: 1000;
}

#menu {
	width: 242px;
	margin-top: 30px;
	margin-left: 0px;
	float: left;
	height: 750px;
	background-image: url(images/menu_bg.png);
	background-position: 0px 20px;

}


#column_left {
	width: 496px;
	margin-top: 10px;
	margin-left: 16px;
	float: left;
}

#column_right {
	width: 224px;
	float: left;
	margin-top: 30px;
	margin-left: 22px;
}


/* Module */

.module-1 {
	background-image: url(images/module_repeat.png);
	background-repeat: repeat-y;
	background-position: top left;
	margin-bottom: 20px;
}

.module-2 {
	background-image: url(images/module_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.module-3 {
	width: 224px;
	padding: 10px 24px 10px 8px;
	background-image: url(images/module_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}


/* MENUS */

/* Top Menu */

#topmenu {
	position: absolute;
	right: 43px;
	top: 7px;
	height: 22px;
	min-width: 50px;
	padding-left: 21px;
	background-image: url(images/menu_top_left.png);
	background-repeat: no-repeat;
}

#topmenu p{
	margin: 0px;
	padding: 2px 8px 0px 0px;
	height: 22px;
	background-image: url(images/menu_top_repeat.png);
	background-repeat: repeat-x;
	font-size: 11px;
	letter-spacing: 1px;
}

#topmenu p span.misc_menu span{
	margin: 0px 0px;
	text-decoration: none;
	color: #ff7902;
	padding: 4px 5px;
}

#topmenu p span.section_menu a.ACT{
	color: #333;
	text-decoration: none;
	background-image: url(images/menu_top_act_rep.png);
	background-repeat: repeat-x;
	background-color: #ff7902;
}

#topmenu p span.section_menu a{
	margin: 0px 0px;
	text-decoration: none;
	color: #333;
	padding: 4px 7px;
	font-weight: normal;
	border-right: 1px solid #ff7902;
}

#topmenu p span.misc_menu a{
	margin: 0px 0px;
	text-decoration: none;
	padding: 4px 5px;
	font-weight: normal;
	color: #333;

}

#topmenu p span.section_menu {
	margin: 0px 0px;
	text-decoration: none;
	padding: 4px 0px;
	font-weight: normal;
	border-left: 1px solid #ff7902;

}

#topmenu p span.misc_menu {
	margin: 0px 0px;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	font-size: 10px;
}


/* Navigation */


#menu div.menu_bg0 {
	/*background: url(images/menu_bg0.png);*/
	background-position: top;
	background-repeat: no-repeat;
	padding: 30px 0px 10px 1px;
	margin: 0px 0px 0px 0px;
}

#menu div.menu_bg1 {
	/*background: url(images/menu_bg1.png);*/
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 23px 1px;
	margin: 0px 0px 0px 0px;
}

#menu ul.lvl1 {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 1px;
}

#menu ul.lvl2 {
	background-image: url(images/men_sub_end.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 240px;
	list-style: none;
	margin: 0px 0px 0px;
	padding: 0px 0px 23px 0px;
}

#menu ul.lvl3 {
	background-image: none;
	background-repeat: repeat-y;
	background-position: top left;
	width: 240px;
	list-style: none;
	margin: 0px 0px 0px;
	padding: 0px 0px 5px 1px;
}

#menu ul.lvl1 li {
	background-image: url(images/b_unsel.png);
	background-repeat: no-repeat;
	width: 240px;
	padding: 0px;
	margin: 0px 0px;

}

#menu ul.lvl1 li.ACT {
	background-image: url(images/b_sel_nosub.png);
}

#menu ul.lvl1 li.SUB {
	background-image: url(images/b_sel_wsub.png);
	margin-bottom: 0px;
}

#menu ul.lvl1 li a{
	display: block;
	text-decoration: none;
	color: black;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 12px 5px;
}

#menu ul.lvl2 li {
	background-image: url(images/men_sub_bg.png);
	background-repeat: repeat-y;
	width: 241px;
	height: auto;
	padding: 2px 0px;
	margin: 0px 0px;
}

#menu ul.lvl2 li.ACT {
	background-image:  url(images/men_sub_bg.png) !important;	
}


#menu ul.lvl2 li a{
	display: block;
	text-decoration: none;
	color: black;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 0px 20px;
}

#menu ul.lvl2 li.ACT a.ACT{
	font-weight: bold;
}

#menu ul.lvl3 li a{
	display: block;
	text-decoration: none;
	color: black;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 0px 30px;
}

#menu ul.lvl3 li {
	background-image: none;
	width: 241px;
	height: auto;
	padding: 0px 0px;
	margin: 0px 0px;
}

#menu ul.lvl3 li.ACT, #menu ul.lvl3 li {
	background-image: none !important;
}


#menu ul li.label {
	background-position: 10px 0px;
	background-image: url(images/menu_label.png);
	padding: 5px 10px 5px 20px;
	font-weight: 600;
	margin-top: 20px;
}

/* Statusbar */

#statusbar {
	position: absolute;
	bottom: 3px;
	right: 35px;
	width: 725px;
	height: 20px;
}

#statusbar div {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	line-height: 1.1em;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1px;
}

#statusbar a {
	color: #FFF;
	font-weight: bold;
}

/* Language Menu*/

div#lang_menu {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 1em;	
	}

div#lang_menu a{
	margin: 0px 2px;
}

div#lang_menu a img {
	margin: 0px;
	padding: 0px;
}	

/* SONSTIGES */

.float-left {
	float: left;
}

.float-right {
	float: right;
	padding: 0;
	margin: 0;
}

.clear-both {
	clear:both;
	height: 1%;
	width: 100%;
}


#editpanel {
	z-index: 1000;
	width: 300px;
	margin: 0px;
	padding: 0px;
}


#editpanel .typo3-editPanel-controls {
	background-color: white;
	width: 25px;
	text-align: center;
}

#editpanel .typo3-editPanel-label {
	background-color: transparent;
	width: 100%;
	border-top: 1px dashed white;
}

#itemeditpanel {
	margin: 10px 0px 20px 10px;
}

#itemeditpanel .typo3-editPanel-controls {
	background-color: white;
	border: 1px dashed orange;
}

#itemeditpanel .typo3-editPanel-label {
	color: white;
}


/* Teaserpage */


.teaser {
	width: 780px;
	margin-bottom: 17px;
}

.teaser-100 {
	width: 679px;
	min-height: 180px;
	padding: 26px 20px 4px;
	background-image: url(images/teaser_100_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.teaser-100-1 {
	width: 726px;
	background-image: url(images/teaser_100_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}	

.teaser-100-2 {
	width: 726px;
	background-image: url(images/teaser_100_rep.png);
	background-repeat: repeat-y;
	background-position: top left;
}	

.teaser-33-33-33 {
	width: 700px;
	min-height: 180px;
	padding: 20px 10px 20px;
	background-image: url(images/teaser_33_33_33_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.teaser-33-33-33-1 {
	width: 726px;
	background-image: url(images/teaser_33_33_33_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}	

.teaser-33-33-33-2 {
	width: 726px;
	background-image: url(images/teaser_33_33_33_rep.png);
	background-repeat: repeat-y;
	background-position: top left;
}

.teaser-33-66 {
	width: 700px;
	min-height: 180px;
	padding: 20px 10px 20px;
	background-image: url(images/teaser_33_66_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.teaser-33-66-1 {
	width: 726px;
	background-image: url(images/teaser_33_66_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}	

.teaser-33-66-2 {
	width: 726px;
	background-image: url(images/teaser_33_66_rep.png);
	background-repeat: repeat-y;
	background-position: top left;
}

.teaser-50-50 {
	width: 700px;
	min-height: 180px;
	padding: 20px 10px 20px;
	background-image: url(images/teaser_50_50_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.teaser-50-50-1 {
	width: 726px;
	background-image: url(images/teaser_50_50_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}	

.teaser-50-50-2 {
	width: 726px;
	background-image: url(images/teaser_50_50_rep.png);
	background-repeat: repeat-y;
	background-position: top left;
}

div#teaser-66-left, div#teaser-66-right {
	width: 450px;
	float: left;
	margin-left: 34px;
}

div#teaser-33-mid {
	margin: 0px 32px;
}

div#teaser-33-left, div#teaser-33-mid, div#teaser-33-right {
	width: 210px;
	float: left;
	overflow: hidden;
	min-height:1px;
}

div#teaser-50-left, div#teaser-50-right  {
	width: 328px;
	margin: 0 40px 0px 0px;
	float: left;
	overflow: hidden;

}

div#teaser-50-right {
	margin: 0px 0px 0px 0px;
}

div#teaser-100 {
	overflow: hidden;
}

