body { 
	font-style : normal;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : Black;
	background-color: #FFFFFF;
	BACKGROUND-IMAGE: url(../images/main_bg.gif); BACKGROUND-REPEAT: repeat-x;
	margin: 0px;
}
A {
	TEXT-DECORATION: none;
	color : #00008B;
	font-weight: bold;
}
A:hover {
	text-decoration: none;
	color : #DC143C;
	font-weight: bold;
}
TD {
	font-style : normal;
	font-size : 11px;
}

P {
	margin-top: 0pt;
	margin-bottom: 0pt;	
}

LI {
	margin-left: 0pt;
	padding: 2px; 
}

/* Text */

.titlemain {
	font-size : 16px;	
	font-weight: bold;
	color : #7aa5d3;	
}

.title {
	font-size : 14px;	
	font-weight: bold;
	color : #cd8e85;	
}

.subtitle {
	font-size : 14px;
	font-weight: bold;	
	color : #3E3D3C;
	background : #EFEFED;
}

.highlighttext{
	font-weight: bold;
	color: #349BC4;
}

.graytext{
	color: Gray;
}

.smalltext {
	font-size : 9px;
}

/* Tables */

.tdtitle{
	font-weight: bold;
	color : #3A3938;
	background : #E1E0DC;
}

.tdsubtitle{
	height: 30px;
	padding-left: 20px;
	font-weight: bold;
	font-size : 14px;
	color : White;	
	BACKGROUND: url(../images/tdsubtitle_bg.gif) #FFFFFF repeat-x;
	/*background-color: #6296ab;*/
}

.tdhighlightrow{
	color : #793e05;
	background-color: #fef1e5;
}

.tdhighlightrow2{
	color : #793e05;
	background-color: #fffefd;
}

.tdspecialcontent{
	background-color: #f0f0f0;
	border: thin dotted;
}

.tableborder {
	border-bottom: 1px #E1E0DC;
	border-left: 1px #E1E0DC;
	border-right: 1px #E1E0DC;
	border-top: 1px #E1E0DC;
	border: 1px solid #E1E0DC;
	}
	
.tablemenu	{
	background: #F0F0F0
}

.speciallist {
	font-size : 11px;	
	color: #3a72ad;
}

/* Forms */

INPUT{
	BORDER-RIGHT: 1px solid #330033; 
	BORDER-TOP: 1px solid #330033; 
	BORDER-LEFT: 1px solid #330033; 
	BORDER-BOTTOM: 1px solid #330033;
	background : #F8F8F8;
	color : #330033;
}

.BUTTON {
	background: #933050;
	color: #F8F8F8;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
margin:0 auto;
padding:0;
width:1000px;
border:1px dashed #454545;
text-align: left;
background-color: White;
}

#divtop {
	POSITION: relative; 
	left: 0;
	top: 0;
	
/* - normal header >> */	
	HEIGHT: 107px;
/* << normal header */		
}

#divmenu {
	POSITION: relative;
	left: 0;
	top: 0;
	
	HEIGHT: 26px; 	/*without headline 26*/ /*with headline 50*/
	WIDTH: 100%;
	
	z-index: 4;
}

#divmiddle {
	POSITION: relative; 
	left: 0;
	
	WIDTH: 100%;
}

#divmiddle_h {	
	POSITION: relative;
	left: 0;
	
	WIDTH: 100%;
	
	min-height: 700px;	
	background-color: White;	
}

#divleft {
	POSITION: absolute;

	LEFT: 0px; 
	WIDTH: 180px;
	
	PADDING-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 2px;	
}

#divcontent {
	position: relative;
	top: 0px;
	left: 0px;
			
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px;
	MARGIN-LEFT: 187px;
	MARGIN-RIGHT: 10px;	
}

* HTML #divcontent {
	HEIGHT: 1%
}

#divright {

	width: 170px;
	
	float: right;

	PADDING-RIGHT: 5px; PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px; PADDING-TOP: 5px;	
}

#divbottom {
	WIDTH: 100%; 
}

.divclean {
	CLEAR: both; FONT-SIZE: 1px; HEIGHT: 1px
}