/************************************************************* HTML TAGS */
html {}

body { background	:	#fee077; }

a {
	margin			: 0;
	padding			: 0;
	color			:#bc2d07;
	text-decoration	: none;
}
a:hover { 
	text-decoration : underline; }

img { border		: 0; }


/************************************************************* PAGE */
div.frame {
	width			: 100%;
	padding			: 15px 0;
	text-align: center;	margin: 0 auto;}
div.page {
	margin: 0 auto;	width			: 960px;
	text-align		: left;
	background		: #FFFFFF;
}
div.bg1, div.bg2, div.bg3, div.bg4 {
	width			: 100%;
	margin			: 0;
}
div.bg1{
	padding			: 7px 0 0 0 ;
	background		: url(/pics/layout/schatt_top.gif) no-repeat top left;
}
div.bg2{
	background		: url(/pics/layout/schatt_middle.gif) repeat-y top center;
}
div.bg4{
	padding			: 0 0 20px;
	background		: url(/pics/layout/schatt_bottom.gif) no-repeat bottom left;
}
div.side-bg {
	z-index			: 999;
	position		: absolute;
	top				: 236px;
	left			: 960px;
}

div.side-bg-top {
	position		: absolute;
	left			: 0px;
	top 			: 0px;
	z-index			: 99999;
}
/* tl: IE 5.5 Hack von dkr, damit IE HasLayout bekommt, hier könnte inline-block ausreichen? Validiert nicht! */
div.tailer { 
	zoom	: 100%;
	width			: 950px; 
	margin: 0 auto;}


/************************************************************* HEADER */
div.header { 
	background		: #FFFFFF; 
	padding			: 10px;
	float			: left;
}
* HTML div.header { 
	float			: none;
}
div.logo{
	position		: relative;
}
p.logo {
	position		: absolute;
	top				: 60px;
	left			: 0;
	display			: block;
	background		: url(/pics/layout/image_126287648935.png) no-repeat top left;
}
p.logo a {
	display			: block;
	width			: 264px;
	height			: 116px;
	text-decoration	: none;
}

p.logo span { 
	display			: none; 
}

.header-img {
	width			: 930px;
	height			: 236px;
	background		: url(/pics/layout/image_1260874336133.jpeg) no-repeat;
}
/************************************************************* HORIZONTAL MENU */
div.hmenu#hmenu2{
	display			: none;
} 
div.hmenu {
	clear			: both;
	color			: #FFFFFF;
	font-size		: 0.75em;
	text-align		: center;
	border-bottom	: 2px solid #FFFFFF;
	background		: #e5ddd6;
}
div.hmenu-workspace {
	display			: block;
	height			: 1.4em;
	padding			: 3px 7px;
}

ul.hmenu1 { 
	list-style-type	: none; 
}

li.hmenu1 {
	display			: inline;
	float			: left;
}
a.hmenu {
	display			: block;
	float			: left;
	padding			: 1px 10px;
	color			: #f7f5f3;
	font-size		: 1em;
	text-decoration	: none;
	background		: #e5ddd6;
}
a.hmenu:hover {
	color			: #f7f5f3;
	text-decoration	: none;
}
a.hmenu1 {
	padding			: 2px 10px;
	font-weight		: 700;
	background		: #e5ddd6;
}
a.hmenu1:hover {
	text-decoration : none;
	background		: #000000;
}
a.hmenu1-active {
	color			: #e5ddd6;
	background		: #f7f5f3;
}


/************************************************************* MAIN */
div.main1 {
	clear			: both;
	min-height		: 480px;
	text-align		: center;
	background		: url(/pics/layout/bg_vmenu_end.jpg) no-repeat 10px bottom;
}
div.main{
	background		: url(/pics/layout/bg_vmenu.jpg) repeat-y top left;
}

* html div.main {
	height			: 480px;
	position		: relative;
}


/************************************************************* BREADCRUMB */
div.breadcrumb {
	width			: 100%;
	height			: 1.4em;
	margin			: 0 auto 2px;
}
span.breadcrumb-infotext {
	display			: block;
	float			: left;
	padding			: 3px 5px;
	font-size		: 0.75em;
}
div.breadcrumb UL {
	display			: inline;
	list-style-type	: none;
}
div.breadcrumb LI {
	display			: inline;
	float			: left;
}
a.breadcrumb {
	display			: block;
	float			: left;
	margin			: 0;
	padding			: 3px 10px;
	color			: #e5ddd6;
	font-size		: 0.75em;
	text-decoration	: none;
	background		: transparent url(/pics/formbuttons/arrow.gif) no-repeat 0 6px;
}
a.breadcrumb:hover {
	color			: #000000;
	text-decoration	: none;
}


