
/* Global CSS Styles */

html {
	height: auto;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}

div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {
	margin: 0px;
	border: 0px;
	vertical-align: middle;
}

table {
	border: 0;
	margin: 0;
	padding: 0;
}

td {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Other CSS Styles */

/*-------------------------------------------------*/
/*           Site Centering CSS Styles             */


#content_wrapper {
	margin-top: 20px;
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#top {
	position: relative;
	top:0px;
	left: 0px;
	height: 130px;
	width: 100%;
	margin-bottom:6px;
}


div#logo {
	position:relative;
	top:0px;
	left:0px;
	width: 230px;
	height: 121px;	
}

div#mainnav {
	top: 96px;
	position:absolute;
	right:0px;
white-space:nowrap;
vertical-align: top;
width: 620px;
margin:0;
padding:0;

}

div#mainnav ul {

	margin: 0;
	padding:0;
}

div#mainnav ul li {
	list-style:none;
	display:inline;
	height: 31px;
	width: 118px;
	padding-left:4px;
	float:left;
}

div#mainnav ul li ul.mainsub {
	position:relative;
	text-align:left;
	left: 0px;
	bottom: 78px;
	clear:both;
	background: url(../images/submenu_vertical_background.gif) repeat-y;
	padding-left: 25px;
	width:92px;
	display:none;
}

div#mainnav ul li ul#mainsub_36 {
	bottom: 96px;
}


div#mainnav ul li ul.mainsub li {
		list-style:none;
		display:block;
		background: url(../images/submenu_background.gif) repeat-x;
		padding:0;
		margin:0;
		padding-left: 10px;
		margin-bottom:2px;
		height: 16px;
		width:2px;
		position:relative;
		top: -7px;
		float:none;
		clear:both;
}

div#mainnav ul li ul.mainsub li a {
	padding:0;
	margin:0;
	display:block;
	background-color: #ffffff;
	padding-left:4px;
	overflow:visible;
	height: 16px;
	width:10px;
	float:none;
	color: #000000;
	position:absolute;
	z-index:9;
}

div#mainnav ul li ul li a:hover, div#mainnav ul li ul li a.active {
	color: #B9252C;
}

div#mainnav ul li.sub:hover ul {
	display:block;
} 

div#mainnav ul li.over ul{
	display:block;
} 

.over {
		
}

div#mainnav ul li.active ul {
	display:block;
}

div#mainnav ul li a {
	text-decoration: none;
	padding-top: 31px;
	overflow: hidden;
	height: 0px !important;
	display: block;
	background-repeat:no-repeat;
	width: 118px;
}

* html div#mainnav ul li a {
	text-decoration: none;
	padding-top: 31px;
	overflow: hidden;
	height: 31px;
	display: block;
}

div#mainnav li a#nav_id_10 {
	background-image: url(../images/but_home_inactive.png);
}

div#mainnav li a#nav_id_10:hover,div#mainnav li a#nav_id_10.active {
	background-image: url(../images/but_home_active.png);
}

/*div#nav li a#mn_start.active:hover {
	background-image: url(/_images/mn_start_act.gif);
}*/

div#mainnav li a#nav_id_6 {
	background-image: url(../images/but_leistungen_inactive.png);
}

div#mainnav li a#nav_id_6:hover,div#mainnav li a#nav_id_6.active {
	background-image: url(../images/but_leistungen_active.png);
}

div#mainnav li a#nav_id_36 {
	background-image: url(../images/but_loesungen_inactive.png);
}

div#mainnav li a#nav_id_36:hover,div#mainnav li a#nav_id_36.active {
	background-image: url(../images/but_loesungen_active.png);
}

div#mainnav li a#nav_id_33 {
	background-image: url(../images/but_referenzen_inactive.png);
}

div#mainnav li a#nav_id_33:hover,div#mainnav li a#nav_id_33.active {
	background-image: url(../images/but_referenzen_active.png);
}

div#mainnav li a#nav_id_4 {
	background-image: url(../images/but_ueberuns_inactive.png);
}

div#mainnav li a#nav_id_4:hover,div#mainnav li a#nav_id_4.active {
	background-image: url(../images/but_ueberuns_active.png);
}

div#mainnav li a#nav_id_3 {
	background-image: url(../images/but_kontakt_inactive.png);
}

div#mainnav li a#nav_id_3:hover,div#mainnav li a#nav_id_3.active {
	background-image: url(../images/but_kontakt_active.png);
}


div#main {
	position: relative;
	width: 100%;	
}

div#mainleft {
	padding: 0px;
	width: 230px;
	margin:0px;
	float:left;
	background-color: #c0b9a2;	
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;

}

div#mainleft.start {
		background-image: url(../images/background_start_left.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
			padding-bottom: 160px;
		height: 240px; /* for IE5.x and IE6 */
		min-height: 240px;
		
}

