/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic rules for the website

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #e0eaf3 url(/static/img/general_bg.jpg) center top no-repeat;
	text-align: center;

}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;			
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

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: underline;
}

a:active {
	color: #000;
	text-decoration: none;
}

img {
	border: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}


a.citylink {
	background: url(/static/img/pfeil.gif) left top no-repeat;
	padding-left: 10px;
	text-decoration: none; 
	color: #000;
}

/* general site container ()
--------------------------------------------------------------------- */

#site {
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	position: relative;
}



/* general containers
--------------------------------------------------------------------- */

#top {
	width: 1000px;
	height: 560px;
	overflow: hidden;
	float: left;
}


/*PORTALSEITE 
--------------------------------------------------------------------- */
#portalflash {
	width: 580px;
	height: 560px;
	float: left;
	overflow: hidden;
	position: relative;
}

#portalflash .errormessage {
	width: 300px;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 50px 0 0 130px;
	background: #fff;
	padding: 10px;
	display: inline;
}


#portalcontent {
	width: 420px;
	height: 510px;
	float: left;
	overflow: hidden;
}

#portalcontent .headline {
	background: url(/static/img/line_dots.gif) left bottom repeat-x;
	width: 380px;
	height: 85px;
	float: left;
	overflow: hidden;
	color: #505a5a;
	padding: 50px 0 0 0;
}

#portalcontent .headline h1 {
	color: #505a5a;
	text-transform: uppercase;
}

#portalcontent .headline img {
	border: 0;
	margin: 0;
	padding: 0;
	behavior: url(/static/js/iepngfix.htc);
}


#portalcontent .teasers {
	width: 380px;
	float: left;
	overflow: hidden;
	color: #505a5a;
	padding-top: 15px; 
}

#portalcontent .teasers .teaser {
	width: 185px;
	height: 115px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	cursor: pointer;
}

.teaser .img_text {
	background: url(/static/img/line_dots.gif) left bottom repeat-x;
	width: 185px;
	height: 86px;
	overflow: hidden;
	float: left;
}

.teaser .img_text .image {
	width: 75px;
	height: 85px;
	overflow: hidden;
	float: left;
}

.teaser .img_text .image img {
	width: 75px;
	height: 85px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

.teaser .img_text .t_text {
	width: 110px;
	height: 85px;
	overflow: hidden;
	float: left;
}

.teaser .img_text .t_text h3 {
	padding: 10px;
}

.teaser .img_text .t_text img {
	border: 0;
	margin: 10px 0 0 10px;
	padding: 0;
	behavior: url(/static/js/iepngfix.htc);
}

.teaser .info {
	width: 185px;
	padding: 5px 0;
	overflow: hidden;
	float: left;
}

.teaser .info a {
	background: url(/static/img/infopfeil.gif) left center no-repeat;
	display: block;
	padding: 2px 0 2px 23px;
	height: 14px;
	color: #505a5a;
	text-decoration: none;
}

#portalcontent .teasers .right {
	margin-left: 10px;
}


/*Contentseite (Unternehmen) 
--------------------------------------------------------------------- */
#sidebar {
	width: 380px;
	height: 510px;
	float: left;
	overflow: hidden;
}

#sidebar .logo {
	width: 380px;
	height: 80px;
	float: left;
	overflow: hidden;
	position: relative;
}

#sidebar .logo a {
	display: block;
	margin: 37px 0 0 30px;
	width: 120px;
}

#sidebar .logo a img {
	behavior: url(/static/js/iepngfix.htc);
}



#sidebar .subnavigation {
	width: 350px;
	padding: 40px 0 0 30px;
	float: left;
	overflow: hidden;
	position: relative;
}

#sidebar .subnavigation .navblock {
	width: 110px;
	float: left;
	overflow: hidden;
}

#sidebar .subnavigation .navblock .position {
	width: 100px;
	float: left;
	overflow: hidden;
	display: inline;
	margin-left: 10px;	
	background: url(/static/img/line_dots.gif) left bottom repeat-x;
	padding-bottom: 3px;
}

#sidebar .subnavigation .navblock h2 {
	width: 100px;
	height: 20px;
	text-transform: uppercase;
	float: left;
	overflow: hidden;
	font-size: 12px;
}

#sidebar .subnavigation .navblock img {
	border: 0;
	margin: 0;
	padding: 0;
	behavior: url(/static/js/iepngfix.htc);
}

#sidebar .subnavigation .navblock ul {
	margin-top: 5px;
	width: 110px;
	float: left;
	overflow: hidden;
}


#sidebar .subnavigation .navblock ul li {
	width: 110px;
	float: left;
	overflow: hidden;
	margin-bottom: 5px;
}

#sidebar .subnavigation .navblock ul li a {
	width: 100px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