/************************************************************* VERTICAL MENU */
div.vmenu {
		float			: left;
	width			: 200px;
	margin			: 0 -200px 0 0;
	overflow		: hidden;
}

div.vmenu-workspace { margin:	0 0 20px 0; }

ul.vmenu1, ul.vmenu2, ul.vmenu3, ul.vmenu4 { list-style-type:	none; }

li.vmenu1, li.vmenu2, li.vmenu3, li.vmenu4 { display:	inline; }

a.vmenu {
	display			: block;
	margin			: 0 0 0px;
	padding			: 4px 5px 2px;
	color			: #3d3834;
	font-size		: 0.75em;
	text-align		: left;
	text-decoration	: none;
}

a.vmenu:hover { 
	color			: #3d3834; 
}

a.vmenu1 {
	padding			: 4px 0 2px 11px;
	font-weight		: 400;
	margin			: 0 0 0 10px;
	font-size		: 0.75em; 
	border-top		: 1px solid #e5ddd6;
}
a.vmenu1-last{
	border-bottom	: 1px solid #e5ddd6;
}
a.vmenu1:hover { 
	font-weight		: 700;
	text-decoration	: none; 
	margin			: 0 0 0 0px;
	padding			: 4px 0 2px 21px;
	background		: #fee077;
}

a.vmenu1-active {
	margin			: 0 0 0 0px;
	padding			: 4px 0 2px 21px;
	font-weight		: 700;
	background		: #fee077;
}
a.vmenu2 {
	padding			: 4px 0 2px 28px;
	margin			: 0 0 0 10px;
	color			: #3d3834;
	font-size		: 0.75em; 
	font-weight		: 400;
	border-left		: 1px solid #e5ddd6;
	border-right	: 1px solid #e5ddd6;
	background		: #FFFFFF;
}

a.vmenu2:hover { 
	background		: #FFFFFF; 
	font-weight		: 700;
}

a.vmenu2-active {
	font-weight		: 700;
	background		: #FFFFFF;
}
a.vmenu3 {
	padding			: 4px 0 2px 38px;
	color			: #3d3834;
	font-size		: 0.75em; 
	font-weight		: 400;
	margin			: 0 0 0 10px;
	border-left		: 1px solid #e5ddd6;
	border-right	: 1px solid #e5ddd6;
	background		: #fdfaf6;
}

a.vmenu3:hover { 
	font-weight		: 700;
}

a.vmenu3-active {
	font-weight		: 700;
	font-size		: 0.70em;
}
a.vmenu4 {
	padding			: 4px 0 2px 48px;
	color			: #3d3834;
	font-size		: 0.75em; 
	font-weight		: 400;
	background		: #fdfaf6;
}

a.vmenu4:hover { 
	background:	#fdfaf6; 
}

a.vmenu4-active {
	font-size		: 0.75em;
}


/************************************************************* CONTAINER */
div.container {
		float			: right;
	width			: 190px;
	margin			: 0 10px 0 -200px;
	text-align		: left;
}
* HTML div.container {
	margin			: 0 0px 0 -200px;
}
div.container-left {
	float			: left;
	width			: 0px;
}
div.container-right {
	float			: right;
	width			: 190px;
}

div.container-menu { width:	200px; }

div.container-top { width:	0px; }

div.container-bottom { width:	0px; }

div.container-workspace {
	padding			: 0 10px 0 10px;
	border			: 1px solid #eceae7; 
	background		: #e5ddd6;
}
div.container-headline {
	width			: 100%;
	padding			: 7px 0;
	color			: #3d3834;
	font-weight		: 700;
	text-align		: left;
	text-decoration	: none;
	overflow		: hidden;
}
div.container-content {
	padding			: 3px 0px;
	color			: #000000;
	font-size		: 0.75em;
}

