/* modifizierte Version für Sportmotorik 2009 */

/* +----------------------------------------------------------------------+ */
/* | OpenConf                                                             | */
/* +----------------------------------------------------------------------+ */
/* | Copyright (c) 2002-2007 Zakon Group LLC.  All Rights Reserved.       | */
/* +----------------------------------------------------------------------+ */
/* | This source file is subject to the OpenConf license, that is bundled | */
/* | with this package in the file LICENSE, and is available at:          | */
/* | http://www.zakongroup.com/technology/openconf-license.shtml          | */
/* +----------------------------------------------------------------------+ */


body { 
	background: url(img/background.gif) top center repeat-y #737373;
    text-align: center;
    margin:0;
    padding:0;
	font-family: helvetica,arial,sans-serif;
	font-size: 11pt;
	color: #000;
	margin: 0px;
}
TD {
	font-family: helvetica,arial,sans-serif;
	font-size: 10pt;
}
TH {
	font-family: helvetica,arial,sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

/* Header Block */

.conf {
	position: relative;
	text-align: left;
	width: 900px;
	height: 160px;
	padding: 0px;
	margin: 0px auto;
	background:url(img/header.jpg) 10px 10px no-repeat;		
}

.conf h1 {
	width: 450px;
	text-align: left;
	font-family: helvetica,arial,sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #fff;	
	background: none;
	margin: 0px 0px 0px 280px;
	padding: 40px 0 0 0px;
	
}

.conf p {
	width: 450px;
	text-align: left;
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;	
	background: none;
	margin: 0px 0px 0px 280px;
	padding: 5px 0 0 0px;
}


.conf h1 a:link, 
.conf h1 a:visited,
.conf h1 a:hover
	{
	color: #fff;
	text-decoration: none;
	}

/* ----------------------- */




/* Navigation */

.menu {
	position: relative;
	margin: 0px auto;
	margin-top: 6px;
	background:url(img/background_navi.jpg) 0px 0px repeat-y #12154c;
	width: 880px;
	height: 25px;
	clear: both;
}

.menufiller {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-size: 9pt;
	text-align: right;
	color: #fff;
}

.menuitem {
	border-right: 1px solid #fff;
	font-weight: bold;
	font-size: 10pt;
	float: left;
	height: 100%;
	padding: 6px 26px 5px 26px;
}

.last {
	border-right: none;
}

.menu a:link, 
.menu a:visited
	{
	color: #fff;
	text-decoration: none;
	}

.menu a:hover {
	color: #fff;
	text-decoration: underline;
	}

/* ----------------------- */



/* Hauptbereich */

.mainbody {
	position: relative;
	text-align: left;
	margin: 0px auto;
	margin-top: 25px;
	width: 840px;
}

/* ----------------------- */



/* Footer */

.footer {
	position: relative;
	margin: 0px auto;
	margin-top: 50px;
	border-top: 1px solid #ccc;
	width: 840px;
	text-align: left;
	font-size: 9pt;
	line-height: 16px;
}

.footer p {
	padding-left: 0px;
	color: #888;
}

.footer a:link, 
.footer a:visited
	{
	color: #888;
	text-decoration: underline;
	}

.footer a:hover {
	color: #0199cb;

	}

/* ----------------------- */



/* Typo */

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #0199cb;	
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #666;	
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #666;	
}

p, ul {
	font-size: 12px;
	line-height: 16px;
}

a:link,
a:visited
{
	text-decoration: underline;
	color: #444;
}

a:hover {
	color: #0199cb;
}

hr {
	background-color: #0199cb; /* Farbe für Opera und Firefox */ 
	color: #0199cb; /* Farbe für Internet Explorer (IE) */
	border: 0; 
	height: 2px; 
}

a img {
	border: none;
}


/* Anmeldeformular */

/* Tabelle fuer Anmeldeformular */

table.anmeldung {
	width: 100%;
	margin-top: 0px;
	table-layout: fixed;
	border-collapse: collapse;
}

table.anmeldung tr {
	
}

table.anmeldung th, 
table.anmeldung td {
	color: #333;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px; 
	font-family: Arial, Helvetica, sans-serif;
	border: 0px solid #000;
	padding: 1px 0px 2px 0px;
	text-align: left;
}

table.anmeldung td.oben {
	vertical-align: top;
	padding-top: 6px;
}

table.anmeldung td.bezeichnung {
	font-weight: normal;
	width: 200px;
}

table.anmeldung td.eingabe {
	font-weight: normal;
	width: auto;
}

/* Style fuer Kontaktformular */

form#anmeldung {
    margin: 20px 0px 0px 0px;
}


form#anmeldung fieldset {
	margin: 0px 0px 25px 0px;
	border: none;
	padding : 0px;
}


form#anmeldung legend {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #404040;
}


form#anmeldung label {
	margin: 0px 0px 0px 0px;
}

form#anmeldung input,
form#anmeldung textarea,
form#anmeldung select
{
	margin: 5px 0px 5px 0px;
}


form#anmeldung input.check
{
	float: left;
	margin: 5px 10px 0px 0px;
}

form#anmeldung label.check {
	float: left;
	margin: 4px 0px 0px 0px;
}

form#anmeldung input.button
{
	width: 100px;
	margin: 15px 10px 0px 0px;
}

.blau {
	color: #0199cb;
}







/* ----------------------------- */


/* Tabelle für Programm */

table.programm {
	width: 100%;
	margin-top: 0px;
	table-layout: fixed;
	border-collapse: collapse;
}

table.programm tr {
	border-bottom: 1px dotted #999;
}

table.programm th, table.programm td {
	color: #444;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px; 
	font-family: Arial, Helvetica, sans-serif;
	border: 0px solid #000;
	padding: 3px;
	text-align: left;
}

td.zeit {
	font-weight: normal;
	width: 80px;
}

td.programmpunkt {
	font-weight: normal;
	width: auto;
}


/* ----------------------- */


.header {
	font-family: arial,helvetica,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
}
.header2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.cat {
	font-size: 13px;
	line-height: 18px;	
	font-weight: bold;
	color: #000;	
	background-color: #ffffff;
}
.note {
        font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	color: ##0199cb;
}
.note2 {
	font-weight: bold;
	color: #006600;
}
.note3 {
	font-weight: bold;
	color: #800080;
	font-size: 9pt;
	font-style: italic;
}
.item {
	font-weight: normal;
}
.item2 {
	font-weight: normal;
	background-color: #ffffff;
        font-size: 12px;
	line-height: 18px;	
	color: #000;	
}
.box {
	border: solid;
	border-color: black;
	border-width: 1px;
}
.sep {
	background-color: #cccccc;
}
.err {
	color: #990000;
	font-weight: bold;
}
.warn {
	color: #800080;
	font-weight: bold;
}
.rowheader {
	background-color: #ccdddd;
}
.row1 {
	background-color: #eeeeee;
}
.row2 {
	background-color: #dddddd;
}
.del {
	background-color: #ccccff;
}
#processing {
	font-weight: bold;
	font-size: 120%;
}
#tracks li { margin-bottom: 0.5em; }

/* DO NOT CHANGE THE STYLE BELOW */
.powered {
	text-align: left;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
	padding: 0 0 0 25px;
}
/* DO NOT CHANGE THE STYLE ABOVE */
