/*========================
 * GENERAL
 * =====================*/

*{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #595959;
}

html, body{
	width: 100%;
	text-align:center;
}

body {
	behavior:url("/mysite/javascript/csshover.htc");	
}

img{
	display: block;
}

input.tb{
	width: 120px;
}

a{
	text-decoration: none;
}

#contentText a{
	text-decoration: underline;
}

a.infolinks {
	text-decoration: none !important;
}

a img{
	border: none;
}

.clear{
	clear: both;
}


.pointer{
	cursor: pointer;
}
/*========================
 * LAYOUT
 * =====================*/

html{
	background: transparent url('../img/bg_page.gif') repeat;
}

div#container{
	width: 900px;
	margin: 0px auto;
}

div#header{
	width: 900px;
	text-align: left;
}

div#header_links{
	text-align: right;
	word-spacing: 8px;
	padding-top: 5px;
}

div#header_logo{
	float: left;
	width: 500px;
	margin-bottom:10px;
}

div#header_search{
	float: right;
	width: 400px;
	text-align: right;
	margin-top:20px;
}

div#header_search input{
	background:transparent none repeat scroll 0 0;
	border: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color:#595959;
}

#SearchForm_SearchForm_Image {
	margin-left:3px;
	background: transparent url('../img/lupe.png') no-repeat left top;;
	float: right;
	cursor: pointer;
	width: 14px;
	height: 16px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../themes/atrivis/img/lupe.png', sizingMethod='scale');	
	_background: none;
}


/*========================
 * NAVIGATION
 * =====================*/

ul#navigation {
	padding: 0px 15px;
	position:relative;
	width: 849px;
	background-color: #8CC023;
	list-style:none;
	height: 20px;
	list-style: none;
	float: left;
	z-index: 3;
}

div#navigationCorner{
	width: 21px;
	height: 20px;
	background: transparent url('../img/bg_menuCorner.gif') no-repeat;
	float: left;
}


ul#navigation li {
	position: relative;
	float: left;
	border-left: 1px solid #8CC023;
}

ul#navigation li a {
	display: block;
	color: #fff;
	line-height: 20px;
	padding: 0px 15px;
}

ul#navigation li:hover a, ul#navigation li.active a {
	background-color: #E9F3D5;
	color: #595959;
}

ul#navigation li ul {
	padding: 5px 0px 0px 0px;
	display: none;
	background-color: #E9F3D5;
	position: absolute;
	list-style: none;
	margin-left: -1px;
	border-left: 1px solid #8CC023;
	border-bottom: 4px solid #8CC023;
}

ul#navigation li:hover ul {
	display: block;
}

ul#navigation li ul li {
	text-align: left;
	border: 0px;
	float: none;
}

ul#navigation li ul li a{
	width: 200px;
	padding: 2px 15px;
}

ul#navigation li ul li:hover a{
	background-color: #8CC023;
	color: #fff;
}

/*========================
 * OLD NAVIGATION
 * =====================*/

div#menu{
	margin-bottom:5px;
}

div#menu_bg{
	width: 879px;
	height: 20px;
	background: transparent url('../img/bg_menu.gif') repeat-y;
	float: left;
	padding-left: 0px;
	position:relative;
}

div#menu_corner{
	width: 21px;
	height: 20px;
	background: transparent url('../img/bg_menuCorner.gif') no-repeat;
	float: right;
}

.cornerBoxTopLeft{
	background: transparent url('../img/bgCornerLeft.gif') no-repeat top left;
	width: 100%;
	height: 20px;
	margin-bottom: -10px;
}

.cornerBoxBottomRight{
	background: transparent url('../img/bgCornerRight.gif') no-repeat bottom right;
	width: 100%;
	height: 20px;
	margin-top: -10px;
}

.cornerBoxContent{
	width: 400px;
	margin: 0px auto;	
}

li.topItem{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	color: #fff;
	float:left;
	display: block;
	background-color:transparent;
}

li#li_login{
	margin-left:447px;

}

