/* Dokument: site.css */
/* --------------------------------------------
Author:   		Nikolaos Valkanis
last update:  	7 May 2007
----------------------------------------------- */

body,div,table,tr,td,input {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
    color: #494949;
}
td.center {
	text-align:center;
}
td.right {
	text-align:right;
}

.background {
	background-color: #F9F9F9;
	width: 100%;
	padding:0px;
	margin:0px;
}
#navigation {
	height:61px;
	margin-left:80px;
}

/* pageheader 
----------------------------------------------- */
.header {
	width:970px;
	height:92px; 
	margin-top: 10px;
}
#header_left {
}
#header_right {
}
#header_logo {
	margin-top:12px;
	margin-left:14px;
}

/* Links 
----------------------------------------------- */
a:link {
 color: #000099;
}
a:visited {
 color:#000099;
}
a:hover {
 color:#000099;
 text-decoration:none;
}
a:active {
 color:#000099;
}

a.footer:link {
	font-size:9px;
	color:#5A5A5A;
}
a.footer:visited {
	font-size:9px;
	color:#5A5A5A;
}
a.footer:hover {
	font-size:9px;
	color:#5A5A5A;
}
a.footer:active {
	font-size:9px;
	color:#5A5A5A;
	text-decoration:none;
}

/* Inhalts Boxen 
----------------------------------------------- */
.inhaltsBox{
	border: 1px solid #C8C8C8;
	background-color: #FFFFFF;
	width: 950px;
}
.inhaltsBox_body{
	background-color: #FFFFFF;
	margin-left: 16px;
}
.inhaltsBox_left{
	border: 1px solid #C8C8C8;
	background-color: #FFFFFF;
	width: 650px;
}
.inhaltsBox_right{
	border: 1px solid #C8C8C8;
	background-color: #FFFFFF;
	width: 287px;
}
.inhaltsBox_big{
	margin-left: 16px;
	background-color: #FFFFFF;
	width: 950px;
}

#inhaltsBox_header {
	height:26px;
	margin-right:10px;
}

#inhaltsBox_rheader {
	float:right;
	width: 1px;
	height: 26px;
}

h1 {
	font-size:18px;
	font-weight:normal;
	color:#468ED1;
	margin:0px;
	padding :0px;
	display :inline ;
}

.h1_white {
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
	margin:0px;
	padding :0px;
	display :inline ;
}

.h1_orange {
	font-size:18px;
	font-weight:normal;
	color:#FF8A00;
	margin:0px;
	padding :0px;
	display :inline ;
}

.h1_green_noLink { 
	font-size:18px;
	font-weight:normal;
	color:#046120;
	margin:0px;
	padding :0px;
	display :inline ;
}

.h1_green_succes { 
	font-size:18px;
	font-weight:normal;
	color:#046120;
	margin:0px;
	padding :0px;
	display :inline ;
}

.h1_blue { 
	font-size:18px;
	font-weight: normal;
	color:#468ED1;
	margin:0px;
	padding :0px;
	display :inline ;
}

.h1_blue:hover { 
	font-size:18px;
	font-weight:normal;
	color:#468ED1;
	margin:0px;
	padding :0px;
	display :inline ;
 	cursor:pointer;
 	text-decoration: underline;
}


.h1_green { 
	font-size:18px;
	font-weight:normal;
	color:#046120;
	margin:0px;
	padding :0px;
	display :inline ;
}

.h1_green:hover { 
	font-size:18px;
	font-weight:normal;
	color:#046120;
	margin:0px;
	padding :0px;
	display :inline ;
 	cursor:pointer;
 	text-decoration: underline;
}


.h1_red { 
	font-size:18px;
	font-weight:normal;
	color:#9F0004;
	margin:0px;
	padding :0px;
	display :inline ;
}

.h1_list {
	font-size:14px;
	font-weight:bold;
	color:#468ED1;
	margin:0px;
	padding :0px;
	display :inline ;
}

/*  Login
----------------------------------------------- */
.background_border {
}

