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

*	{ font-family		: Verdana,Arial !important}

body { background:	#fcf6ed  url(/pics/layout/image_1258620865416.gif) repeat-x left 171px; }
a {
	margin:			0;
	padding:		0;
	color:			#a92c0e;
	text-decoration:none;
}

a:hover { text-decoration: underline; }

img { border:	0; }


/************************************************************* PAGE */
div.frame {
	width				: 100%;
	padding				: 0px 0 15px;
	text-align: center;}
div.page {
	margin: 0 auto;	width				: 952px;
	text-align			: left;
	padding				: 0 0px;
	background			: #fcf6ed;
}
div.bg1, div.bg2, div.bg3, div.bg4 {
	width				: 100%;
	margin				: 0;
}
div.side-bg {
	position			: absolute;
	left				: 952px;
}

/* tl: IE 5.5 Hack von dkr, damit IE HasLayout bekommt, hier könnte inline-block ausreichen? Validiert nicht! */
div.tailer { zoom:	100%; }


/************************************************************* HEADER */
div.header { 
	padding				: 11px 10px 10px 7px;
	margin				: 0 0 10px;
	width				: 947;
	float				: left;
	background			: url(/pics/layout/bg_header_schatt.gif) no-repeat top left; 
}

p.logo {
	display				: block;
	float				: left;
	background			: url(/pics/layout/image_1258531085113.gif) no-repeat top left;
}
div.logo{
	float				: left;
	width				: 100%;
}
p.logo a {
	display				: block;
	width				: 195px;
	height				: 140px;
	text-decoration		: none;
}
.header-img {
	width				: 740px;
	float				: left;
	height				: 140px;
	background			: url(/pics/layout/image_125853108512.jpeg) no-repeat;
}
p.logo span { display	: none; }


/************************************************************* HORIZONTAL MENU */
div.hmenu#hmenu2 {
	clear				: both;
	color				: #FFFFFF;
	font-size			: 0.75em;
	text-align			: center;
	border-bottom		: none;
	float				: left;
	width		 		: 100%;
	margin				: 0 0 10px;
	background			: #3464af;
}
div.hmenu {
	clear				: both;
	color				: #FFFFFF;
	font-size			: 0.75em;
	text-align			: center;
	border-bottom		: 2px solid #FFFFFF;
	background			: #FFFFFF;
}
div.hmenu-workspace {
	display				: block;
	padding				: 0px;
	float				: left;
	width		 		: 100%;
}

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

li.hmenu1,li.hmenu3 {
	display				: inline;
	float				: left;
}
a.hmenu {
	display				: block;
	float				: left;
	padding				: 16px 5px;
	color				: #000000;
	font-size			: 1em;
	text-decoration		: none;
	background			: #3464af;
}
a.hmenu:hover {
	color				: #000000;
	text-decoration		: none;
}
a.hmenu1 {
	padding			: 16px 5px;
	font-weight		: 400;
	height			: 2.3em;
	width			: 80px;
	/*color			: #000000;*/
	color			: #ffffff;
	background		: #3464af;
}
a.hmenu1:hover {
	text-decoration	: none;
	color			: #FFFFFF;
	background		: url(/pics/layout/bg_hmenu_act.gif) repeat-x top left;
}
a.hmenu1-active {
	color			: #FFFFFF;
	background		: url(/pics/layout/bg_hmenu_act.gif) repeat-x top left;
}

a.hmenu3 {
	font-weight		: 400;
	padding-top		: 9px !important;
	color			: #000000 !important;
	float			: left;
}
a.hmenu3:hover {
	text-decoration	: underline  !important;
	color			: #000000 !important;
}



/************************************************************* MAIN */
div.main {
	clear:		both;
	min-height:		480px;
	background		: #FFFFFF;
	margin			: 6px;
	padding-bottom  : 20px;
	text-align:	center;
}
div.main1{
	position			: relative;
	clear				: both;
	padding				: 1px 0 0px;
	background			: url(/pics/layout/bg_schatt_top.gif) repeat-x top left;
}
div.main2{
	background			: url(/pics/layout/bg_schatt_right.gif) repeat-y top right;
}
div.main3{
	background			: url(/pics/layout/bg_schatt_left.gif) repeat-y top left;
}
div.main4{
	padding				: 0 0 1px;
	background			: url(/pics/layout/bg_schatt_bottom.gif) repeat-x bottom left;
}

div.bg_schatt_top_left{
	position			: absolute;
	left				: 0px;
	top					: 0px;
	height				: 12px;
	width				: 12px;
	background			: url(/pics/layout/schatt_cnt_top_left.gif) no-repeat top left;
}
div.bg_schatt_top_right{
	position			: absolute;
	right				: 0px;
	top					: 0px;
	height				: 12px;
	width				: 12px;
	background			: url(/pics/layout/schatt_cnt_top_right.gif) no-repeat top left;
}
div.bg_schatt_bottom_left{
	position			: absolute;
	left				: 0px;
	bottom				: 0px;
	height				: 12px;
	width				: 12px;
	background			: url(/pics/layout/schatt_cnt_bottom_left.gif) no-repeat bottom left;
}
div.bg_schatt_bottom_right{
	position			: absolute;
	right				: 0px;
	bottom				: 0px;
	height				: 12px;
	width				: 12px;
	background			: url(/pics/layout/schatt_cnt_bottom_right.gif) no-repeat bottom right;
}


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

/* warum steht das auskommentiert hier drin?
div.main div.vmenu, div.main div.content, div.main div.container { min-height:	480px; }
*/


