/* Start: Hiding Panels */
.pannel {
	display: none;
}
/* End: Hiding Panels */

/* Start: Article */
.article {
	display: block;
	width: 693px;
	background-image: url(/fileadmin/templates/tsk/pics/artikel_main_bg.gif);
	border: 1px solid #328cce;
	margin-left: 0px;
	margin-bottom: 6px;
}

.article .header {
	width: 693px;
	background-image: url(/fileadmin/templates/tsk/pics/artikel_top_bg.gif);
	background-repeat: no-repeat;
	float: left;
	min-height: 250px;
}

.article .header .txt {
	padding-left: 45px;
	padding-right: 40px;
	font-family: Arial;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	float: left;
}

.article .header .txt h1 {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 14px;
	padding: 0px;
	padding-top: 22px;
	font-family: Arial;
	color: #9cd0f5;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	line-height: 22px;
}

.article .txt h2 {
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 0px;
	font-family: Arial;
	color: #fffb98;
	font-size: 12px;
}

.article .txt table td {
	vertical-align: top;
}

.article input.text {
	width: 220px;
	border: 1px solid grey;
}

.article textarea {
	width: 220px;
	height: 80px;
	border: 1px solid grey;
}

.article .footer {
	width: 693px;
	height: 22px;
	background-image: url(/fileadmin/templates/tsk/pics/artikel_footer_bg.gif);
	clear: both;
}
/* End: Article */

/* Start: Teaser */
#teaser {
	float: right;
	width: 300px;
	margin-right: 6px;
}

#teaser .element {
	width: 300px;
	background-image: url(/fileadmin/templates/tsk/pics/teaser_main_bg.gif);
	border: 0px solid #328cce;
	margin-left: 0px;
	margin-bottom: 6px;
}

#teaser .element .header {
	width: 300px;
	background-image: url(/fileadmin/templates/tsk/pics/teaser_top_bg.gif);
	background-repeat: no-repeat;
	float: right;
	min-height: 224px;	
}

#teaser .element .header .txt {
	padding-left: 30px;
	padding-right: 30px;
	font-family: Arial;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	float: right;
	width: 238px;		
}

#teaser .element .txt h1 {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 14px;
	padding: 0px;
	padding-top: 22px;
	font-family: Arial;
	color: #9cd0f5;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	line-height: 22px;
}

#teaser .element .footer {
	width: 300px;
	height: 21px;
	background-image: url(/fileadmin/templates/tsk/pics/teaser_footer_bg.gif);
	clear: both;
}
/* End: Teaser */

/*	Start: Guestbook */
.tx-guestbook-head {
	width: 608px;
	height: 31px;
	background-image: url(/fileadmin/templates/tsk/pics/gb_head.png);
	margin-bottom: 0px;
}

.tx-guestbook-main {
	width: 608px;
	margin-top: 0px;
	background-image: url(/fileadmin/templates/tsk/pics/gb_mainbg.png);
	background-repeat: repeat-y;
}

.tx-guestbook-main p {
	margin: 0px;
	padding-left: 15px;
	color: #565656;
}

.tx-guestbook-main p a {
	color: #255590;
}

.tx-guestbook-footer {
	width: 608px;
	height: 13px;
	background-image: url(/fileadmin/templates/tsk/pics/gb_footer.png);
	margin-bottom: 30px;
}

.tx-guestbook-from {
	margin-bottom: 0px;
}

.tx-guestbook-form-med {
	border: 1px solid grey;
	width: 240px;
}

#capture{
	border: 1px solid grey;
	width: 240px;
}

.tx-veguestbook-pi1 form .tx-guestbook-field label{
	width: 150px;
}


.tx-veguestbook-pi1 form .tx-guestbook-field #captcha_img{
	margin-left: 150px;
}

textarea {
	border: 1px solid grey;
	width: 240px;
	height: 100px;
}
/*	End: Guestbook */