.login_background {
    float:right;
	width: 225px;
	height: 58px;
}

.login_background_foot {
	width: 225px;
	height: 2px;
	clear:both;
	float:right;
}

.loggedin_layout {
	width: 300px;
	border: solid 1px #C8C8C8;
	color: #8F8F8F;
	padding-top:10px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 5px;
}

.login_layout {
	border: solid 1px #C8C8C8;
}

/* 
----------------------------------------------- */
.abstand {
    font-size: 1px;
    line-height: 1px;
    height: 10px;
}

.active { /* aktiv */
	background-color: #FF8A00;
	color: #FFFFFF;
	padding: 1 1 1 1;
}

/*  Footer
----------------------------------------------- */
.footer {
	width: 970px;
	height:52px;
}

.image_footer { 
	width: 268px;
	height: 48px;
}

/*  Tabellen
----------------------------------------------- */
.bigTable {
	width: 900px;
	min-height: 250px;
}

#table_rechnungen {
  border-collapse:collapse;
  border-spacing:0;
  border:0;
  border-width:0;
  padding:1px;
  width:200px;
  margin:1em auto;
}

#table_rechnungen th {
  border-style:solid;
  border-width:2px;
  border-color:#ff0000;
  padding:1px;
  background-color:#ffcccc;
  color:inherit;
  text-align:center;
}

#table_rechnungen td.norm {
  border-style:solid;
  border-width:1px;
  border-color:#ff0000;
  padding:1px;
  width:100px;
  text-indent:5px;
}

#table_rechnungen td.zahl {
  border-style:solid;
  border-width:1px;
  border-color:#ff0000;
  padding:1px;
  text-indent:50px;
}

/*  Buttons
----------------------------------------------- */
input.classic {
 border: 1px solid black;
 background-color: #809BBF;
 color: white;
 width:85px;
 cursor:pointer;
}


input.classic:hover {
 border: 1px solid black;
 background-color:#809BBF;
 color: white;
 width:85px;
 cursor:pointer;
}

input.red {
 border: 1px solid #9F9F9F;
 background-image:url(../images/back.gif);
 color: #284379;
 font-weight:bold;
 cursor:pointer;
}

input.red:hover {
 border: 1px solid #9F9F9F;
 background-image:url(../images/back2.gif);
 color: #3399cc;
 font-weight:bold;
 cursor:pointer;
}

input.red2 {
 border: 1px solid #9F9F9F;
 background-image:url(../images/backRed.gif);
 color: #FFFFFF;
 font-weight:bold;
 cursor:pointer;
}

input.red2:hover {
 border: 0px solid #9F9F9F;
 background-image:url(../images/back2.gif);
 color: #3399cc;
 font-weight:bold;
 cursor:pointer;
}

input.red3 {
 border: 1px solid #9F9F9F;
 background-image:url(../images/back.gif);
 color: #284379;
 font-weight:bold;
 cursor:pointer;
}

input.red3:hover {
 border: 1px solid #9F9F9F;
 background-image:url(../images/backRed.gif);
 color: #FFFFFF;
 font-weight:bold;
 cursor:pointer;
}



/* Preise
----------------------------------------------- */

#preise {
	width: 98%;
}

#preise th {
	padding: 5px;
	border-right: 1px solid #070b11;
	border-left: 1px solid #070b11;
	border-top: 1px solid #070b11;
	border-bottom: 2px solid #070b11;
	background: #809bbf;
	color: #ffffff;
	font-weight: bold;
}

#preise td {
	text-align: center;
	padding: 5px;
	border: 1px solid #e1e1e1;
	background: #f9f9f9;

}

#preise .pr_header {
	text-align: left;
	font-size: 12px;
	background: #ffffff;
}

#preise .pr_free {
	border: 0;
	background: #ffffff;
}

/* Eigene Schrift-Stile
----------------------------------------------- */


