/*********************************************
* CSS STYLESHEET (file: stylesheet.css)
* SPS-EDV, http://www.sps-edv.de
* 
*********************************************/

body {
	margin-left: 0px; 
	margin-top: 0px; 
	margin-width: 0px;
	margin-height: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;

	scrollbar-base-color: #FCFEFC; 
	scrollbar-arrow-color: #61C0C2; 
	scrollbar-track-color: #282828; 
	scrollbar-3dlight-color: #00000; 
	scrollbar-highlight-color: #9A9FA6; 
	scrollbar-shadow-color: #000000;

}

p {padding: 0px; margin-top: 0px;}

hr {
border-right: #1D232F 1px solid; 
border-left: #FFFFFF 1px solid; 
border-top: #1D232F 1px solid;
border-bottom: #FFFFFF 1px solid; 
}

img {border: 0px;}

td {
border: 0px;
font-family: Verdana, Arial, Helvetica; 
color: #000000; 
font-size: 10px; 
}

textarea { width: 300px; height: 100px; }
input, textarea, select { 
font-family: Verdana, Arial, Helvetica;
background: #FBFCFD; 
color: #363954; 
font-size: 10px; 

border: 1px inset;       
border-bottom-style: outset;        
border-left-style: outset;        
border-right-style: outset;        
border-top-style: outset;        
font-weight: bold;        
border-color: #747780 #747780 #747780 #747780;
}

textarea.stdTextarea {
width: 400px; 
height: 300px;

font-family: Verdana, Arial, Helvetica;
background: #313A4A; 
color: #CBCFD1; 
font-size: 10px; 

border: 1px inset;       
border-bottom-style: outset;        
border-left-style: outset;        
border-right-style: outset;        
border-top-style: outset;        
font-weight: bold;        
border-color: #000000 #CCCCCC #CCCCCC #000000;
}


input.input2 {
font-family: Verdana, Arial, Helvetica;
background: #313A4A; 
color: #CBCFD1; 
font-size: 10px; 

border: 1px inset;       
border-bottom-style: outset;        
border-left-style: outset;        
border-right-style: outset;        
border-top-style: outset;        
font-weight: bold;        
border-color: #CCCCCC #000000 #000000 #CCCCCC;
}