div#mainleft.subpage {
		height: 400px;
		min-height: 400px;
}

div#mainleft div.newscontent {
	padding: 8px;	
}

div#maincontent {
	margin-left:0px;
	float:left;

	margin: 0px;
	width: 540px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	text-align: justify;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 30px;
	height: 370px; /* for IE5.x and IE6 */
	min-height: 370px;
}

div#maincontent.start {
	
}

div#maincontent.subpage {

}

.maincontentjsstart {
	background: #ffffff url(../images/background_start_bottom.jpg) no-repeat left bottom;	
}

.maincontentjssubpage {
	background: #ffffff url(../images/subpage_footer_right.jpg) no-repeat left bottom;	
}

html > body div#mainleft, html > body div#maincontent {  
     height: auto;
}

div#footline {
	padding: 10px;
	clear:both;
	white-space:nowrap;
}

div#footline p {
	display:inline;	
}

div.clear {
	clear:both;	
	display:inline;
}

button {
	background-color: #C0B9A2;
	text-align:center;
	height:27px;
	width: 200px;
	float:left;
	display:inline;
}

.left {
	float:left;
}

.right {
	float:right;	
}

.nowrap {
white-space:nowrap;
}

#maincontent {
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	text-align: justify;
	padding-right: 20px;
	padding-left: 40px;
}

#maincontent a:link,
#maincontent a:hover,
#maincontent a:visited,
#maincontent a:active {
	font-size: 11px;
	font-weight: bold;
	color: #B9252C;
	background-color: inherit;
}

#maincontent h1 {
	font-size: 20px;
	font-weight: bold;
	color: #B9252C;
	background-color: inherit;
	text-align: left;
	/*text-transform: uppercase;*/
	margin: 0px;
	margin-bottom: 10px;
}

#maincontent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #B9252C;
	background-color: inherit;
	text-align: left;
	margin: 0px;
}

#maincontent h3 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	background-color: inherit;
	text-align: left;
}

#maincontent li {
	margin: 5px;
}

#maincontent p.text {
	font-size: 11px;
	font-weight: normal;
}
/*
.sub_navigation,
.sub_navigation a:link,
.sub_navigation a:hover,
.sub_navigation a:active,
.sub_navigation a:visited,
.sub_navigation_act,
.sub_navigation_act a:link,
.sub_navigation_act a:hover,
.sub_navigation_act a:active,
.sub_navigation_act a:visited {
	padding: 0;
	margin: 0px;
	width: 250px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}

.sub_navigation img {
	padding: 0px;
	margin: 0px;
	margin-bottom: -1px;
	vertical-align: middle;
}
.sub_navigation p,
.sub_navigation_act p {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.sub_navigation a:hover,
.sub_navigation a:active,
.sub_navigation_act a:hover,
.sub_navigation_act a:active,
.sub_navigation_act a:link,
.sub_navigation_act a:visited {
	color: #B9252C;
}
*/
#mainleft h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

#mainleft h2 {
	margin: 0px;
	margin-bottom: 27px;
	color: #B9252C;
	background-color: inherit;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.subpage_image {
	margin: 0px;
	padding: 0px;
	border: 0;
	width: 230px;
	height: 331px;
	background-color: #C0B9A2;
	vertical-align: top;
	color: black;
}

#mainleft a:link,
#mainleft a:visited,
#mainleft a:active,
#mainleft a:hover {
	color: #B9252C;
	background-color: inherit;
	text-decoration: underline;
}

.subpage_image img {
	vertical-align: top;
}

.subpage_footer_right {
	background-color: #C0B9A2;
	width: 625px;
	height: 29px;
	vertical-align: bottom;
	background-image: url(../images/subpage_footer_right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: black;
}

.subpage_footer_left {
	background: #c0b9a2 url(../images/background_start_left.jpg) no-repeat bottom;
	color: black;
}
/* REFERENZEN */

div.list {

}

div.list h2 {	
	
}

div.listitem {
	background-color: #eeeeee;	
	padding: 4px;
	clear:both;
	padding-left:10px;
	padding-right: 10px;
	height:80px;
	margin-bottom: 10px;
}

.clear {
	clear:both;	
}

div.opensource {
	background: url(../images/os_icon.gif) no-repeat center left;
	padding-top: 8px;
	padding-bottom:8px;
	padding-left: 20px;
}

div.redenzian {
	background: url(../images/red_icon.gif) no-repeat center left;
	padding-top: 8px;
	padding-bottom:8px;
	padding-left: 20px;
}

div.list div.text {
	
}

div.list div.listitem img {
	float:right;
	margin-left:10px;
	height: 80px;
}

div.reference_image {
	width: 360px;
	height: 230px;
	float:right;
	display:inline;
}


/*
div.reference_image p.image {
	margin: 0;
	padding: 0px;
	height: auto;
	text-align: center;
	vertical-align: top;
}

div.reference_image p.image img {
	border: 2px solid #C0B9A2;
	vertical-align: top;

}
*/
div.reference_facts {
	/*background-color: #eeeeee;*/
	border: 1px dotted red;
	width: 140px;
	padding: 10px;
	margin-bottom:10px;
}

div.reference_links {
	width: 150px;
	margin-bottom: 10px;
}

div.reference_links  a {
		/*display:block;
		width:100%;
		padding: 2px;
		float: none;
		*/
}

.reference_div h1 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	color: #B9252C;
	background-color: inherit;
}

