/* 
    Document   : layout
    Created on : 02.03.2010, 18:46:00
    Author     : andreas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.column10 {
	width: 10%;
}

.column15 {
	width: 15%;
}

.column20 {
	width: 20%;
}

.column25 {
	width: 25%;
}

.column30 {
	width: 30%;
}

.column40 {
	width: 40%;
}

.column50 {
	width: 50%;
}

.column60 {
	width: 60%;
}

.column10r {
	width: 10%;
	text-align: right !important;
}

.column15r {
	width: 15%;
	text-align: right !important;
}

.column20r {
	width: 20%;
	text-align: right !important;
}

.column25r {
	width: 25%;
	text-align: right !important;
}

.column30r {
	width: 30%;
	text-align: right !important;
}

.column40r {
	width: 40%;
	text-align: right !important;
}

.column50r {
	width: 50%;
	text-align: right !important;
}

.column60r {
	width: 60%;
	text-align: right !important;
}

.comment {
	font-size: 12px;
}

.transactiontable {
	table-layout: inherit;
}

.personPopup {
	left: 10px;
	top: 0px;
}

#contactList {
	padding-left: 15px;
	margin-bottom: 20px;
	list-style-type: none;
}

#orderList {
	padding-left: 15px;
	margin-bottom: 20px;
	list-style-type: none;
}

#setupList {
	padding-left: 15px;
	margin-bottom: 20px;
	list-style-type: none;
}

#kickerNavi {
	font-style: normal;
	font-family: monospace;
	color: graytext;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 3px 3px 7px;
	display: block;
}

#mitteContent {
	
}

#mitteContent  .pdfLink {
	color: graytext;
	display: block;
	font-family: monospace;
	font-size: small;
	font-style: normal;
	text-decoration: none;
}

#mitteContent .pdfLink:hover {
	color: white;
	background-color: gray;
}

#mitteContent h1 {
	font-style: italic;
	font-size: x-large;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #333333;
}

#mitteContent h2 {
	font-style: italic;
	font-size: large;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	color: #333333;
}

#mitteContent table {
	width: 100%;
	border: 1px solid #bbbbbb;
	font-size: 12px;
	margin-left: 0;
}

#mitteContent th {
	padding: 0px 4px 2px 4px;
	font-weight: bold;
	background-color: #cccccc;
}

#mitteContent .paginator td {
	margin-top: 0px;
	border: none;
	background-color: transparent;
	text-align: left;
}

#mitteContent td {
	padding: 6px;
	border-right: 1px solid #aaaaaa;
	background-color: #eeeeee;
	text-align: left;
}

#headerMitte {
	background-image: url("../img/system/graues_feld_mitte.gif");
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 80px;
	margin: 0;
	padding: 24px 40px 46px;
	width: 657px;
	z-index: 9999;
}

#mitteContent .paginatorScrBtn a:hover {
	background-color: transparent;
}

#mitteContent .iceDatPgrScrCol a {
	background-color: transparent;
	border: 1px solid graytext;
}

#mitteContent .iceDatPgrCol a:hover {
	border: 1px solid graytext;
}

#mitteContent table a {
	font-style: normal;
	font-family: monospace;
	color: graytext;
	font-size: small;
	text-decoration: none;
	display: block;
}

#mitteContent table a:hover {
	background-color: gray;
	color: white;
}

#rechts .pdfLink {
	color: graytext;
	display: block;
	font-family: monospace;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#rechts .pdfLink:hover {
	color: white;
	background-color: gray;
}

#rechts a {
	font-style: normal;
	font-family: monospace;
	color: graytext;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	display: block;
}

#rechts a:hover {
	background-color: gray;
	color: white;
}

#mitteContent  .selectRadio {
	border: none;
}

#mitteContent  .selectRadio input {
	margin-right: 10px;
}

#mitteContent .selectRadio td {
	border: none;
}

#powered {
	float: right;
	margin: 14px 0 0;
	padding: 0;
}