/*********************
 * General
 ********************/

body {
	padding:0;
	margin:0;
	font-size:11px;
	background:#666 url(images/body-bg.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ccc;
}
body td {
	font-size:11px;
}
h1,h2,h3,h4,h5,p {
	padding:0;
	margin:0;
}
.clearer {
	clear:both;
}
a img {
	border:none;
}
a,
a:visited {
	color: #CC3399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.tbiger {
	font-size:140%;
}
.align-center {
	text-align:center;
}


/*********************
 * Layout
 ********************/

.siteblock {
	text-align:center;
}
.head {
	width:880px;
	height:99px;
	text-align:left;
	margin:0px auto;
	position:relative;
}
.head .logo {
	font-size:40px;
	color:#ccc;
	font-family:"Times New Roman", Times, serif;
	position:absolute;
	left:0;
	bottom:18px;
}
.head a.logo {
	text-decoration: none;
}
.head .menu {
	position:absolute;
	bottom:23px;
	right:0;
}
.scroller {
	height:200px;
	margin-bottom:14px;
	overflow:hidden;
	position:relative;
}
.picloader {
	height:200px;
	background:#999 url(images/loader.gif) 50% 50% no-repeat;
	position: absolute;
	width: 100%;
	left: 0;
	top:0;
}
#pic1 {
	position:absolute;
	left:0;
	top:0;
	white-space:nowrap;
}
.scroller-control {
	height:200px;
	background:transparent url(images/spacer.gif) repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.sarrow-left , .sarrow-right {
	position:absolute;
	left:0;
	top:0;
	display: none;
	width:50px;
	height:200px;
	background:transparent url(images/sarrow-left.gif) 0 100% no-repeat;
	cursor:pointer;
}
.sarrow-right {
	right:0;
	left:auto;
	background:transparent url(images/sarrow-right.gif) 100% 100% no-repeat;
}

/*
* html .sarrow-left {
	background:transparent url(images/sarrow-left.gif) no-repeat !important;
}
html* .sarrow-left {
	background:transparent url(images/sarrow-left.gif) no-repeat !important;
}
* html .sarrow-right {
	background:transparent url(images/sarrow-right.gif) no-repeat !important;
}
html* .sarrow-right {
	background:transparent url(images/sarrow-right.gif) no-repeat !important;
}
*/
.img_pager {
	position:absolute;
	right:60px;
	bottom:0;
	height:20px;
	line-height:20px;
}
.mainblock {
	width:982px;
	margin: 0 auto;
}
.contentfader-top {
	background:transparent url(images/contentfade-top.png) no-repeat;
	height:11px;
	overflow:hidden;
}
* html .contentfader-top {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='fileadmin/images/contentfade-top.png', sizingMethod='scale');
}
.contentfader-middle {
	background:transparent url(images/shadow-bg.jpg) repeat-y;
}
.contentfader-middle .shadow-left,
.contentfader-middle-start .shadow-left {
	background:transparent url(images/shadow-left.jpg) 0px 0px no-repeat;
}
.contentfader-middle .shadow-right,
.contentfader-middle-start .shadow-right {
	background:transparent url(images/shadow-right.jpg) 100% 0px no-repeat;
}


.contentfader-middle-start {
	background: #7C7C7C;
} 
.contentfader-middle-start .content {
	color: #ffffff;
	font-size: 12px;
	line-height: 17px;
}
.contentfader-middle-start .contentblock {
	background: none;
}


.contentfader-bottom {
	background:transparent url(images/contentfade-bottom.png) no-repeat;
	height:11px;
	overflow:hidden;
}
* html .contentfader-bottom {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='fileadmin/images/contentfade-bottom.png', sizingMethod='scale');
}
.contentblock {
	width:960px;
	margin:0 11px;
	background:transparent url(images/content-bg.jpg) repeat-x;
	text-align:left;
	margin:0px auto;
}
.content {
	width:266px;
	margin-left:40px;
	float:left;
	min-height:100px;
	_height:100px;
	color:#333;
}
.content.right {
	background:#fff;
}
.content.left {
	margin-left:0;
	padding:25px 0;
}
.content.center {
	padding:25px 0;
}
.content.wide {
	width:572px;
}
.contentpadding-left {
	float:left;
	height:1px;
	width:43px;
}

/*********************
 * Content
 ********************/
 
