/* 	
	#7c7c7c;	menu bg
	==> main.team.css / main.admin.css
*/

html {
	height: 100%;
}

body {
	color: #505050;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0;
	line-height: 16px;
}

/* css for forms */

form {
	display: inline;
}

.message {
	margin: 8px 0;
	color: #A00022;
}

.error-message {
	background: url('../img/warning.gif') no-repeat;
	margin: 0 0 12px;
	color: #A00022;
	font-size: 13px;
	padding-left: 25px;
	padding-top: 0;
}

input, textarea, select {
	margin-bottom: 5px;
	margin-left: 0;
	border:1px solid #7C7C7C;
	color:#505050;
	padding:2px;
}

.input {
	/*text-align: right;*/
}

.radio fieldset {
	width: 420px;
}

.input_img {
	margin-bottom: 5px;
}

textarea {
	width: 440px;
}

.input_label {
	float: left;
	width: 120px;
}

.input_text_small {
}

.input_text_small input{
	width: 155px;
}

.input_text_large {
	float: left;
}

.input_text_large input{
	width: 440px;
}

.input_label input {
	width: 155px;
}

label {
	float: left;
	width: 150px;
	text-align: left;
}

.input_text {
	width: 155px;
	margin-bottom: 0;
}

.bg_white {
	background: url('../img/bg.png') repeat;
}

.border_top {
	border: 2px;
	border-top-width: 2px;
	border-top-style: solid;
}

.border_bottom {
	border: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

/* css for user layouts */
.loginbox img {
	width: 160px;
}

.loginbox ul {
	padding: 15px 0;
}

.loginbox {
	font-size: 11px;
	padding: 15px 15px 16px;
}

.loginbox .input_label {
	float: none;
	margin-bottom: 10px;
	text-align: left;
}

.loginbox .text input {
	width:155px;	
}

.loginbox li {
	list-style-type: none;
	margin-bottom: 2px;
}

.loginbox h1 {
	margin-bottom: 15px;
}

.submit {
	text-align: right;
}

.submit input {
	border: 0;
	background: #7C7C7C;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 0;
}

.submit input:hover {
	background: #acacac;
}

.main_headline {
	clear: both;
	margin-bottom: 2px;
}

.custom_headline {
	clear: both;
	padding: 14px 15px;
}

.main_headline h1 {
	padding: 14px 15px;
}

.news_item {
	margin-top: 5px;
	margin-bottom: 15px;
}

.news_item p {
	padding: 0;
	margin: 5px 0;
	line-height: 16px;
}

a {
	color: #A00022;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

a img {
	border: none;
}

h1,h2,h3,h4 {
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

ul,li {
	margin: 0;
}

/* Layout */
#container {
	text-align: left;
}

#header {
	height: 25px;
	font-size: 9px;
	color: #FFFFFF;
}

#header_content {
	width: 990px;
	margin: 0 auto;
	padding-top: 10px;
}

#header_site {
	padding-left: 175px;
	float: left;
}

#header_menu {
	text-align: right;
}

#header a {
	color: #FFFFFF;
	margin-left: 10px;
}

#header li {
	display: inline;
	list-style-type: none;
}

#sub_menu {
	margin-bottom: 2px;
	float: left;
}

#sub_menu ul {
	margin: 0;
	padding: 0;
}

#sub_menu a:hover {
	background: #acacac;
}

#sub_menu a {
	display: block;
	text-decoration: none;
	height: 16px;
	padding: 3px 15px;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	margin-right: 2px;
}

.align_right {
	text-align: right;
}

.sub_menu_default a {
	background-color: #7c7c7c;
}

.sub_menu_active a {
	background-color: #ACACAC;
}

.sub_menu_disabled {
	display: block;
	height: 16px;
	padding: 3px 15px;
	color: #AAAAAA;
	font-size: 11px;
	float: left;
	margin-right: 2px;
	background-color: #8c8c8c;
}

#sub_menu li {
	list-style-type: none;
	float: left;
}

#content {
	width: 990px;
	margin: 15px auto;
}

#logo {
	height: 90px;
	padding-left: 50px;
}

#content_left {
	width: 150px;
	float: left;
}

#content_center {
	width: 630px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

#main_title {
	height: 90px;
}

#main_title h1 {
	color: #FFFFFF;
	padding: 0 15px;
	font-size: 14px;
	line-height: 22px;
}

#content_right {
	width: 190px;
	float: left;
	margin-top: 90px;
}

#content_right_sub {
	width: 190px;
	float: left;
	margin-top: 114px;
}

.main_content {
	margin-top: 2px;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 27px;
}

.subdiv_link {
   padding-left: 16px;
}

.subdiv_closed {
   background: url("../img/plus.gif") 0 3px no-repeat;
}

.subdiv_opened {
   background: url("../img/minus.gif") 0 3px no-repeat;
}

/* icons */
 
.icon_warning {
	background: url('../img/warning.gif') no-repeat;
	padding-left: 20px;
	padding-top: 0px;
}

.icon_add {
	background: url('../img/add.gif') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.icon_edit {
	background: url('../img/edit.gif') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.icon_edit_user {
	background: url('../img/edit_user.gif') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.icon_edit_date {
	background: url('../img/edit_date.gif') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.icon_edit_prices {
	background: url('../img/edit_prices.gif') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.icon_add_prices {
	background: url('../img/add_prices.gif') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.icon_add_user {
	background: url('../img/add_user.gif') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.icon_add_participant {
	background: url('../img/add_participant.gif') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.icon_delete_prices {
	background: url('../img/delete_prices.gif') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.icon_edit_participant {
	background: url('../img/edit_participant.gif') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.icon_edit_partner {
	background: url('../img/edit_partner.gif') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

.icon_delete {
	background: url('../img/delete.gif') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
}

* html div#content_center { /* für die IEs 4 - 6 */
	width: 630px;
	float: left;
	margin-right: 9px;
	margin-left: 9px;
}

* html div#content_left { /* für die IEs 4 - 6 */
	width: 150px;
	float: left;
}

*+html div#content_center { /* für den IE7 */
}

* html div#content_right { /* für die IEs 4 - 6 */
}

*+html div#content_right { /* für den IE7 */
}

* html div.bg_white { /* für die IEs 4 - 6 */
	background: #e7e7e7;
}

*+html div.bg_white { /* für den IE7 */
	background: #e7e7e7;
}