a.menuItemLink{
	display:block;
	color:#fff;
	height:14px;
	padding: 3px 15px;
	background-color:transparent;
}

li.topItem:hover a.menuItemLink {
	color: #000;
	background-color:#E9F3D5;
	
}

ul#topSliders{
	display:block;
	width:900px;
	text-align:left;
}

ul.slideItem{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 200px;
	background-color:#E9F3D5;
	border-bottom: 2px solid #8CC023;
	position: absolute;
	text-align:left;
	clear: left;
}

ul.slideItem li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display:block;
	background-color: #E9F3D5;
}

ul.slideItem li.spacer{
	height:10px;
}

ul.slideItem li a.submenuItemLink{
	padding: 2px 10px;
	display:block;
	color:#A3CD50;
	border-top: 1px solid #E9F3D5;
	height: 15px;
	background-color: transparent;
}

ul.slideItem li a.submenuItemLink:hover{
	background-color: #8CC023;
	color:#fff;
	border-top: 1px solid #BBDA7C;
}

div#login{
	width: 900px;
	height: 99px;
	padding-right:0px;
	padding-left:0px;
	margin:0px;
	background: transparent url('../img/atrivisHeaderBackground.jpg') no-repeat;
}

div#login_left{
	width: 600px;
	float: left;
	margin-top:18px;
	margin-right:40px;
}

div#login_right{
	width: 220px;
	float: left;
	margin-top:18px;
}

td.login_colLeft{
	text-align: right;
	padding-right: 5px;
	padding-bottom:5px;
}

td.login_colRight{
	text-align: left;
	padding-bottom:5px;
}

div#breadcrumbs{
	width: 860px;
	height:16px;
	margin: 0px auto;
	padding-right: 20px;
	padding-left:20px;
	padding-top:4px;
	border-top: 1px solid #fff;
	text-align: left;
	background: transparent url('../img/bg_breadcrumbs.gif') repeat-x;
}

div#typography{
	width: 860px;
	padding-top:10px;
	padding-bottom:20px;
	padding-right: 20px;
	padding-left:20px;
	background-color: #fff;
	overflow: hidden;
}

div#content_left{
	width:600px;
	margin-right: 20px;
	float:left;
}

div#imageBox{
	width: 588px;
	border: 6px solid #D8D8D8;
	height: 200px;
	padding: 2px;
}

div#contentText{
	margin-top:20px;
}

p.contentParagraph{
	width: 600px;
	text-align: justify;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 17px;
}
table.contentParagraph{
	width: 600px;
	text-align: justify;
	border-bottom: 2px solid #FFFFFF;
}

table.contentParagraph td{
	text-align: justify;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 17px;
	padding-left: 5px;
}

table.contentParagraph th{
	text-align: justify;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 17px;
	background: #EEEEEE;
	padding-left: 5px;
}

ul.contentParagraph{
	margin-top: 10px;
}

ul.contentParagraph li{
	list-style-image: url('../img/bullet.jpg');
	margin-left: 20px;
}

table.services{
	width: 600px;
	text-align: justify;
	border-bottom: 2px solid #FFFFFF;
}

table.services td{
	text-align: justify;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 17px;
	padding-left: 5px;
	padding-right: 5px;
}

td.icon{
	width: 20px;
	text-align: justify;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 17px;
	padding-left: 5px;
	padding-top: 5px;
}

table.services th{
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 17px;
	background: #EEEEEE;
	padding-left: 5px;
}

ul.services li{
	list-style-image: url('../img/bullet.jpg');
	line-height: 1.5;
	margin-left: 20px;
	margin-bottom: 5px;
}

div#content_right{
	width: 240px;
	float:left;
}

div#cornerBoxBorder{
	width: 243px;
	height: 25px;
	background: transparent url('../img/bg_cornerBoxBorder.gif') repeat-x;
}

div#cornerBox{
	width: 231px;
	height: 380px; /*Eigentlich 471px*/
	border: 6px solid #E8F2D3;
	border-top: 0px;
}

