html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: visible;
}

body, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A6A6AB;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

p
{
	margin-top: 0px;
	padding-top: 0px;
}

table
{
	border-collapse: collapse;
}

img
{
	border: none;
}

a
{
	color: #666666;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}

ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li
{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	list-style: none;
}



/* template */
#main_div
{
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	top: 50%;
	height: 620px;
	margin-top: -310px;
	background-color: #FFFFFF;
}

#row_1
{
	width: 100%;
	height: 15px;
}

#row_1_1
{
	float: left;
	width: 15px;
	height: 15px;
}

#row_1_2
{
	float: left;
	width: 970px;
	height: 15px;
}

#row_1_3
{
	float: left;
	width: 15px;
	height: 15px;
}

#row_2
{
	width: 100%;
	height: 210px;
}

#row_2_1
{
	float: left;
	width: 15px;
	height: 210px;
}

#row_2_2
{
	float: left;
	width: 970px;
	height: 210px;
	background-color: #F9FAFB;
}

#row_2_3
{
	float: left;
	width: 15px;
	height: 210px;
}

#row_3
{
	width: 100%;
	height: 295px;
}

#row_3_1
{
	float: left;
	width: 15px;
	height: 295px;
}

#row_3_2
{
	float: left;
	width: 970px;
	height: 295px;
	background-color: #F9FAFB;

	background-image: url(images/shadow_3_2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#row_3_3
{
	float: left;
	width: 15px;
	height: 295px;
}

#row_4
{
	width: 100%;
	height: 85px;
}

#row_4_1
{
	float: left;
	width: 15px;
	height: 85px;
}

#row_4_2
{
	float: left;
	width: 970px;
	height: 85px;
	background-color: #F9FAFB;
	text-align: right;

	background-image: url(images/die_werberei.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
}

#row_4_3
{
	float: left;
	width: 15px;
	height: 85px;
}

#row_5
{
	width: 100%;
	height: 15px;
}

#row_5_1
{
	float: left;
	width: 15px;
	height: 15px;
}

#row_5_2
{
	float: left;
	width: 970px;
	height: 15px;
}

#row_5_3
{
	float: left;
	width: 15px;
	height: 15px;
}

#navi_main
{
	float: left;
	width: 230px;
	height: 295px;
}

#navi_main .inner
{
	padding: 20px 0px 0px 20px;
}

#navi_bottom
{
	padding: 64px 20px 0px 0px;
}

/* Template 0 */
#content_0
{
	float: left;
	width: 740px;
	height: 295px;
}
#content_0 .inner
{
	padding: 20px 20px 0px 0px;
}

/* Template 1 */
#content_1
{
	float: left;
	width: 740px;
	height: 295px;
}
#content_1 .inner
{
	padding: 20px 20px 0px 0px;
}
#content_1a
{
	float: left;
	width: 200px;
}
#content_1b
{
	float: right;
	width: 450px;
}

/* Template 2 */
#content_2
{
	float: left;
	width: 740px;
	height: 295px;
}
#content_2 .inner
{
	padding: 20px 20px 0px 0px;
}
#content_2a
{
	float: left;
	width: 200px;
}
#content_2b
{
	float: right;
	width: 450px;
}
#content_2b1
{
	width: 450px;
	height: 180px;
}
#content_2b2
{
	width: 450px;
	padding: 0px 0px 0px 0px;
}

.clear
{
	clear: both;
}




/* jScrollPane */
.content_0_scroll
{
	height: 275px;
	overflow: auto;
}
.content_1a_scroll
{
	height: 275px;
	overflow: auto;
}
.content_1b_scroll
{
	height: 275px;
	overflow: auto;
}
.content_2a_scroll
{
	height: 275px;
	overflow: auto;
}
.content_2b2_scroll
{
	height: 150px;
	overflow: auto;
}
.jScrollPaneContainer
{
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack
{
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #EBEBEB;
}
.jScrollPaneDrag
{
	position: absolute;
	background: #B3B2B2;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop
{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}




/* jScrollHorizontalPane */
.content_2b1_scroll
{
	width: 450px;
	height: 180px;
	float: left;
	overflow: auto;
}
.jScrollPaneHorizontalTrack
{
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #EBEBEB;
}
.jScrollPaneDragLeft
{
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight
{
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}



/* Navi Main */
#navi_main ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navi_main li
{
	list-style: none;
	display: block;
	padding: 0px 0px 0px 0px;
}

#navi_main a
{
	display: block;
	padding: 2px 0px 2px 0px;
	color: #A6A6AB;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#navi_main li li a
{
	padding: 2px 0px 2px 10px;
}

#navi_main a:hover, #navi_main a.active
{
	color: #666666;
}




/* Navi Sub */
#content_2a_scroll ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content_2a_scroll li
{
	list-style: none;
	display: block;
	padding: 0px 0px 0px 0px;
}

#content_2a_scroll a
{
	display: block;
	padding: 2px 0px 2px 0px;
	color: #A6A6AB;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#content_2a_scroll li li a
{
	padding: 2px 0px 2px 10px;
}

#content_2a_scroll a:hover, #content_2a_scroll a.active
{
	color: #666666;
}




/* Navi Bottom */
#navi_bottom ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navi_bottom li
{
	list-style: none;
	display: inline;
	padding: 0px 1px 0px 1px;
}

#navi_bottom a
{
	color: #A6A6AB;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#navi_bottom a:hover, #navi_bottom a.active
{
	color: #666666;
}