
/*//////////////////*/
/*   Layout-Styles  */
/*//////////////////*/
@import "./styles_layout.css";

/*//////////////////*/
/*   Format-Styles  */
/*//////////////////*/
h1{
	margin-bottom: 20px;
    font-size: 2.0em;
    font-weight: bold;
	color: #000;
	background-color: #fff;
}
h2{
	margin-bottom: 3px;
    font-size: 1.8em;
    font-weight: bold;
    color: #000;
	background-color: #fff;
}
h3{
	margin-bottom: 1px;
	font-size: 1.6em;
	font-weight: normal;
}

strong,b{
    font-weight: bold;
}
i{
    font-style: italic;
}
span.fisHighlight{
    color: #ee7a47;
	background-color: #fff;
}
hr{
	margin: 10px 0px;
	color: #ee7a47;
	background-color: #ee7a47;
}

/*////////////////*/
/*   Link-Styles  */
/*////////////////*/
a:link, a:visited, a:hover, a:active{
    text-decoration: none;
    color: #000;
    background-color: #fff;
}
a.anmeldung:link, a.anmeldung:visited, a.anmeldung:hover, a.anmeldung:active{
	display: block;
	width: 12em;
	padding: 3px;
	color: #fff;
	background-color: #ee7a47;
	text-align: center;
}
a.agb:link, a.agb:visited, a.agb:hover, a.agb:active{
	font-weight: bold;
}

/*////////////////*/
/*   Form-Styles  */
/*////////////////*/
select, input{
	width: 20px;
	margin-top: 4px;
	color: #000;
    background-color: #fff;
}
textarea{
	width: 200px;
	height: 50px;
	font-size: 1.1em;
	padding: 1px;
	margin-top: 5px;
	border: 1px solid #c4c5c9;
}
input.text{
	width: 200px;
	font-size: 1em;
	padding: 1px;
	border: 1px solid #c4c5c9;
}
input.submit{
    width: 80px;
    padding: 1px;
    border: 0px;
    color: #fff;
	background-color: #ee7a47;
	text-align: center;
}
div.formtext{
	width: 7.4em;
	padding-top: 4px;
	float: left;
}
div.error{
	margin-bottom: 10px;
	padding: 3px;
	font-size: 1.2em;
	color: #f00;
	background-color: #ffffe1;
}

/*//////////////////*/
/*   Inhalt-Styles  */
/*//////////////////*/
div.text,div.news{
	margin-bottom: 15px;
	font-size: 1.2em;
    font-weight: normal;
    text-align: left;
}
div.news{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c4c5c9;
}
div.textfloat{
	margin-bottom: 15px;
	font-size: 1.2em;
    font-weight: normal;
	display: inline;
	text-align: left;
}

table.termin{
	width: 100%;
	margin-bottom: 15px;
}
table.termin td{
	padding-right: 10px;
	padding-bottom: 2px;
	vertical-align: top;
	font-size: 1.2em;
	text-align: left;
}
div.teamcont{
	width: 330px;
	margin-left: 9px;
	float: left;
}
img.fis{
	width: 75px;
	height: 38px;
	margin-top: 12px;
	float: left;
}
img.team{
	width: 100px;
	height: 100px;
	float: left;
	margin-bottom: 15px;
}

/*//////////////////*/
/*   List-Styles    */
/*//////////////////*/
ul{
    margin-left: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 390px;
    position: relative;
    list-style: disc outside;
    list-style-image: url(./../pic/outline.jpg);
}
ul li{
    font-size: 1.2em;
    vertical-align: baseline;
    margin-bottom: 5px;
    text-align: left;
}