div.reference_text {
	padding: 5px;
	padding-right: 10px;
	color: black;
	font-size: 12px;
	line-height: 130%;
}

div.reference_text p {
	margin-bottom: 14px;
	display:block;
}

div.list div.news-list-browse {
	background:none;	
}

div.news-list-browse {
	
	clear:both;
	background: #eeeeee;
	width:100%;	
	position:relative;
	text-align:left;
	vertical-align:middle;
	height: 17px;
	padding-top:3px;
}

.tx-ttnews-browsebox-SCell p a{
	text-decoration: none;
	font-size: 140%;
	font-weight: bold;
	color: #000000;	
	background-color: #eeeeee;
	display:block;
	float:none;
	position:static;
	padding: 2px;
}


div.news-list-browse div#lifirst {
	padding-right:20px;
	padding-left: 10px;
	float:left;
}

div.tx-ttnews-browsebox {
	position:relative;
	top:-5px;
	padding-left: 10px;
	text-align:left;
	
}

div.tx-ttnews-browsebox table {
float:left;	
}

div.news-list-browse ul {
	padding:0;
	margin:0;
	float:right;
	display:inline;
	padding-right:10px;
}

div.news-list-browse ul li {
	list-style:none;
	display:inline;
	width: auto;
}


.team_placeholder {
	margin-left: 10px;
	margin-top: 20px;
	padding: 0px;
	border: 2px solid #B9252C;
	background-color: #edeae3;
	width: 237px;
	color: black;
	vertical-align: top;
	position:relative;
	float:left;
	height: 300px;
}

.team_text_left,
.team_text_right {
	padding: 8px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	background-color: inherit;
}

#maincontent div.team_text_left h1,
#maincontent div.team_text_right h1 {
	font-size: 16px;
	font-weight: bold;
	color: #C0B9A2;
	margin: 0px;
	margin-bottom: 10px;
	background-color: inherit;
}

#maincontent div.team_text_left h2,
#maincontent div.team_text_right h2 {
	font-size: 14px;
	font-weight: normal;
	color: #C0B9A2;
	margin: 0px;
	margin-bottom: 10px;
	background-color: inherit;
}

#maincontent div.team_text_right h2,
#maincontent div.team_text_right h1 {
	text-align: right;
}

.team_text_left {
	text-align: justify;

}

.team_text_right {
	text-align: justify;
}

.team_image_left,
.team_image_right {
	margin: 0px;
	padding: 0px;
	border: 0;
	background-color: #edeae3;
	color: black;

}

.team_image_left {
	height: 105px;
	text-align: left;
	background-image: url(../images/team_redenzian_left.png);
	background-repeat: no-repeat;
	background-position: right top;

}

.team_image_right {
	height: 105px;
	text-align: right;
	background-image: url(../images/team_redenzian_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.team_image_left img,
.team_image_right img {
	border: 20px solid #C0B9A2;
		display:none;
}

.language_selector,
.language_selector a:link,
.language_selector a:hover,
.language_selector a:visited,
.language_selector a:active,
.language_selector_act,
.language_selector_act a:link,
.language_selector_act a:hover,
.language_selector_act a:visited,
.language_selector_act a:active {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #C0B9A2;
	text-decoration: none;
	font-weight: normal;
	background-color: inherit;
}

.language_selector_act a:active,
.language_selector_act a:link,
.language_selector_act a:visited,
.language_selector_act a:hover,
.language_selector a:hover {
	color: #B9252C;
	font-weight: normal;
	background-color: inherit;
}

/* Input Fields */
input,
textarea {
	border-top: 2px solid #C0B9A2;
	border-left: 2px solid #C0B9A2;
	border-bottom: 1px solid #edeae3;
	border-right: 1px solid #edeae3;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}

.input_button {
	border: 2px solid #B9252C;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

fieldset {
	margin: 0px;
	border: 2px solid #B9252C;
}

legend {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #B9252C;
	background-color: inherit;
}

.contact_table {
}

.contact_table td {
	height: 25px;
}

.contact_error {
	color: red;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	background-color: inherit;
}



