/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for kitzbrand

Author: elements.at 
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */

html {
	background: #e0201f;	
}

body {
	margin: 0;
	padding: 0;
	background: #e0201f;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;			
}

h1 {
	color: #000;
	line-height: 22px;
	font-family: QuadraatOTHead-Bold;
	font-size: 18px;
}

h2 {
	color: #000;
	font-family: QuadraatOTHead-Light;	
	font-size: 16px;
}


h3 {
	color: #000;
	font-family: QuadraatOTHead-Light;	
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}




/* general sitecontainers
--------------------------------------------------------------------- */

#background {
	/*behavior: url(/static/js/iepngfix.htc);*/
	background: url(/static/img/brand/bg_gradient.gif) left top repeat-x;
	width: 100%;
	height: 142px;
	overflow: visible;
}

#sitecontainer {
	/*behavior: url(/static/js/iepngfix.htc);*/
	background: url(/static/img/brand/bg_shadow.gif) center top no-repeat;
	width: 100%;
	height: 810px;
	margin-top: -142px;
	overflow: visible;
}

#site {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#content {
	background: #fff;
	width: 1000px;
	overflow: hidden;
}

#content iframe {
	padding: 10px 0;
	float:left;
}

#contentarea,
.contentarea {
	width: 960px;
	padding: 15px 20px 5px 20px;
}

#contentarea .horizontalline {
	background-color: #e5e5e5;
	width: 170px;
	height: 1px;
	margin: 2px 15px;
	overflow: hidden;
}


/* header
--------------------------------------------------------------------- */

#contentheader {
	width: 1000px;
	height: 275px;
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
	position: relative;
}
#contentheader #slideheaderimages {
	position:relative;
	left:0;
	top:0;
}
#contentheader #slideheaderimages img {
	position:absolute;
	top:0;
	left:0;
	display:none;
	float:left;
}

#contentheader .header_img {
	width: 690px;
	height: 275px;
	float: right;
}

#contentheader .header_txt {
	position: relative;
	width: 310px;
	height: 275px;
	float: left;
}

#contentheader .header_txt p {
	position: absolute;
	top: 50%;
	margin-top: -1em;
	width: 210px;
	padding: 0 50px;
	font-family: QuadraatOTHead-Bold;
	font-size: 18px;
	line-height: 22px;
}

#contentheader .onlytxt {
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -50%; 
	font-family: QuadraatOTHead-Bold;
	font-size: 37px;
	line-height: 42px;
	width: 460px;
	padding: 0 0 0 160px;
}

#contentheader .onlytxt .subline {
	font-family: QuadraatOTHead-Light;
	font-size: 33px;
	line-height: 40px;
	float: right;
	padding: 10px 0 0 0;
}


/* meta navigation
--------------------------------------------------------------------- */

#metanav {
	background: url(/static/img/brand/mainnav_bg.gif) left top repeat-x;
	width: 1000px;
	height: 48px;
	top: 142px;
	position: absolute;
	overflow: visible;
}

#metanav ul {
	width: 1000px;
	height: 48px;
	padding: 0;
	overflow: hidden;
}

#metanav ul li {
	height: 48px;
	overflow: hidden;
	padding: 0;
	float: left;
	position: relative;
	display: block;
}


/* header
--------------------------------------------------------------------- */

#top {
	width: 1000px;
	height: 142px;
	margin: 0 0 48px 0;
	position: relative;
	overflow: hidden;
}

#top .metabox {
	background: #fff;
	width: 1000px;
	height: 48px;
	overflow: hidden;
}

#top .metabox .languages {
	float: left;
	padding: 16px 0 0 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: hidden;
}

#top .metabox .languages a {
	padding: 0 3px;
}

#top .metabox .login form {
	float: right;
	padding: 15px 50px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: visible;
}

#top .metabox .login input {
	width: 120px;
	border: none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 0 0 15px;
	padding: 2px 10px;
	/*color: #ccc;*/
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1em;
}

#top .metabox .login .button {
	width: 70px;
	height: 19px;
	border: none;
	background: url(/static/img/brand/button_bg.gif) left top no-repeat;
	text-align: center;
	cursor: pointer;
}

#top .metaimg {
	background: #e0201f;
	width: 960px;
	height: 60px;
	padding: 17px 20px;
}

/* footer
--------------------------------------------------------------------- */

#footer {
	background: url(/static/img/brand/footer_bg.gif) left top repeat-x;
	width: 1000px;
	height: 36px;
	overflow: hidden;
}

#footer .footer_left {
	float: left;
	padding: 10px 0 0 40px;
}

#footer .footer_right {
	float: right;
	padding: 10px 33px 0 0;
}

#footer .footer_right a {
	padding: 0 7px;
}

/* sidebar
--------------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 204px;
}

#sidebar p,
#sidebar a {
	font-size: 12px;
	line-height: 19px;
}

#sidebar h3 {
	font-family: QuadraatOTHead-Bold;
	font-size: 14px;
	padding: 0 0 5px 0;
}

#sidebar .teaser_block {
	border-top: 2px solid #f5f5f5; border-left: 2px solid #f5f5f5;
	border-bottom: 2px solid #d5d5d5; border-right: 2px solid #d5d5d5;
	margin: 0 0 10px 0;
}

#sidebar .teaser_block .teaser {
	padding: 24px 20px;
}

#sidebar .teaser_block a {
	color: #e0201f;
}

#sidebar .teaser_block a:hover {
	color: #e0201f;
	font-weight: bold;
}


#sidebar .teaser_block a.detaillink {
	background: url(/static/img/brand/arrow_link.jpg) left 4px no-repeat;
	padding: 0 0 0 10px;
}

#sidebar .teaser_block .imgteaser {
	width: 180px;
	padding: 10px;
	position: relative;
}

#sidebar .teaser_block .imgteaser p {
	padding: 10px 10px 0 10px;
}

#sidebar .showMore {
	background: url(/static/img/brand/arrow_right_img.jpg) left top no-repeat;
	width: 21px;
	height: 21px;
	cursor: pointer;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}