ul { font-family: Verdana, Arial, Helvetica; color: #000000; font-size: 10px; margin-left: 0px; }
li { font-family: Verdana, Arial, Helvetica; color: #000000; font-size: 10px; margin-left: 0px; }  
ol { font-family: Verdana, Arial, Helvetica; color: #000000; font-size: 10px; margin-left: 0px; }

h1 { font-family: Verdana, Arial, Helvetica; color: #000000; font-size: 10px; text-decoration: normal; font-weight: normal; }  
h2 { font-family: Verdana, Arial, Helvetica; color: #FFFFFF; font-size: 10px; text-decoration: normal; font-weight: normal; }  
h3 { font-family: Verdana, Arial, Helvetica; color: #000000; font-size: 14px; text-decoration: normal; font-weight: normal; }  
h4 { font-family: Verdana, Arial, Helvetica; color: #000000; font-size: 16px; text-decoration: normal; font-weight: bold; }  
h5 { font-family: Verdana, Arial, Helvetica; color: #000000; font-size: 12px; text-decoration: normal; font-weight: bold; }  
h6 { font-family: Verdana, Arial, Helvetica; color: #000000; font-size: 18px; text-decoration: normal; font-weight: bold; }

/*
a:active, a:link, a:visited { 
color: #FFFFFF; 
font-size: 10px; 
font-family:  Verdana, Arial, Helvetica; 
text-decoration: none; 
font-weight: normal;
background-image: url(images/redArrow.gif);
background-repeat: no-repeat;
padding-left: 20px;
}
        
a:hover, a:visited:hover { 
color: #61C0C2; 
font-size: 10px; 
font-family:  Verdana, Arial, Helvetica; 
text-decoration: none;
font-weight: bold;
background-image: url(images/turqArrow.gif);
background-repeat: no-repeat;
padding-left: 20px;
}
*/


.banner	{width: 850px; height: 187px; table-layout: fixed; display: block;}
.navigation {width: 235px; table-layout: fixed; padding-left: 15px; /*display: block;*/ vertical-align: top;}
.content 	{width: 600px; table-layout: fixed; vertical-align: top;}
.con-topic	{width: 600px; height: 19px; background-image: url(images/con-topicBG.jpg); background-repeat: repeat-x;}
.con-main	{width: 600px;}
.con-footer {width: 600px; height: 19px; background-image: url(images/con-footerBG.jpg); background-repeat: no-repeat;}
.spacer 	{padding-left: 25px;}
.gradientBG {
	height: 26px; 
	padding-top: 2px;
	padding-left: 250px; 
	background-image: url(images/gradientBG.jpg); 
	background-repeat: repeat-x; 
	vertical-align: top;
}

/*	NAVBARLINKS - NORMAL AND ACTIVE STATE DEFINES 
**************************************************************************/
.std-navbar a,
.act-navbar a {
	color: #FFFFFF; 
	text-decoration: none; 
	background-image: url(images/redArrow.gif); 
	background-repeat: no-repeat; 
	padding-left: 20px;
}
.std-navbar a:hover,
.act-navbar a:hover {
	color: #61C0C2; 
	text-decoration: none; 
	background-image: url(images/turqArrow.gif);
	background-repeat: no-repeat; 
	padding-left: 20px;
}

.std-subitem, .act-subitem {margin-left: 29px; padding-left: 10px; padding-bottom: 1px; background-image: url(images/listimg.gif); background-repeat: no-repeat;}
.std-subitem a,
.act-subitem a {color: #363954; text-decoration: none;}

.std-subitem a:hover,
.act-subitem a:hover {color: #61C0C2; text-decoration: none;}
/*	NAVBARS
**************************************************************************/
TD#m_menu DIV.std-navbar {
	width: 228px; 
	height: 18px;
	line-height: 18px; /*IMPORTANT!*/
	padding-bottom: 1px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: normal; 
	background-image: url(images/navbar.jpg); 
	background-repeat: no-repeat;
}
TD#m_menu DIV.act-navbar {
	width: 228px; 
	height: 18px;
	line-height: 18px; /*IMPORTANT!*/
	padding-bottom: 1px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold; 
	background-image: url(images/navbar.jpg); 
	background-repeat: no-repeat;
}

TD#m_menu ul, li {margin-left: 20px; margin-top: 0px; margin-bottom: 0px;}
TD#m_menu DIV.std-subitem {text-decoration: none; font-weight: normal;}
TD#m_menu DIV.act-subitem {text-decoration: none; font-weight: bold; }
/**************************************************************************/

.dummy		{width: 235px; height: 25px; table-layout: fixed;}
.footer 		{width: 600px; height: 25px; table-layout: fixed;}
.pipe-spacer	{width: 50px; text-align: center; table-layout: fixed;}

a.footer-link:active, a.footer-link:link, a.footer-link:visited {
color: #61C0C2; 
font-size: 10px; 
font-family:  Verdana, Arial, Helvetica; 
text-decoration: none; 
font-weight: normal;
}

a.footer-link:hover, a.footer-link:visited:hover { 
color: #363954; 
font-size: 10px; 
font-family:  Verdana, Arial, Helvetica; 
text-decoration: underline; 
font-weight: normal;
}

/************************************************
*
*		CMS REDEFINES
*
************************************************/


.csc-header {
width: 100%;
height: 19px;
font-size: 12px;
text-indent: 5px;
color: #FFFFFF;
background: #FFFFFF;
font-weight: bold;
background-image: url(images/con-topicBG.jpg);
background-repeat: repeat-x;
}

/*
.csc-firstHeader {
width: 100%;
height: 19px;
font-size: 12px;
text-indent: 5px;
color: #FFFFFF;
background: #FFFFFF;
font-weight: bold;
background-image: url(images/con-topicBG.jpg);
background-repeat: repeat-x;
}

.csc-textpicHeader {
width: 100%;
height: 19px;
font-size: 12px;
text-indent: 5px;
color: #FFFFFF;
background: #FFFFFF;
font-weight: bold;
/*background-image: url(images/con-topicBG.jpg);/*
/*background-repeat: repeat-x;/*
}

*/
/*
.bodytext {
color = #000999;
}
*/