#sidebar .subnavigation .navblock ul li a.active {
	width: 100px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-left: 7px;
	border-left: 3px solid #c80032;
	text-decoration: none;
}

#sidebar .subnavigation .navblock ul li a:hover {
	width: 100px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-left: 7px;
	border-left: 3px solid #c80032;
}

#sidebar .subnavigation .navblock ul li a em {
	font-style: normal;
}

/* Inhaltsbereich
--------------------------------------------------- */
#content {
	width: 550px;
	height: 510px;
	float: left;
	padding-left: 30px;
	overflow: hidden;
	color: #626465;
}

#content .headline {
	width: 390px;
	height: 70px;
	overflow: hidden;
	float: left;
	padding: 50px 0 0 0;
}

#content .headline h1 {
	color: #505a5a;
	text-transform: uppercase;
}

#content .headline img{
	border: 0;
	margin: 0;
	padding: 0;
	behavior: url(/static/js/iepngfix.htc);
}


#content .companylogo {
	behavior: url(/static/js/iepngfix.htc);
	width: 160px;
	height: 120px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

#content .textarea {
	width: 390px;
	height: 280px;
	overflow: hidden;
	float: left;
	position: relative;
}

#content .textarea ul {
	width: 350px !important;
	overflow: hidden;
	padding: 5px 0 !important;
	list-style: none;
}

#content .textarea ul li {
	background: url(/static/img/list.gif) left 5px no-repeat;
	width: 340px;
	overflow: hidden;
	padding: 0 0 0 10px;
}

#content .textarea table.organisation {
	width: 350px;
	overflow: hidden;
	margin: 0;
}

#content .textarea table.organisation td {
	width: 340px;
	overflow: hidden;
	border-bottom: 1px solid #cbcbcb;
	background: #fff;
	padding: 7px 5px;
	text-align: center;
	margin-bottom: 5px;
}





/*Contact Line*/
#content .textarea .contact {
	background: url(/static/img/dots.gif) left top repeat-x;
	width: 370px;
	height: 30px;
	overflow: hidden;
	float: left;
	margin-top: 25px;
}

#content .textarea .contact .contactinfo {
	width: 150px;
	height: 30px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

#content .textarea .contact .contactinfo img {
	behavior: url(/static/js/iepngfix.htc);
}


#content .textarea .contact .website {
	width: 75px;
	height: 30px;
	overflow: hidden;
	float: right;
}

#content .textarea .contact .website img {
	behavior: url(/static/js/iepngfix.htc);
}

#content .textarea .contactblock {
	width: 370px;
	height: 225px;
	overflow: hidden;
	float: left;
	position: relative;
}

#content .textarea .contactblock .back {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/contactback.png) left top no-repeat;
	width: 370px;
	height: 225px;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#content .textarea .contactblock .contacttext {
	width: 370px;
	height: 225px;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

#content .textarea .contactblock .contacttext p {
	width: 335px;
	height: 215px;
	padding: 15px;
	overflow: hidden;
	float: left;
}


#content .textarea .contactblock span.close {
	background: url(/static/img/close.gif) left top no-repeat;
	width: 16px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 30;
	cursor: pointer;
}




/*Textblock Scroller (Unternehmenseite)*/
/*#content .textarea .textblock {
	width: 370px;
	height: 225px;
	overflow: hidden;
	float: left;
}

#content .textarea .textblock .container {
	width: 350px;
	height: 225px;
	overflow: hidden;
	float: left;
	position: relative;
}

#content .textarea .textblock .container .scrolltext {
	width: 350px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}


#content .textarea .textblock .scroller {
	width: 5px;
	height: 225px;
	overflow: hidden;
	float: right;
	background: #bac1bf;
}

#content .textarea .textblock .scroller .dragger {
	width: 5px;
	height: 75px;
	overflow: hidden;
	float: right;
	background: #505a5a;
}*/


#content .textarea .textblock {
	width: 370px;
	height: 225px;
	overflow: hidden;
	float: left;
}

#content .textarea .textblock .container {
	width: 370px;
	height: 225px;
	overflow: auto;
	float: left;
}

#content .textarea .textblock .container .scrolltext {
	width: 350px;
	overflow: hidden;
}


/*Textblock Big Scroller*/
/*#content .textarea .textblockbig {
	width: 370px;
	height: 280px;
	overflow: auto;
	float: left;
}

#content .textarea .textblockbig .container {
	width: 350px;
	height: 280px;
	overflow: hidden;
	float: left;
	position: relative;
}

#content .textarea .textblockbig .container .scrolltext {
	width: 350px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}


#content .textarea .textblockbig .scroller {
	width: 5px;
	height: 280px;
	overflow: hidden;
	float: right;
	background: #bac1bf;
}

#content .textarea .textblockbig .scroller .dragger {
	width: 5px;
	height: 75px;
	overflow: hidden;
	float: right;
	background: #505a5a;
}*/


