/*
 * horsconcept
 * xhtml/css stylesheet
 */

html, body {
    padding:              0px;
    margin:				  0px;
}
td,{
	font-family:arial;
	font-size:11px;
	color:#484848;
}
body {
    background-color:     #7D7D7D;
}

textarea, input {
    font-family:          arial;
    font-size:            11px;
    border:               solid 1px #444444;
    color:                #333333;
	padding-left:		  3px;
    width:                200px;
}

a:link, a:visited, a:hover, a:active {
    text-decoration:      none;
    color:                #AA9802;
}

a:hover {
    text-decoration:      none;
    color:                #806E00;
}

#container {
    width:                700px;
	height:100%;
	background-color:#FFFFFF;
}


#title {
    height:               120px;
    vertical-align:       bottom;
    font-family:          arial;
    font-size:            15px;
    font-weight:          bold;
    color:                #333333;
}

#title2 {
	padding-bottom:5px;
	padding-top:15px;
    height:               20px;
    vertical-align:       bottom;
    font-family:          arial;
    font-size:            15px;
    font-weight:          bold;
    color:                #8B7C03;
}


#menu {
    width:                140px;
    text-align:           right;
	vertical-align:		  top;
    padding-right:		  2px;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
    text-decoration:      none;
    color:                #333333;
    font-family:          arial;
    font-size:            11px;
}

#menu a:hover {
    color:                #C8B302;
}

#menuover {
	border-bottom:1px solid #C8B302;
    font-weight:          bold;
}

#indicator {
    width:                10px;
}


#content {
	font-weight:normal;
    font-family:          arial;
    font-size:            11px;
    text-align:           justify;
    vertical-align:       top;
    line-height:          140%;
	padding:			  15px;
	padding-right:		  40px;
}

#copyright {
    height:               25px;
    text-align:           right;
    font-family:          arial;
    font-size:            10px;
    font-weight:          bold;
    vertical-align:       bottom;
	padding-right:		  40px;
	padding-left:		  30px;
}