/* Main Font */
BODY, INPUT, TEXTAREA, TD, SELECT {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    text-decoration: none;
}

/* Main Layout Style */
HTML, BODY{
 	height: 100%;
    color: #666666;
    background: #FFFFFF;
    margin: 0px;
}

/* Default Heading Styles */
H1 {
    font-weight: bold;
    margin: 0px;
}

H2 {
    font-weight: bold;
    margin: 0px;
}

/* Default Link Style */
A:link, A:visited {
    color: #478254;
	font-weight: bold;
    text-decoration: none;
}
A:hover, A:active {
    color: #478254;
	font-weight: bold;
    text-decoration: underline;
}

/* Formular */
INPUT {
    color: #666666;
    background: #FFFFFF;
    border-color: #478254;
    border-style: solid;
    border-width: 1px;
    padding-left: 5px;
}

TEXTAREA {
    color: #666666;
    background: #FFFFFF;
    border-color: #478254;
    border-style: solid;
    border-width: 1px;
}

.noborder {
    background: #FFFFFF;
    border-width: 0px;
}

TD.formular {
    padding: 1px 0px 2px 0px;
}

TD.formular_txt {
    padding: 0px 0px 5px 0px;
}

/* Tables */

TABLE.table_home_event {
    background-image: url(/images/content/events.gif);
    background-repeat: no-repeat;
    width: 325px;
    height: 170px;
    text-align: center;
}

TD {
    vertical-align: top;
}

TD.td_grey {
    background: #DCDCDC;
}

TD.td_corner_top_left {
    background: #DCDCDC;
    background-image: url(/images/design/corner_top_left.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

TD.td_corner_top_right {
    background: #DCDCDC;
    background-image: url(/images/design/corner_top_right.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

TD.td_corner_bottom_left {
    background-image: url(/images/design/corner_bottom_left.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

TD.td_corner_bottom_right {
    background-image: url(/images/design/corner_bottom_right.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

TD.td_grey_bottom {
    background-image: url(/images/design/border_bottom.gif);
    background-repeat: repeat-x;
}

TD.td_line { 
}

/* Content */

.title {
    color:#478254;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
    line-height: 34px;
    margin: 0px 0px 10px 0px;
    border-color: #478254;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.subtitle {
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
}

.txt_bold {
    font-weight: bold;
}

/* Miscellaneous */

#div_banner_border_top {
	width: 720px;
	height: 20px;
	position: absolute;
}

#div_border_image_top {
	width: 325px;
	height: 20px;
	position: relative;
    top: 20px;
}

#div_border_image_bottom {
	width: 325px;
	height: 20px;
	position: relative;
    top: -20px;
}

