/* @override http://www.basketballcamp.de/2007/layout.css */

x/**
 * TracSite main CSS layout
 *
 * @author	Vasily Melenchuk
 * @version	1.0
 * @package	TracSite
 * @copyright Copyright (c) 2007, Semantica-IT
 */

/* Reset all padding to all browsers */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
html {
	overflow: -moz-scrollbars-vertical;
}

body {
	text-align: center;
	height: 100%;
	background-color: #807F84;
	margin: 0;
}

/* Common font styles for entire site */
body, table {	
	font-family: Arial;
	color: #5d5f5e;
	font-size: 11pt;
}

/* Toplevel header */
h1 {
	font-size: 180%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* Subheader */
h2 {
	font-size: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	margin: 5px 0 5px 0;
}

/* Links */
a {
	color: #F68121;
	text-decoration: none;
}

/* Content container*/
#cnt1 {
	margin: 0 auto 0 auto;
	width: 969px; /* WIDTH: Kopfbild1 + 10px */
	background: url(images/content_left_bg.jpg) repeat-y left;
	padding: 0px 0 0 10px;
}

#cnt2 {
	background: url(images/content_right_bg.jpg) repeat-y right;
	padding-right: 10px;
	width: 959px; /* WIDTH: Kopfbild1 */
	background-color: #ffffff;
}

/* Row with Kopfbild1 */
#toprow {
	margin-bottom: -3px; /* Clean gap between rows */
}

/* Row with other content */
#mainrow {
}

#mainrow img, #mainrow div {
	float: left;
}

/* Navigation column */
#navcol {
	width: 215px; /* WIDTH: Navigation column */
	text-align: left;
	background-color: #F7F7F9;
	height: 1200px;
}

#navcol img {
	float:left;
}
#navcol ul {
	clear: both;
	padding: 30px 0 0 20px;
	background-color: #F7F7F9;
}
#navcol ul li {
	list-style-image: none;
	list-style-type: none;
	width: 150px;
	margin-top: 10px;
}
#navcol ul.submenu {
	padding: 0px 0 0 8px;
	clear: both;
}
#navcol ul.submenu li {
	list-style-image: none;
	list-style-type: none;
	width: 150px;
	margin-top: 5px;
}

/* Content column */
#contcol {
	text-align: left;
	width: 696px; /* WIDTH: Kopfbild2 (content) */
}
#contcol img, #navcol div {
	float: left;
}

/* Content area itself */
#content {
	padding: 10px;
}

/* Element to reset floatings */
.clean {
	float: none;
	clear: both;
	height: 0px;
	overflow: hidden;
}
form{
	margin: 0 0px 20px;
	padding: 0 0px 0px;
}
#login_form{
	margin: 20px 0px 0px 20px;
	font-size: 10pt;
}
input, textarea {
    background-color:#ffffff;
    font-family: arial,verdana,sans;
    color:#626463;
    padding:1px;
    margin:1px;
    border:1px solid #d7d8da;
}

textarea {
    width:315px;
    font-size:11pt;
}

.button {
    background-color:#ffffff;
    font-family: Times,arial,verdana,sans;
    color:#626463;
    width:100px;
    border:1px solid #d7d8da;
} 
#frm_register td.label{
	width: 150px;
	padding: 1px;
	padding-left: 0px;
}
#frm_register td.field{
	width: 220px;
	padding: 1px;
	padding-left: 0px;
}
#frm_register input{
	width: 100%;
}
.required{
	color: #ff0000;
	font-weight: bold;
}
#frm_register .inp_button{
	width: auto;
}
.error{
	font-size: 10px;
	color: #ff0000;
}
