/* HTML TAGS -------------------------------------------------*/
BODY {
	padding: 0px;
	border-width: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	font-family: arial, verdana, sans-serif;
}

a:link {
	color: #bf8b00;
	text-decoration: underline;
}

a:visited {
	color: #bf8b00;
	text-decoration: underline;
}

a:active {
	color: #FF9900;
	text-decoration: none;
}

/* CLASSES  -------------------------------------------------*/
.list {
margin-left: 15px;
}
/* ID'S  -------------------------------------------------*/

#tab_header_pics { margin: 9px 0 0 3px; }
#tab_content_index { margin: 9px 0 0 3px; }

#cms_index .td_content {
	background-image: url(../grafik/bg_index_content.jpg);
	background-color: #206eac;
	background-repeat: repeat-x;
	border-color: #CCCCCC;
	border-width: 0 1px 1px 1px;
	border-style: none solid solid solid;
}

#cms_index H3 {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #3375A8;
}

.td_content .text {
	color: #204c79;
	font-size: 12px;
	font-style: normal;
	margin: 0 7px 0 7px;
	margin-top: 5px;
}


.td_content_header {
	border-color: #CCCCCC;
	border-width: 1px 1px 0 1px;
	border-style: solid solid none solid;
}


#tab_box_bottom { margin: 9px 0 0 3px; }

.td_box_bottom { background-image: url(../grafik/bg_box_bottom.gif);
vertical-align: top;
color: #e3edf6;
	font-size: 12px;
	font-style: normal;
	}

.td_content_page {
	background-color: #E7EFF5;
	vertical-align: top;
}

#page_header {
	margin-left: 29px;
	margin-top: 20px;
}

#page_content { margin-left: 29px; }

#cms_content {
	margin-left: 3px;
	margin-top: 9px;
}

#cms_content H1 {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	color: #3375A8;
}

#cms_content H2 {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #3375A8;
}

/* styles for pages */
#cms_content .frame {
	border-color: #3375A8;
	border-width: 1px;
	border-style: solid;
	width: 410px;
	padding-left: 8px;
	padding-right: 7px;
}

#cms_content .frame TD, LI, P {
	font-size: 12px;
	font-style: normal;
	color: #3375A8;
}

#cms_content .td_sidebar { background-image: url(../grafik/bg_sidebar.gif); }

