/*-------------------------------------------------------*/
/*-                       TABLES		                -*/
/*-------------------------------------------------------*/
/*


*/
/*-------------------------------------------------------*/



.content a:link, a:visited {
	color: #0065AC;
	text-decoration: underline;
}

.content a:hover {
	color: #0065AC;
	text-decoration: none;
}


a.fold:link, a.fold:visited {
	text-transform: uppercase;
	color: #000;
	vertical-align: top;
	text-decoration: none;
}

a.fold:hover {
	text-decoration: underline;
}


h3 .fold {
	font-size:12px;
}

.content {
	display:none;
	margin:1em 0 0 1em;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #000;
	background: #fff url(/images/common/bgtexture.gif) repeat-y top left;
}

.content th  {
	text-transform: uppercase;
	font-size: 11px;
	background-color: #eeeeee;
	padding: .1em .2em .1em 1em;
}

.content th.header  {
	text-transform: uppercase;
	font-size: 11px;
	background-color: #eee;
	padding: .1em .2em .1em 1em;
}


.content td  {
	font-size: 10px;
	background-color: #f7f7f7;
	padding: .2em .2em .2em 1em;
	vertical-align:top;
}

.tableoutline {
	width:700px;
	border:#eee solid 1px;
}

td.clear {
	background-color: #fff;
}


.label {
	width: 710px;
	background-color: #f1f1f1;
}


a.totop:link, a.totop:visited {
	text-align: center;
	color: #1f1f1f;
	text-decoration: none;
	height: 26px;
	width: 26px;
	padding-top: .2em;
}

a.totop:hover {
	text-align: center;
	background-color: #afafaf;
	color: #fff;
	text-decoration: none;
	height: 26px;
	width: 26px;
}

#nav {
position: absolute;
top: 100px;
left:10px;
}

#nav a:link, #nav a:visited, #nav a:hover {
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#downloadTable td {border-bottom: 1px solid #efefef;}

#downloadTable td.noborder {border: 0;}


table tr td.c1   {
	width: 26%;
	font-weight:bold;
}

table tr td.c2   {
	width: 5%;
	font-weight:bold;
	text-align:center;
}
table tr td.c3 .textinput   {	//KKJ 230106
	width: 250px;
}
table tr td.c4   {
	width: 30%;
	font-weight:bold;
	padding-left: 5px;
}

table tr td .ButtonSubmit {
	margin-right:20px;	
}

/* nice gray table layout - added KKJ 160506 */

.tables {
	font-size: 11px;
	color: #000;
	width: 95%;
	margin-bottom: 1em;
	border: 1px solid #cdcdcd;
}

.tables td {
	background-color: #f6f6f6;
	padding: 2px 4px 2px 4px;
}

.tables th {
	background-color: #efefef;
	padding: 1px 4px 1px 4px;
}

.tables img {
	padding: 0px;
}


.tableslight {
	font-size: 11px;
	color: #000;
	width: 95%;
	margin: 0 0 1em 0;
	border: 1px solid #cdcdcd;
}

.tableslight td {
	background-color: #fff;
	padding: 8px 4px 8px 4px;
}

.tableslight th {
	background-color: #fff;
	padding: 1px 0px 1px 4px;
}



/* table with border */
.tableborder {
	font-size: 11px;
	color: #000;
	width: 95%;
	margin: 0 0 1em 0;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}

.tableborder td {
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	padding: 8px 4px 8px 4px;
}

.tableborder th {
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	padding: 4px 0px 1px 4px;
	background-color: #efefef;
}




/* nice gray table layout for WASY projekt referenzen - added KKJ 290508 */

.wasyprojref {
	font-size: 11px;
	color: #000;
	width: 716px;
	margin-bottom: 1em;
	border: 1px solid #cdcdcd;
}

.wasyprojref td {
	background-color: #f6f6f6;
	padding: 2px 4px 2px 4px;
}

.wasyprojref th {
	background-color: #efefef;
	padding: 1px 4px 1px 4px;
}

.wasyprojref img {
	padding: 0px;
}

.wasyprofrefspacer {
	margin-top: 140px !important;
	display: block;
	clear: both;
}