#content .textarea .textblockbig {
	width: 370px;
	height: 280px;
	overflow: auto;
	float: left;
}

#content .textarea .textblockbig .container {
	width: 370px;
	height: 280px;
	overflow: auto;
	float: left;
}

#content .textarea .textblockbig .container .scrolltext {
	width: 350px;
	overflow: hidden;
}


.scrolltext .companies {
	width: 350px;
	height: 226px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

.scrolltext .companies img {
	behavior: url(/static/js/iepngfix.htc);
	width: 350px;
	height: 226px;
	float: left;
	overflow: hidden;

}




#content .images {
	width: 160px;
	height: 280px;
	overflow: hidden;
	float: left;
}

#content .images img {
	width: 160px;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
}


#content .images .alternativtext {
	width: 140px;
	height: 280px;
	overflow: hidden;
	float: left;
}


/* form */
.form {
	float:left;
	overflow:hidden;
	width:350px;
}

.form p {
margin:0 0 3px;
overflow:hidden;
width:260px;
}

.form label {
color:#666;
display:block;
float:left;
overflow:hidden;
padding:2px 5px 2px 0;
width:65px;
}

.form input {
background:#fff;
border:1px solid #ccc;
color:#666666;
float:left;
line-height:13px;
overflow:hidden;
padding:1px 4px;
width:175px;
}

.form input.zipcode {
margin:0 2px 0 0;
width:46px;
}

.form input.town {
width:117px;
}

.form select {
background:#fff;
border:1px solid #ccc;
color:#666666;
float:left;
overflow:hidden;
padding:0;
width:185px;
}

.form textarea {
background:#fff;
border:1px solid #ccc;
color:#666666;
float:left;
height:70px;
line-height:13px;
padding:1px 4px;
width:175px;
}

.form .submit_enquiry {
height:20px;
overflow:hidden;
padding:6px 0 0 70px;
width:190px;
}

.form input.special {
	display:none;
}

.form input.enquiry_button {
border:none;
background:#333;
color:#fff;
cursor:pointer;
float:left;
font-weight:bold;
overflow:visible;
padding:1px 7px 1px 7px;
width:auto;
}

.form .required_info {
color:#666666;
overflow:hidden;
padding:15px 0 0 70px;
width:190px;
}


/* Metanav (Portal und Content)
--------------------------------------------------------------------- */

#metanavigation {
	width: 100%;
	height: 80px;
	float: left;
	overflow: hidden;
	color: #505a5a;
}

#metanavigation ul {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 66px;
}

#metanavigation ul li {
	overflow: hidden;
	float: left;
}

#metanavigation ul li a {
	behavior: url(/static/js/iepngfix.htc);
	display: block;
	padding: 0 25px 0 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #505a5a !important;
	float: left;
	text-decoration: none;
}

#metanavigation ul li a em {
	font-style:normal;
}

#metanavigation ul li a img.em {
	border: 0;
	margin: 0;
	padding: 0;
	behavior: url(/static/js/iepngfix.htc);
}



/* footer container
--------------------------------------------------------------------- */

#footer {
	width: 1000px;
	height: 42px;
	overflow: hidden;
	float: left;
	color: #97a1a5;
}

#footer #footer_c {
	width: 920px;
	padding: 0 40px;
	margin-top: 10px;
	overflow: hidden;
	float: left;
}

#footer #footer_c a {
	color: #97a1a5;
	text-decoration: none;
	padding: 0 8px;
}

#footer #footer_c .f_left a:hover {
	color: #97a1a5;
	text-decoration: none;
}

#footer #footer_c .left {
	width: 325px;
	padding: 8px 0;
	margin: 0;
	float: left;
	overflow: hidden;
}

#footer #footer_c .partner {
	width: 460px;
	padding: 8px 0;
	margin: 0;
	float: left;
	overflow: hidden;
}


#footer #footer_c .elements {
	width: 120px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	float: right;
}

/*#footer #footer_c .elements a {
	background: url(/static/img/elements.gif) right top no-repeat;
	height: 14px;
	padding: 9px 30px 7px 0 !important;
	color: #97a1a5;
	text-decoration:none;
	overflow: hidden;
	display: block;
	width: 75px;
	float: right;
}

#footer #footer_c .elements a:hover {
	background: url(/static/img/elements_hover.gif) right top no-repeat;
}*/

#footer #footer_c .elements a {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/elements.png) left top no-repeat;
	height: 14px;
	padding: 9px 30px 7px 0 !important;
	color: #97a1a5;
	text-decoration:none;
	overflow: hidden;
	display: block;
	width: 75px;
	float: right;
}

#footer #footer_c .elements a:hover {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/elements_hover.png) left top no-repeat;
}