div#footer{
	width: 860px;
	padding-right: 20px;
	padding-left:20px;
	text-align: left;
	background-color: #fff;
}

div#footer_left{
	width:600px;
	margin-right: 20px;
	margin-bottom: 20px;
	float:left;
}

div#cornerBox_bottom{
	width: 240px;
	margin-bottom: 20px;
	float:left;
}

div.careBox{
	width: 211px;
	padding:10px;
	border: 6px solid #D8D8D8;
	margin-top:20px;
	overflow:hidden;
}

div#chatBox img{
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

div#greenBox{
	width: 568px;
	padding:10px;
	height: 120px;
	border: 6px solid #E8F2D3;
	margin-top:20px;
	overflow: hidden;
}

table#news{
	height: 120px;
	width: 568px;
}
	
table#footer{
	height: 120px;
	width: 568px;
}

td.news_header{
	height:20px;
}

td.news_colLine{
	width: 10px;
	border-right: 1px solid #AED365;
}

td.news_colSpacer{
	width: 10px;
}

td.news_colText{
	width: 165px;
	padding-left: 10px;
	text-align: justify;
	vertical-align: top;
	line-height: 15px;
}

td.news_colImg{
	width: 76px;
	height: 76px;
	vertical-align: top;
}

select#ddlLanguage{
	width: 43px;
	margin-top:2px;
}


hr#InfoSeperator {
	height: 0px;
	border: 0px;
	border-top: 1px solid #ccc;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
}

div.tagCloud{
	width: 200px;  
	min-height: 50px;
	background-color: #FFFFFF;
	line-height: 13px;
	text-align: center;
	font-family: 'Verdana';
}

/*===========Fonts===========*/

/*===========References===========*/
div#references {
	height: 430px;
	border: 1px solid #ccc;	
	padding: 10px 10px;
	background-color: #ECF4DB;
}

div#referencesText{
	width: 700px;
	float: left;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
}

div#referencesNav{
	float: right;
	overflow: hidden;
	border-bottom-color: #f0f0f0;

	padding: 2px;
}

div#referencesNav div#leftArrow{
	float: left;
	background: transparent url(../img/arrowLeft.gif) no-repeat bottom left;
	width: 20px;
	height: 20px;
	margin-left:3px;
	cursor: pointer;
	padding-left: 20px;
	font-weight: bold;
}

div#referencesNav div#rightArrow{
	float: left;
	background: transparent url(../img/arrowRight.gif) no-repeat bottom right;
	width: 20px;
	height: 20px;
	margin-left:40px;
	cursor: pointer;
	padding-right: 20px;
	font-weight: bold;
}



div.reference {
	width: 840px;
	height: 430px;
	text-align:left;
	float:left;
	overflow: hidden;
}

div#referenceWrapper {
	width: 840px;
	height: 430px;
	text-align:left;
	overflow-x:hidden;
	overflow-y:hidden;
	float:left;
}

div#referenceHolder {
	width: 1072px;
}

div.reference div.image {
	overflow: hidden;
	width: 548px;
	height: 270px;
	border: 1px solid #ccc;
}

div.reference div.left {
	float: left;
	width: 550px;
}

div.reference div.left h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
	
div.reference div.right {
	float: left;
	margin-left: 20px;
	text-align: left;
	width: 266px;
}

div.imageList{
	width:550px;
	height: 32px;
	margin:5px 0px 10px 0px;
	overflow: hidden;
	text-align: right;
}

div.reference .header span.number{
	font-weight: bold;
	font-size: 20px;
	color: #8CC023;
}

div.reference div.imageList img{
	display: inline;
	height: 30px;
	border: 1px solid #ccc;
	margin-right: 2px;
}



div.reference div.right ul{

}

div.reference .header h2 {
	display: inline;
	margin-top: 0px !important;
	
	font-size: 20px !important;
	text-transform:uppercase;
}

div.reference div.right h2{
	margin-top: 0px !important;
}



.gray{
	color: #595959 !important;
}


/*========================
 * NEWS
 * =====================*/