/************************************************************* 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:			#FFFFFF;
	font-size:		0.75em;
	text-decoration:none;
	background:		transparent url(/pics/formbuttons/arrow.gif) no-repeat 0 6px;
}
a.breadcrumb:hover {
	color:			#eddabf;
	text-decoration:none;
}


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

div.vmenu-workspace { margin:	0 0 6px 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:			0px;
	padding:		4px 5px 2px;
	color:			#000000;
	font-size:		0.75em;
	text-align:		left;
	text-decoration:none;
	background:		#FFFFFF;
}

a.vmenu:hover { color:	#000000; }

a.vmenu1 {
	padding				: 6px 0 5px 10px;
	font-weight			: 400;
	border-bottom		: 1px solid #eddabf;
	background			: #FFFFFF;
}

a.vmenu1:hover { 
	text-decoration:	none; 
	color:		#a92c0e;
}

a.vmenu1-active {
	padding:		6px 0 5px 10px;
	font-weight:	400;
	color:		#a92c0e;
}
a.vmenu2 {
	padding:		4px 0 4px 30px;
	color:			#000000;
	font-size:		0.75em;
	font-weight:	400;
	background:		#fcf6ed;
}

a.vmenu2:hover { 
	text-decoration		: none;
	color				: #a92c0e;
}
a.vmenu2-active {
	color				: #a92c0e;
}
a.vmenu3 {
	padding:		4px 0 4px 40px;
	color:			#000000;
	font-size:		0.75em;
	font-weight:	400;
	background:		#fcf6ed;
}

a.vmenu3:hover { 
	text-decoration		: none;
	color				: #a92c0e;
}
a.vmenu3-active {
	color				: #a92c0e;
}
a.vmenu4 {
	padding:		4px 0 4px 50px;
	color:			#000000;
	font-size:		0.75em;
	font-weight:	400;
	background:		#fcf6ed;
}

a.vmenu4:hover { 
	text-decoration		: none;
	color				: #a92c0e;
}
a.vmenu4-active {
	color				: #a92c0e;
}

/************************************************************* CONTAINER */
div.container {
		float				: right;
	width				: 180px;
	margin				: 0 5px 0 -185px;
	text-align			: left;
}
div.container-left {
	float:	left;
	width:	-5px;
}
div.container-right {
	float:	right;
	width:	180px;
}

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

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

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

div.container-workspace {
	float:		left;
	width:		100%;
	margin:		0 0 5px 0;
}
div.container-headline {
	padding:		6px 3px 6px 8px;
	color:			#fefefe;
	font-weight:	700;
	text-align:		left;
	text-decoration		: none;
	background			: #a92c0e url(/pics/layout/bg_ct_headline.gif) no-repeat top right;
	overflow			: hidden;
}
div.container-content {
	padding			: 7px 7px;
	color			: #2d2924;
	font-size		: 0.75em;
	border			: 1px solid #eddabf ;
	border-top		: none;
}

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

h3.container {
	display			: inline;
	font-size		: 0.75em;
	color			: #fefefe;
}
div.container-content div.containerimage{
	border			: none;
}
div.containerimage{
	text-align		: center;
	margin			: 0 auto;
	border			: 1px solid #eddabf ; 	
}
img.border-image { float:	left; }


/************************************************************* CONTENT */
div.content {
	width:		550px;
	margin:		0 185px 0 185px;
	padding:	13px 10px 0 10px;
	text-align:	left;
	background:	#FFFFFF;
}

div.content-wrap {
	float:	left;
	width:	100%;
	margin:	0 auto;
}
div.content-workspace { margin:	0 auto 5px 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:		3px 0px;
	color:			#fcf6ed;
	text-align:		left;
	font-weight:	700;
	background:		#FFFFFF;
}
div.content-text {
	height:		100%;
	margin:		0 0 10px;
	padding:	10px 0px 0;
	color:		#2d2924;
	text-align:	left;
	font-size:	0.75em;
}
h3.content-title {
	display			: inline;
	color			: #a92c0e;
	font-size		: 1em;
}


/************************************************************* FOOTER */
div.footer {
	clear				: both;
	margin				: 5px 0 0;
	padding				: 4px 0px 13px;
	float				: left;
	width				: 100%;
	font-size			: 0.75em;
	color				: #FFFFFF;
	text-align			: left;
	background			: url(/pics/layout/bg_footer.gif) no-repeat top left;
}

.footer a {
	display:		inline;
	padding:		2px 10px;
	color:			#bdb7ad;
	font-size:		1em;
	font-weight:	400;
	text-decoration:none;
}

.footer a:hover {
	color:			#000000;
	text-decoration:none;
}
div.footer_navi{
	width			: 400px;
	float			: right;
}
div.navi {
	float			: right;
	width			: 100%;	
}
/************************************************************* STANDARDS */
div.paging-inlay{
	text-align:			center;
	height:				18px;
}

span.paging { color:	#2d2924; padding: 3px; }

.paging { background:	#FFFFFF; }

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 #2D2924; }

div.form-begin {
	border:		1px solid #2D2924;
	background:	#e9e4dc;
}

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

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

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

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

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

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


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

}

.tab-active{
  	border: 1px solid #e9e4dc;
 	border-bottom: 0px;
  	cursor: pointer;
  	float: left;
  	height: 15px;
  	margin-right: 6px;
  	padding: 4px;
  	text-align: center;
  	background:#FFFFFF;		
}
 
#tab-content {
  	clear: both;
  	padding:5px;
}
#around-content {
  	border: 1px solid #e9e4dc;
  	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;
}
div.weitere_article{
	margin			: 0 0 10px;
}