#strongness { display:block; height:15px; }
.strong-0 { width:4px; background-color:#FFFFFF;}
.strong-1 { width:20px; background-color:#ff0000;}
.strong-2 { width:40px; background-color:#ff2c00;}
.strong-3 { width:60px; background-color:#ff4d00;}
.strong-4 { width:80px; background-color:#ff7300;}
.strong-5 { width:100px; background-color:#ff9900;}
.strong-6 { width:120px; background-color:#ffc700;}
.strong-7 { width:140px; background-color:#ffff00;}
.strong-8 { width:160px; background-color:#b6ff00;}
.strong-9 { width:180px; background-color:#53e200;}
.strong-10{ width:200px; background-color:#00e200;}

.table_templates {
	border: solid 1px #CCCCCC;
}

.table_Overview {
	border: solid 1px #000000; 
	width: 870px;
}
.table_Overview td {
	/*font-size: 11px;*/
}
#table_click {
	cursor: pointer;
}
#table_header {
	font-weight: bold; 
	background-color: #809BBF; 
	color: #FFFFFF;
}
.lock{
/*

	font:12px Verdana;*/
	background: #CCCCCC;
	background-repeat:repeat; 
	border: black 1px solid;
	color: #4B4B4B;
}

/* Funktioniert bei IE nicht
input[type=text][readonly] {
  color: red; // und was dir noch einfällt
}
*/


/* Seiteanzahl Anzeige */

a.pagenav_link2:link, a.pagenav_link2:visited {
	color: #003150; 
	text-decoration: none; 
	font-weight: bold;
	
	padding: 3px; 
	border: solid 1px #90c2e1; 
	background-color: #dfedf7; 
	color: #003150;
	
	float:left;
	text-align:center;
	margin-right:5px;
}
a.pagenav_link2:hover {
	text-decoration: underline;
}

a.pagenav_link:link, a.pagenav_link:visited {
	color: #003150; 
	text-decoration: none; 
	font-weight: bold;
}
a.pagenav_link:hover {
	text-decoration: underline;
}

.pagenav {
	color: #003150; 
	text-decoration: none; 
	font-weight: bold;
	
	padding: 3px; 
	border: solid 1px #90c2e1; 
	background-color: #dfedf7; 
	
	float:left;
	text-align:center;
	margin-right:5px;
}

.pagenav_delimiter {
	color:#003150;
	text-decoration: none; 
	font-weight: bold;
	
	padding:3px; 
	
	float:left;
	text-align:center;
	margin-right:5px;
}

.pagenav:hover {
	background-color: #eef7fc;
}

.pagenav_aktiv {
	color:#ffffff;
	text-decoration: none; 
	font-weight: bold;
	
	padding:3px; 
	border:solid 1px #90c2e1; 
	background-color:#0174bb; 
	
	float:left;
	text-align:center;
	margin-right:5px;
}
/* Seiteanzahl Anzeige ENDE */

/* Button slide */
#panel {
	background: #754c24;
	height: 200px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #422410;
	background: url(images/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: url(images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}

/* Button slide ENDE */

#accordion {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
}

/*
.ui-accordion-header {
text-decoration:none;
font-weight:bold;
color:#000000;
display:block;
width:100%;
text-align:center;
}

.ui-accordion {
	background: #f5f8fe;
	margin: 0;
	padding: 10px 10px 50px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

.ui-accordion p {
	height:100px;
	width:100%;
}
*/

#accordion ul.ui-accordion-header {
	background: #fff url(images/arrow-square.gif) no-repeat right -51px;
	padding: 10px 15px;
	height:15px;
	margin: 0;
	font: 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #d6e3fe;
	border-bottom: none;
	cursor: pointer;
	clear:both;
}
#accordion ul:hover {
	background-color: #ecf2fd;
}

#accordion ul.ui-state-active {
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	background-position: right 5px;
	background: #ecf2fd;
	color: black;
}

#accordion .ui-accordion-content-active {
	background: #f5f8fe;
	margin: 0;
	padding: 10px 10px 10px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

#accordion .ui-accordion-content-active div {
}