div#newsHolder div.news {
	width: 600px;	
	border-bottom: 1px solid #E8F2D3
}

div#newsHolder div.news:hover {
	background-color: #8CC023;
}

div#newsHolder div.news:hover span.date a{
	color: #fff;
}

div#newsHolder div.news:hover span.title a{
	color: #fff;
}

div#newsHolder span.date a {
	line-height: 25px;
	width: 110px;
	display: block;
	float: left;
	font-weight: bold;
}

div#newsHolder span.title a{
	line-height: 25px;
	float: left;
	width: 490px;
	display: block;

}

div#newsNavi {
	z-index: 1;
	color: #8CC023;
/*
	border-top: 1px dashed #8CC023;
*/
	border-bottom: 1px dashed #8CC023;
	text-align: center;
	position: relative;
	width: 540px;
	padding: 5px 30px 5px 30px;
	margin-bottom: 20px;
}

a#newsNaviLast {
	position: absolute;
	top: 4px;
	left: 0px;
}

a#newsNaviNext {
	position: absolute;
	top: 4px;
	right: 0px;
}

/*===========Typography===========*/
div#typography{
	text-align: left;
	line-height: 1.5;
}


div#typography p {
	margin-top: 10px;
	margin-bottom: 15px;
}

div#typography ul {
	list-style-image: url('../img/bullet.jpg');
	margin-bottom: 15px;
}

div#typography li {
	padding-left: 5px;
	margin-left: 25px;
}

div#typography h1 {
	color: #8CC023;
	font-size: 22px;
	font-weight: normal;
	margin-bottom:5px;
	margin-top: 0px;
	background-color: transparent;
}

div#typography h2 {
	color: #8CC023;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom:5px;
	background-color: transparent;
}

div#newsBox h2 {
	color: #595959;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom:5px;
	background-color: transparent;
	border-bottom: 1px solid #D8D8D8;
}

div#typography h3 {
	color: #8CC023;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom:5px;
	background-color: transparent;
}

div#typography p {
	margin-top: 0px;
	margin-bottom: 15px;
}

div#newsBox p a{
	color: #999 !important;
}

div#typography p a:hover{
	text-decoration: underline;
}

div#typography p a{
	color: #8CC023;
}

div.reference a{
	text-decoration: none !important;
}

div.reference a:hover{
	text-decoration: underline !important;
}

div#newsBox h3 {
	color: #8CC023;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom:0px;
	background-color: transparent;
}

div#typography h4 {
	color: #8CC023;
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom:5px;
	background-color: transparent;
}

div#h6{
	font-size: 22px;
	color: #595959;
}

.bold{
	font-weight: bold;
}

/* Blog Styles */

#PageCommentInterface_Form_PostCommentForm fieldset{
	border-width: 1px 0px;
	border-style: solid;
	border-color: #CCC;
	padding: 10px 0px;
	margin: 0px 0px 5px 0px;
}

#PageCommentInterface_Form_PostCommentForm label.left{
	float: left;
	width: 180px;
}

#PageCommentInterface_Form_PostCommentForm input{
	width: 415px;
	margin-bottom: 5px;
}

#PageCommentInterface_Form_PostCommentForm textarea{
	width: 415px;
}

#PageCommentInterface_Form_PostCommentForm div.field{
	clear: left;	
}

#PageCommentInterface_Form_PostCommentForm_action_postcomment{
	width: 180px !important;
	color: #595959;
	border: 1px solid #8CC023;
}

#CommentHolder li.first{
	border-top: 1px dashed #595959;
	margin-top: 10px;
	padding-top: 10px;
	border-bottom: 1px dashed #595959;
	margin-bottom: 10px;
	padding-bottom: 10px;	
}

#CommentHolder li{
	border-bottom: 1px dashed #595959;
	margin-bottom: 10px;
	padding-bottom: 10px;	
}

/*===========Lists===========*/

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
img.right {
	float:right;
	margin-left:20px;
}
img.left {
	float:left;
}
img.leftAlone {
	float: left;
	margin-right: 100%;
}
img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: left;
}