@charset "utf-8";
/* CSS Style */
/* ------ Allgemein ------ */
body {
	background: url(../img/bg.png) repeat-x;
    color: #666666;
}

/* ------ Toolleiste oben ------ */
#tooltop {
	background: url(../img/bg_tool_red.gif) repeat-x;
    color: #FFFFFF;
}

#search .search_inside .inputbox {
	font-size: 12px;
	border: #CCCCCC solid 1px;
	background: #FFFFFF url(../img/search.gif) no-repeat left;
}
/* ------ Zeit ------ */
/* ------ Schriftgroesse ------ */
/* ------ Suchbox ------ */

/* ------ Kopf Teil ------ */
#minigolf .minigolf_inside_title h3 {
	background: url(../img/news.png) no-repeat left;
}

/* ------ Linker Teil ------ */
#left {
	background: url(../img/uri.gif) right bottom repeat-x #efefef;
}

#left .inside_left {
	background: url(../img/ltb.gif) top repeat-x;
}

#left .inside_left_menu h3 {
	background: url(../img/h3m.gif) no-repeat left;
    color: #FF0000;
}

#left .inside_left_menu h3:hover {
	background: url(../img/world_red.png) no-repeat left;
}

#left .inside_left_menu ul li a {
	background: url(../img/mloff.gif) no-repeat left center;
}

#left .inside_left_menu ul li a:hover {
	background: url(../img/mlon_red.png) no-repeat left center;
}

/* ------ Mittlerer Teil ------ */
#content .content_inside_title {
    background:url(../img/heading_red.png) no-repeat, url(../img/heading_red_.png) repeat-x;
	color: #FFFFFF;
}

.errornote {
    border: 1px solid red;
    color: red;
    background: #ffc url(../img/icon_error.gif) 5px .3em no-repeat;
}
.successnote {
    border: 1px solid green;
    color: green;
    background: #ffc url(../img/icon-yes.gif) 5px .3em no-repeat;
}


/* ------ Rechter Teil ------ */
#right .online_inside_title h3 {
    background: url(../img/hrl_red.png) repeat-x;
    color: #FFFFFF;
}

#right .archiv_inside_title h3
{
    background: url(../img/hrl_red.png) repeat-x;
    color: #FFFFFF;
}

/* ------ Fuss Teil ------ */
#footer {
	background-color: #E5E5E5;
}

#content_inside_body .class_username {
	border: #CCCCCC solid 1px;
	background: #FFFFFF url(../img/user.png) no-repeat left;
}

#content_inside_body .class_password {
	border: #CCCCCC solid 1px;
	background: #FFFFFF url(../img/lock.png) no-repeat left;
}