.content {
	text-align: justify;
	line-height: 15px;
} 
.content h1 {
	font-size: 14px;
	padding: 4px 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px dotted #999999;
	text-align: left; 
}
.content h2 {
	font-size: 14px;
	padding: 4px 0 6px 0;
	border-bottom: 0;
	text-align: left; 
}
.content li,
.content ul {
	padding: 0;
	text-align: left;
}
.content ul {
	margin: 10px 0 10px 10px;
}

.right li {
	margin: 2px 0 2px 0;
}
.right ul {
	margin: 0 0 0 0;
}
.right p {
	margin-left: 20px;
}

.footer {
	height:32px;
	padding:0 54px;
}

.footer a {
	color:#ccc;
}



li.csc-section {
	list-style: none;
}

.csc-section,
.submenu {
	margin:30px 0;
}
.csc-section a,
.submenu a {
	padding-left:50px;
	color:#333;
	font-size:11px;
	line-height:15px;
	display:block;
	text-decoration:none;
	background: transparent url(images/submenu-arrow.jpg) 38px 4px no-repeat;
	text-align: left;
}
.csc-section a.active,
.submenu a.active {
	color:#333;
	background: #D6A0C5 url(images/submenu-arrow-act.jpg) 38px 4px no-repeat;
}
.submenu_2 a {
	padding-left:65px;
	background: transparent url(images/submenu-dot.jpg) 53px 4px no-repeat;
}
.submenu_2 a.active {
	background: #D6A0C5 url(images/submenu-dot-act.jpg) 53px 4px no-repeat;
}

/*********************
 * Form
 ********************/


input, textarea, select {
	border:1px solid #dddddd;
	padding:1px 2px 1px 2px;
	margin-bottom:2px;
	font-size: 11px;
	width:230px;
}
input.csc-mailform-submit {
	width:auto;
}

input:focus, textarea:focus, select:focus {
	background-color:#efeff4;
}
div.submit {
	line-height:22px;
	height:22px;
}
div.submit a.submit {
	background:none;
	background-color:transparent;
	border:none;
	padding:0;
	margin:0;
	line-height:22px;
	height:22px;
	background:transparent url(hk-net_FILES/submit-bg.gif) repeat-x;
	width:100px;
}

fieldset.csc-mailform {
	margin-left: 0;
}

.csc-mailform {
        border: 0px;
}

#mailform {
        margin-top: 30px;
}

.tx-powermail-pi1_fieldset {
	border:none;
	margin:0;
	padding:0;
}
.tx-powermail-pi1_fieldset legend {
	display:none;
}

.csc-mailform-field label, .tx-powermail-pi1_fieldset label {
	width: 11em;
	float: left;
	text-align: left;
	margin-right: 0.0em
	display: block
}
.csc-mailform-field, .tx_powermail_pi1_fieldwrap_html {
	margin-bottom:3px;
}

.csc-mailform-submit, .powermail_submit {
	margin-left: 11em;
	margin-top: 2em;
	background-color: #efeff4;
	color: #333;
	font-weight:bold;
}
.powermail_captcha {
	display:block;
	margin-left:11em;
}
.powermail_submit {
	width: auto;
}
.small_menue  {
	position: relative;
	top: 100px;
	left: 20px;
}

* html .small_menue {
	left: -20px;
}

.spezial_content {
	position: absolute;
	margin-bottom:20px;
	width: 880px;
	text-align: center;
	background:transparent url(images/shadow-bg2.jpg) repeat-y;
}

* html .spezial_content {
	margin-left: -43px;
}

#mainblock { 
	position: relative;
	width: 880px;
}

#contentblock {
	background: none;
}

#clink_right, #clink_left {
	display:block;
	height:100px;
	outline:0 none;
	position:absolute;
	width:81px;
}
#clink_right {
	left: 761px;
}
#clink_left {
}
.main {
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	text-align: left;
	width: 880px;
}

.image-caption {
	color: #FFFFFF;
	height: 30px;
	width: 330px;
	position: absolute;
	left: 260px;
	bottom: -40px;
}
.contentfader-middle2 {
	background:transparent url(images/shadow-bg2.jpg) repeat-y;
}
.main .contentfader-top {
	background: none;
}

* html .main .contentfader-top {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='fileadmin/images/contentfade-top2.png', sizingMethod='scale');
}
.main .contentblock {
	width: 880px;
}

.main .footer {
	position: absolute;
	width: 880px;
	padding: 0;
	top: 667px;
}
