/*	-------------------------------------------------------------------------------- */
/* 	dates */
/*	-------------------------------------------------------------------------------- */
/*	
	author: cornel boppart
	date: november 2009
	
	description:
	basic styles definitions for some browsers
	
	color sheme:	pink 	= #cd0e6e
			yellow	= #fcff97
			grey1	= #aaa		(border)
			grey2	= #d5dbdf	(background)
			grey3	= #e4e8ea	(background 70%)
			grey4	= #333		(text dark)
			grey5	= #888		(text bright)
*/
/*	-------------------------------------------------------------------------------- */
/* 	general */
/*	-------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: url(../content/background/bg.gif) repeat-x #fcff97;
	font: 11px/18px arial, sans-serif;
	color: #333;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	height: 1px;
	clear: both;
}

.hide {
	display: none;
}

/*	-------------------------------------------------------------------------------- */
/* 	containers, areas and rows */
/*	-------------------------------------------------------------------------------- */

#cont_site {
	position: relative;
	z-index: 1;
	width: 734px; /* real width = 744px */
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: white;
}

#area_top {
	position: relative;
	height: 78px; /* real height = 98px */
	padding: 20px 0 0 0;
	background: white;
	border-bottom: 1px solid #aaa;
}

#area_middle {
	height: 250px;
	margin: 5px 0 0 0;
}

#area_bottom {
	padding: 20px 0 0 0;
}

#row_left {
	width: 180px;
}

#content {
	width: 509px; /* real width = 549px */
	padding: 20px 20px 0 20px;
	border-top: 1px solid #aaa;
}

/*	-------------------------------------------------------------------------------- */
/* 	content objects */
/*	-------------------------------------------------------------------------------- */

#waves {
	position: fixed;
	_position: absolute; /* only for win ie6 */
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 349px;
	background: url(../content/background/waves.png) left bottom no-repeat;
	_behavior: url(./fileadmin/admin/iepngfix.htc); /* .png fix for win ie6 */
}

.teaser div {
	margin: 5px 0 0 0;
	padding: 10px;
	background: #d5dbdf;
}

.mainimg {
	width: 549px;
	height: 250px;
	overflow: hidden;
}

.partner {
	width: 180px;
	height: 100px;
	overflow: hidden;
	padding: 0 !important;
}

#footer {
	margin: 29px 0 0 0; /* 30px - 1px clear height */
	padding: 0 10px;
	border-top: 1px solid #aaa;
	color: #888;
	text-align: right;
}

#footer * {
	text-align: left;
}

/*	-------------------------------------------------------------------------------- */
/* 	jquery cycle plugin */
/*	-------------------------------------------------------------------------------- */

.slide img {
		width: 100%;
		height: 100%;
}

/*	-------------------------------------------------------------------------------- */
/* 	text */
/*	-------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 {
	font: 20px/20px arial, sans serif;
}

h2, h3, h4, h5 {
	font: bold 11px/18px arial, sans serif;
}

#row_left h2 {
	padding: 0 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
}

h2.layout2 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #aaa;
}

.pink {
	color: #cd0e6e;
}

.contenttable_subtitle h2, .contenttable_subtitle h3, .contenttable_subtitle h4, .contenttable_subtitle h5 {
	padding: 0 0 5px 0;
}


td p {
	margin: 0;
	padding: 0;
}

/*	-------------------------------------------------------------------------------- */
/* 	forms */
/*	-------------------------------------------------------------------------------- */

form {
	margin: 5px 0 0 0;
	border-top: 1px solid #aaa;
}

form td {
	padding: 5px 0 0 0;
	line-height: 13px;
}

table input, textarea {
	width: 210px;
	padding: 2px 5px;
	font: 11px/13px arial, sans serif;
	border: none;
	background: #d5dbdf;
}

table input:focus, textarea:focus {
	background: #e4e8ea;
}

input.button_send, input.button_reset {
	font: bold 10px arial, sans serif;
	cursor: pointer;
	padding: 0 5px;
}

input.button_send {
	margin: 0;
}

input.button_reset {
	margin: 0 0 0 10px;
}

.error {
	color: red;
}

.ok {
	color: green;
}

/* felogin */
.tx-felogin-pi1 fieldset {
	padding: 20px 0 0 0;
	border: none;
	text-align: right;
}

.tx-felogin-pi1 form div {
	padding-top: 5px;
}

.tx-felogin-pi1 form label,
.tx-felogin-pi1 form input.user,
.tx-felogin-pi1 form input.pass {
	text-align: left;
}

.tx-felogin-pi1 form legend {
	display: none;
}

.tx-felogin-pi1 form label {
	float: left;
	font-weight: bold;
	width: 100px;
}

.tx-felogin-pi1 form input {
	float: left;
	margin-top: 18px;
	padding: 0px 5px;
	font: bold 10px arial, sans serif;
	cursor: pointer;
}

.tx-felogin-pi1 form input#user,
.tx-felogin-pi1 form input#pass {
	float: none;
	width: 210px;
	margin: 0;
	padding: 2px 5px;
	font: 11px/13px arial, sans serif;
	border: none;
	background: #d5dbdf;
	cursor: default;
}

.tx-felogin-pi1 form input#user:focus,
.tx-felogin-pi1 form input#pass:focus {
	background: #e4e8ea;
}

/*	-------------------------------------------------------------------------------- */
/* 	links */
/*	-------------------------------------------------------------------------------- */

a {
	color: #cd0e6e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer a {
	color: #888;
}

a img {
	border: none;
}

#logo {
	position: absolute;
}

.withicon, .internal-link {
	padding: 0 10px 0 0;
	background: url(../content/icons/arrow.gif) right center no-repeat;
}

/*	-------------------------------------------------------------------------------- */
/* 	lists, sitemap */
/*	-------------------------------------------------------------------------------- */

ul, ol {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

ol li {
	margin: 0 0 5px 15px;
}

#content ul li {
	padding: 0 0 0 10px;
	background: url(../content/icons/bullet_list.gif) left center no-repeat;
}

.csc-sitemap li a {
	padding: 0 0 0 12px;
	background: url(../content/icons/arrow.gif) left center no-repeat;
}

.csc-sitemap ul li {
	padding: 0;
	font-weight: bold;
	background: none;
}

.csc-sitemap ul li ul {
	margin: 0 0 0 20px;
}

.csc-sitemap ul li ul li {
	font-weight: normal;
}

/*	-------------------------------------------------------------------------------- */
/* 	tables */
/*	-------------------------------------------------------------------------------- */

table {
	padding: 0;
	border-spacing: 0;
}

td {
	padding: 0;
	vertical-align: top;
}

.csc-default td {
	text-align: left !important;
}

.contenttable {
	width: 100%;
	border-spacing: 0;
}

.contenttable th {
	padding: 0 5px 0 0;
	vertical-align: top;
	text-align: left;
}

.contenttable th p {
	margin: 0;
	padding: 0;
}

.contenttable td {
	padding: 0;
	vertical-align: top;
	text-align: right;
}

.contenttable-0 td, .contenttable-1 .tr-0 td {
	border-top: 1px solid #aaa;
	padding: 5px 0 0 0;
}

.contenttable .td-0 {
	text-align: left;
}

.line-each td {
	padding: 5px 0;
}