/******************
HTML Tags
******************/

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px 10px;
	background: #ffffff;
	font-size: .72em;
	width: 800px;
}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link
{
	color: #990000;
}

a:visited
{
	color: #990000;
}

a:hover
{
	color: #990000;
	text-decoration: none;
}

a:active
{
	color: #006633;
}


/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#IdMainNavContainer a:link
 {
	margin: 5px 0 10px 0;
	color: #990000;
}

#IdMainNavContainer a:visited
 {
	color:#990000;
}

#IdMainNavContainer a:hover
 {
	color:#990000;
	text-decoration:none;
}

#IdMainNavContainer a:active
 {
	color:#669966;
}


/******************
HEADINGS
******************/

h1
{
	font-size:1.4em;
	padding:0;
	margin:0 0 10px 0;
}

h2
{
	font-size:1.1em;
}

h3
{
	font-size:1.4em;
}
	
h4
{
	font-size:1.1em;
	margin:0px 0px 2px 0px;
}
	
h5
{
	font-size: 1.2em;
	margin: 0px 0px 2px 0px;
	font-weight: lighter;
}
	
h6
{
	font-size: 1.4em;
	margin: 0px 0px 2px 0px;
	font-weight: lighter;
	color:#990000;
}

/******************
Layout Divs
******************/

#IdMainNavContainer
{
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 0px solid #CBCBCB;
	border-right: 0px solid #CBCBCB;
	border-bottom: 0px solid #CBCBCB;
	border-left: 0px solid #CBCBCB;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#IdMainNav
{
	float: left;
	width: 70%;
	font-size: 0.95em;
}

#IdMainNav-side
{
	float: right;
	width: 30%;
	text-align: right;
	font-size: 0.95em;
}



#IdHeader
{
	margin-bottom: 0px;
	margin-left: -1px;
	margin-right: -1px;
	color: #F5F5F5;
	padding: 5px 10px 3px 10px;
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	background: url(bg-header.gif) #580808 repeat-x;
	font-size: 1.8em;
	font-weight: bold;
}


.IdSlogan1
{
	font-size: 0.7em;
	margin: 0px;
	font-weight: normal;
	padding-top: 5px;
}

.IdSlogan2
{
	font-size: 0.55em;
	margin: 0px;
	font-weight: normal;
	padding-top: 5px;
}




#IdBreadcrumbContainer
{
	border-top: 0px solid #CBCBCB;
	border-left: 0px solid #CBCBCB;
	border-bottom: 0px solid #CBCBCB;
	border-right: 0px solid #CBCBCB;
	margin-bottom: 0px;
	height: 100%;
}

#IdBreadcrumb
{
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 6px;
}

#IdBreadcrumbSide
{
	float: right;
	padding: 6px 10px 6px 10px;
}




#DivContent
{
	/*
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	margin: 0px;
	height: 100%;
	background-color: White;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
*/
	margin: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: #CBCBCB;
	background-color:#FAFAFA;
	position:relative;
}


/*
div darf nicht runat="server" enthalten
*/
#DivContentRight
{
	/*
	float: right;
	width: 85%;
	border-left: #CBCBCB 1px solid;
	padding-left: 10px;	
*/
	margin:0px 0px 0px 120px;
	padding:10px;
	background-color: #FFFFFF;
	border-left:1px dashed #D0D0BF;
}

/*
div darf nicht runat="server" enthalten
*/#DivContentLeft
{
	/*
	float:left;
	width: 10px;
*/
	background-color: #F8F8F8;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	padding: 10px;
}



ul.link-list-vertical
{
/*
	list-style-image: url(bullet.gif);
	margin: 0px 0px 0px 20px;
*/
	position: relative;
	top: 0px;
	left: -20px;

	list-style-image: url("bullet.gif");
	list-style-position: outside;	
	line-height: 1.8;
}



#DivFooter
{
	border-top: 1px solid #CBCBCB;
	border-right: 0px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	border-left: 0px solid #CBCBCB;
	margin: 0px;
	text-align: right;
	clear: both;
	font-size: .95em;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
}

/******************
MENU ITEMS
******************/


/******************
LISTS - IN THE CONTENT DIV
******************/



/******************
TABLE STYLES
******************/

.table
{
	width:100%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
}
	
.table td
{
	padding:5px;
}

thead th, tfoot th
{
	background-color:#E8E8E8;
	border-bottom:2px solid #D0D0BF;
	border-top:2px solid #D0D0BF;
	padding:5px;
	font-weight:normal;
	font-variant:small-caps;
}


.table-services
{
	width:80%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
}

.table-header-services
{
	background-color: #E8E8E8;
	text-align: center;
}




/******************
CLASSES
******************/


.none
 {
	display:none;
}

.clear
 {
	clear: both;
}
	

img.photobig, img.photosmall
{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	padding: 1px;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: white;
}

img.photosmall
{
	margin-right: 10px;
	margin-bottom: 2px;
	float: left;
}



