body {
	background:#fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:10pt;
	color: #000000;
        
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #eee;
}

/* 
rosa: # f8c2bc
orange: # f8cdbc

*/

#main {
	/*background-color: #d6d6d6;*/
	background-image:url(./images/background_main.gif);
	width: 845px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#left_sidebar {
	width: 230px;
	background-color: #d6d6d6;
	overflow: hidden;
	float: left;
}

#navigation {
	padding: 54px 0px 0px 0px; 
	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: 3px;
}

#axintos-logo {
	display: block;
    width: 230px;
	height: 80px;
	background-image:url(./images/axintos_logo.gif); background-repeat: no-repeat;
	background-color: white;
}

/*************************
	Bildgröße Start
**************************/
#hovereffekt img{
width:550px;
}
/*************************
	Navigation Start
**************************/

a.naventry {
	display:block;   
    font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px;
	border-top-style: solid;
	border-top-color: white;
	border-top-width: 3px;
	width: 100%;
}

a.naventry {
    padding: 3px 3px 3px 28px;
	font-size: 14px;
	font-weight: bold;
	color:#585858;
}

.closed {
	display: none;
}

.navsub a.naventry {
	font-weight: normal;
	font-size: 13px;
    padding: 3px 3px 3px 43px;
	color:#585858;
}

.navsub  .navsub a.naventry{
    padding-left: 58px;
}

a.naventry:link, a.naventry:visited    { background-color:#d6d6d6; }
a.naventry:hover, a.naventry:active   { background-color:#f8cdbc; text-decoration: none}

a.selected:link, a.selected:visited { 
	background-color: #f8cdbc; 
	font-weight: bold;
	color:#000;
}

a.folderselected{	
	background-image:url(./images/eckige_klammern.gif); background-repeat: no-repeat;
	font-weight: bold;
	color:#000;
}

.navsub a.folderselected{	
	background-image:url(./images/eckige_klammern_kurz.gif); background-repeat: no-repeat; 
	font-weight: bold;
	color:#000;
}

/*************************
	Navigation Ende
**************************/


#rightside {
    width: 615px;
	float: left;
	background-color: #fff;
	background:#ffffff;
	/*  HACK FUER IE der kein min-height kennt */
	min-height: 600px;
    height: auto !important;
	height: 441px;
	
}

#header {
	display: block;
	height: 80px;
	width: 615px;
	background-color: #f8cdbc;
}

#content {
	
	margin:29px 20px 10px 20px;
	/*text-align: justify;*/
}


#footer {
    border-top-style: solid;
	border-top-color: white;
	border-top-width: 3px;
	clear:left;
	width:100%;
	height:54px;
	background-color:#fff;
	color: #585858;
	font-size: 8pt;
}

#footer_left {
	width: 230px;
	height: 54px;
	background-color: #f8cdbc;
	overflow: hidden;
	float: left;
	margin-right: 3px;
}

#footer_left a {
	color: #585858;
	font-size: small;
	font-size: 8pt;
}

#footer_right {
	width: 612px;
	background-color: #d6d6d6;
	overflow: hidden;
	height: 54px;
	float: left;
}

#footer_right a {
	color: #585858;
	font-size: small;
	font-size: 8pt;
	text-decoration: underline;
}

.footer_left_padding{
	padding: 6px 3px 3px 28px;
}

.footer_right_padding{
	padding-top:12px;
	text-align: center;
}

a {
	text-decoration:none;
    color: #f00;
}

a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	border-bottom-width: 3px;
	font-size: 20px;
}

h3 {
	margin: 0px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	border-bottom-width: 3px;
	font-size: 15px;
}

.datatable {
	width: 93%;
	border-collapse: collapse;
	border: 3px solid #fff;
	color: #585858;
	text-align: left;
	font-size:10pt;
}

.datatable td {
	padding: 6px;
	background-color: #eee;
	border: 3px solid #fff;
}

.datatable tr.altrow td{
	background-color: #d6d6d6;
}

.datatable th {
	background-color: #f8cdbc;
	padding: 4px;
	font-weight: bold;
	border: 3px solid #fff;
}

li {
	list-style-image: url(./images/eckige_klammer_listenelement.gif) 
}


/*************************
	Teaser Start
**************************/

.preview_link {
	position: relative;
	color: black; 
	display:block;
	width: 575px;
	height: 125px;
	background-image: url(./images/empty.gif);
}

.preview_link:hover {
	text-decoration: none;
	color: black;
}

.preview_content {
	position: absolute;
	top: 0px;
	left: 0px;
}

.preview_box {
	width: 575px;
	height: 125px;
	background-image: url(./images/preview_background.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 24px;
}

.preview_box_selected {
	background-image: url(./images/preview_background_selected.jpg);
}

.preview_content  li{
	height: 20px;
	margin-bottom: 5px;
}

.preview_content  ul{
	padding-left: 0px;
	margin-left: 30px;
}

.preview_image {
	position: relative;
	height: 125px;
}

.preview_text {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 425px;
}

.preview_details {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	cursor: pointer;
}

.preview_link:hover .preview_details {
	text-decoration: underline;
}


/*************************
	Teaser Ende
**************************/

/*************************
	    Formular Start
**************************/

.formtable {
	width: 100%;
	border-collapse: collapse;
	border: 3px solid #fff;
	color: #585858;
	text-align: left;
	font-size:10pt;
}

.formtable .field {
	padding: 6px;
	background-color: #eee;
	border: 3px solid #fff;
}

.formtable tr.altrow td{
	background-color: #d6d6d6;
}

.formtable .label {
	background-color: #f8cdbc;
	font-weight: bold;
	border: 3px solid #fff;
	text-align: right;
	vertical-align: top;
	padding: 8px 10px 4px 4px;
width: 160px;
}

.formbuttons {
	margin-top: 20px;
	text-align: right;
	float: right;
}

.formbutton_submit {
	margin-left: 10px;
	font-weight: bold;
}

.formbutton_reset {
	margin-left: 10px;
}

.formtable textarea {
	width: 100%;
	height: 200px;
}

.errorlabel {
	color: #af0501;
	font-weight: bold;
}

.formtable span.error {
	color: #af0501;
	font-weight: bold;
}


/*************************
	    Formular Ende
**************************/

/*************************
       Leistungstable
**************************/

.fulltable {
	color: #5b5b5b;
	width: 619px;
	position: relative;
	left: -13px;
	top: -13px;
	border-collapse: collapse;
	font-size: 100%;
}

.fulltable tr {
	height: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.fulltable td {
	padding-top: 8px;
	padding-bottom: 8px;
}

.fulltable th {
	font-weight: normal;
}

.packages {
	text-align: center;
	width: 100px;
	border-left: solid 2px #979797;
}


/*************************
       Leistungstable Ende
**************************/