/* common layouts*/

	a:link {font-weight: normal;text-decoration:none;color:cc6633;}
	a:visited {font-weight: normal;text-decoration:none;color:cc6633;}
	a:hover {font-weight: normal;text-decoration:underline;color:e5af2c;}
	a:active {font-weight: normal;text-decoration:none;color:cc6633;}
	a:focus {font-weight: normal;text-decoration:none;color:cc6633;}

	body{margin : 0px 0px 0px 0px;}

	#background{ background-color:#888888;}	/*not used for welcome-page*/

	
	
/*layout for layers on welcome-page*/

	#startImage
	{
		z-index:1;
		border: 1px solid Black;
		width:1024px;
		height:683px;
		position:relative
	}

	#startField
	{
		z-index:2;
		top:95px;
		left:95px;
		width:485px;
		height:255px;
		position:absolute;
		background : White;
	}
	
	#enterField
	{
		z-index:2;
		top:95px;
		left:944px;
		width:200px;
		height:20px;
		position:absolute;
		background:blue;
	}

	.center
	{
		width:100%;
		height:100%;
	}

	
	
/*layout for main-table and its columns and rows*/

	#siteTable{
		width:790px;
		height:100%;
		background-color:#ffffff;
	}

	.borderCol{	width:15px;}
	.menuCol{width:234px;}
	.spacerCol{width:4px;}
	.contentCol{width:261px;}
	.previewTable{border:1px solid #888888;	height:500px;width:524px;}

	.spacerHorizontalRow{height:15px;}
	.siteTitleRow{height:61px;vertical-align:top;}
	.upperContentRow{height:1px;background-color : #888888;}
	.spacerContentRow{height:4px;}


	
	.lowerContentRow, .previewCell{
	background-color:#eeeeee;
	padding:12px 12px 12px 12px;
	vertical-align:top;
	height:100%;
	text-align: left;
}


	
	
/*layout for menu-table*/
	.menuRow{
		height:18px;
		vertical-align:top;
	}

/*layouts for content area*/
	.contentHeadline, .previewHeadline{
		font : bold 11px Arial, Helvetica, sans-serif;
	}

	.contentText, .previewText,td {
		font : normal 11px Arial, Helvetica, sans-serif;
	}
	
	.contentText,.previewText
	{
		width:420px;
	}
	
	
	.anchor{
		font : normal 8pt Arial, Helvetica, sans-serif;
		color : Gray;
}	

.formDesc{
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	vertical-align : top;
	height : 20px;

}

textarea,input{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;

	border : 1px solid #888888;
}

button
{
	font-weight : bold;
	color:#888888;
	border : 0px solid #888888;
	background-color:#eeeeee;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}



textarea,input{
	width:100%;	
}

.radio,.checkbox{

width:12px;
}