div.container-content a { color:	#bc2d07; }

h3.container {
	display			: inline;
	font-size		: 0.85em;
	color			: #3d3834;
}
div.ct_schatt_bottom{
	height			: 7px;
	margin			: 0 0 4px 0;
	background		: url(/pics/layout/ct_schatt_bottom.gif) no-repeat top left;
}
img.border-image { float:	left; }
div.containerimage{
	margin			: 0 0 11px 0; 	
}

/************************************************************* CONTENT */
div.content {
	width			: 530px;
	margin			: 0 200px 0 200px;
	padding			: 0 10px 0 10px;
	text-align		: left;
	background		: #FFFFFF;
}
* HTML div.content {
	width			: 520px;
}
div.width50{
	width			: 46%;
}
* HTML div.width50{
	width			: 41% !important;
}
div.content-wrap {
	float			: left;
	width			: 100%;
	margin			: 0 auto;
}
div.content-workspace { margin:	0 auto 10px auto; }
div.content-workspace ol, div.content-workspace ul, div.content-workspace li { margin-left:	17px; }
div.content-workspace ol li, div.content-workspace ul li { margin-left:	0; }
div.content-header {
	padding			: 0px 0px 3px;
	color			: #fee077;
	text-align		: left;
	font-weight		: 700;
}
div.content-text {
	height			: 100%;
	margin			: 0 0 0px;
	padding			: 10px 0px 0;
	color			: #000000;
	text-align		: left;
	font-size		: 0.75em;
}
h3.content-title {
	display			: inline;
	color			: #3d3834;
	font-size		: 1.1em;
}


/************************************************************* FOOTER */
div.footer {
	clear			: both;
	margin			: 0;
	padding			: 0px 7px 0px;
	height			: 63px;
	font-size		: 0.75em;
	color			: #000000;
	text-align		: left;
	background		: url(/pics/layout/bg_footer.gif) no-repeat top left;
}

.footer a {
	display			: block;
	float			: left;
	color			: #000000;
	font-size		: 1em;
	font-weight		: 700;
	text-decoration	: none;
}

.footer a:hover {
	color			: #f7f5f3;
	text-decoration	: none;
	background		: #000000;
}

/************************************************************* STANDARDS */
div.paging-inlay{
	text-align		: center;
	height			: 18px;
}

span.paging { color	:	#FFFFFF; padding: 0px; }

.paging { 
	/*background:	#e5ddd6;*/
 }

span.site-of-pager{
	padding-right	: 8px;
}

span.jump-to-pager{
	padding-left	: 8px;
}

span.backlink-pager a, span.forlink-pager a{
	vertical-align	: middle;
}

input.jump-to-pager{
	margin-top		: -2px;	
	text-align		: center;
	width			: 25px;	
	padding			: 0px !important;
}

input.submit-pager{
	height			: 20px;
	vertical-align	: top;
}

.border1 { border:	1px solid #e5ddd6; }

div.form-begin {
	border			: 1px solid #e5ddd6;
	background		: #f7f5f3;
}

textarea, input.text { border:	1px solid #e5ddd6; }

input.button {
	color			: #000000;
	border			: 1px outset #fee077;
}
option {
	color			: #000000;
	background		: #FFFFFF;
}
button {
	color			: #000000;
	border			: 1px solid #e5ddd6;
}
fieldset {
	margin			: 10px 0;
	padding			: 5px 10px;
	border			: 2px solid #e5ddd6;
}

legend {
	padding			: 2px 10px;
	border			: 1px solid #e5ddd6;
}

div.form-fieldset-inlay {
	padding			: 3px 7px;
	background		: #f7f5f3;
}

#submit_kontakt_form{
	border			: 0px !important;
	margin-top		: 3px;
}

* HTML #submit_kontakt_form{
	border			: 0px !important;
	margin-top		: 1px;
}

div.weitere_article{
	margin			: 20px 0 10px 9px;
}
* HTML div.weitere_article{
	margin			: 20px 0 10px 15px;
}
span.cw_date{
	margin			: 0px 0 0px 9px;
}
* HTML span.cw_date{
	margin			: 0px 0 0px 14px;
}
span.cw_pfeil{
	color			: #bc2d07;
}
span.cw_link a{
	color			: #000000;
}
div.mod_home span.magazinetitle{
	font-size		: 1.85em;
}
div.mod_home span.magazinedate{
	font-size		: 1em;
	color			: #756b63;
}
a.sitemap{
	color			: #000000;
}
/*************************************************************TAB-Container */

.tab-container {
  	width			: 100%;
  	background		: #000000;
  	margin-bottom	: 16px;
}
 
.tab {
  	border			: 1px solid #f7f5f3;
  	border-bottom	: 0px;
  	cursor			: pointer;
  	float			: left;
  	height			: 15px;
  	margin-right	: 6px;
  	padding			: 4px;
  	text-align		: center;

}

.tab-active{
  	border			: 1px solid #f7f5f3;
 	border-bottom	: 0px;
  	cursor			: pointer;
  	float			: left;
  	height			: 15px;
  	margin-right	: 6px;
  	padding			: 4px;
  	text-align		: center;
  	background		: #e5ddd6;		
}
 
#tab-content {
  	clear			: both;
  	padding			: 5px;
}
#around-content {
  	border			: 1px solid #f7f5f3;
  	clear			: both;
}

#around-content .container-workspace .container-headline{
	display			: none;
}

#around-content .container-workspace {
	font-size		: 1.4em;
}

.tab-left{	
	float			: left;
}

.tab-right{
	float			: left;
}
a#break_kontakt_form{
	vertical-align	: top;
	margin			: 3px 0 0;
}
* HTML a#break_kontakt_form{
	vertical-align	: top;
	margin			: 1px 0 0;
}