body {
	margin:0px 0px 20px 0px;
	padding:0px;
	background:url(../../_images/bg.gif) repeat-x #78acdc;
}

/*****************************************************
	wichtige Elemente 
*****************************************************/
#header {
	position:relative;
	width:965px;
	height:155px;
	margin:0px auto;
}
#site {
	width:965px;
	margin:0px auto;
}
#logo {
	position:absolute;
	bottom:37px;
}
#navigation_meta {
	position:absolute;
	/*left:675px;*/
	right:0px;
	top:10px;
}
/*
#navigation {
	position:absolute;
	text-align:right;
	top:36px;
	right:240px;
}
*/
#freundeinladen {
	position:absolute;
	text-align:right;
	top:36px;
	right:240px;
}
#feuerball_kontakt {
	float:right;
	position:absolute;
	top:110px;
	right:30px;
}
#feuerball {
	float:right;
	position:absolute;
	top:110px;
	right:10px;
}
#suche {
	position:absolute;
	top:96px;
	right:0px;
}
#navigation_sub {
	position:absolute;
	left:605px;
	top:36px;
}

#box {
	float:left;
	position:relative;
}
.text {
	padding:20px;
}
.left {
	float:left;
}

.template_1 #box {
	float:left;
	background:url(../../_images/bg_box_home.gif) no-repeat #ffffff;
	height:360px;
	width:965px;
}
.template_1 #visual {
	float:left;
	width:275px;
	height:350px;
	border:5px solid #ffffff;
	background:#EDF4FA;
}
.template_2 #box {
	width:965px;
	height:360px;
	background:#fff;
}

.template_3 {
	background:#fff;
	position:absolute;
}
.template_3 #box {
	float:left;
	width:728px;
	background:url(../../_images/punkte.gif) #ffffff;
	background-repeat: repeat-y;
	background-position: right;
	margin:0px;
}
.template_3 .text {
	padding:0px 20px 0px 20px;
	margin:20px 0px 20px 0px;
}
.template_3 #crossBar {
	padding:20px 20px 0px 20px;
	float:left;
	width:197px;
}
/*
.template_3 #crossBar div {
	margin:0px 0px 40px 0px;

}
*/
.template_3 #banner {
	margin-bottom:20px;
}

#boxes {
	padding-top:20px;
	clear:both;
}
#boxes div {
	float:left;
}
#boxes .box1 {
	margin:0px 20px 20px 0px;
	width:283px;
}
#boxes .box2 {
	margin:0px 20px 20px 0px;
	width:282px;
}
#boxes .box3 {
	margin:0px 0px 20px 0px;
	width:360px;
}

#abc, #vote, #treffer {
	padding-bottom: 15px;
	margin-bottom: 5px;
	/*text-align: center;*/
	background:url(../../_images/striche.gif) #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
}
#vote {
	height:45px;
}
#treffer {
	height:35px;
}

#abc span {
	color: #ccc;
}

#abc .trenner {
	color: #ccc;
	margin: 0 4px;
}
#top10 {
	float:right;
}
.mannschaft {
	padding-bottom: 5px;
	margin-bottom: 5px;
	/*text-align: center;*/
	background:url(../../_images/striche.gif) #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
	height:54px;
}

.mannschftsbild {
	float:left;
	margin-right: 20px;
}



/*****************************************************
	Links 
*****************************************************/
#site a, #caption a {
	text-decoration:none;
	color:#78ACDC;
	font-weight:bold;
}
#site a:hover, #caption a:hover {
	color:#000000;
}
#site a.active {
	color:#000000;
}
#site a.arrow {
	padding-left:8px;
	background:url(../../_images/arrow_right.gif) no-repeat 0px 4px;
}

#navigation div, #navigation_sub div {
	margin:0px 0px 6px 0px;
}
#navigation a, #navigation_sub a {
	font-size:9px;
	color:#666666;
	text-decoration:none;
	text-transform:uppercase;
}
#navigation a:hover, #navigation_sub a:hover {
	color:#006d47;	
}
#navigation a.active, #navigation_sub a.active {
	color:#78ACDC;
}
#navigation a.active {
	padding-left:8px;
	background:url(../../_images/arrow_right.gif) no-repeat 0px 3px;
}

#navigation_meta a {
	margin:0px 0px 0px 15px;
	font-size:9px;
	color:#666666;
	text-decoration:none;
}
#navigation_meta a:hover {
	color:#006d47;
}
#navigation_meta a.active {
	color:#78acdc;
}

/*****************************************************
	Text 
*****************************************************/
body, table {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
#boxes {
	color:#ffffff;
}
#site {
	line-height:1.6em;
}
td.error {
	color:#78ACDC;
	font-weight:bold;
	padding-left:5px;
}


h1 {
	font-size:18px;
	font-weight:bold;
	color:#78acdc;
	margin:0px 0px 10px 0px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#78acdc;
	margin:20px 0px 5px 0px;
}
#boxes h1 {
	color:#ffffff;
}
p {
	/*margin:0px 0px 5px 0px;*/
	padding:0px;
}
p.date {
	font-weight:bold;
	padding:5px 0px 38px 0px;
}


div.hide {
	display:none;
}
div.show {
	display:inline;
}


/*****************************************************
	Tabellen 
*****************************************************/
tr.hover:hover {
	background:#eee;
}
tr.hover {
	hover:expression(this.onmouseover=new Function("this.style.background='#eee';"),this.onmouseout=new Function("this.style.background='#fff';"));
}

tr.grey {
	color:#bbb;
}
tr.party {
	color:#fff;
	hover:none;
}
tr.nohover, tr.nohover:hover, tr.party:hover {
	background: none;
}

td {
	padding:5px 0px 5px 0px;
	vertical-align:top;
}
.downloads td {
	vertical-align:middle;
}
table {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
table.noborder {
	border:0px;
}
th {
	font-weight:bold;
	text-align:left;
	padding:5px 0px 5px 0px;
	vertical-align:top;
}
/*****************************************************
	Diverses 
*****************************************************/
#control {
	position:absolute;
	bottom:20px;
	left:240px;
	width:125px;
}
.template_1 #control {
	position:absolute;
	bottom:20px;
	left:120px;
	width:125px;
}
#control #next {
	position:absolute;
	right:0px;
	bottom:0px;
}
#control #prev {
	position:absolute;
	left:0px;
	bottom:0px;
}
#control #pages {
	position:absolute;
	width:125px;
	bottom:0px;
	text-align:center;
}

#image {
	float:left;
	border:5px solid #666666;
	margin:0px 20px 10px 0px;
}
#webcam {
	float:left;
	width:420px;
	margin:20px;
}
#webcam #uebertragungsrate {
	position:absolute;
	bottom:20px;
	left:460px;
	float:left;
}
#webcamPic {
	float:left;
	width:413px;
	height:310px;
	background:#EDF3F9;
	border:5px solid #666666;
	margin:0px 0px 5px 0px;
}
.footnote {
	font-size:9px;
	color:#AAA;
}
tr.party .footnote {
	color: #fff;
}
ul {
	list-style-position:outside;
	padding:0px 0px 0px 15px;
	margin:0px;
}

li {
	padding-top:3px;
}

ul.glueckwuensche {
	float: left;
	list-style-image: url( '../../_images/list-item.gif' );
	*list-style-image: url( '../../_images/list-item-ie.gif' );
	color: #666666;
}
ul.glueckwuensche li {
	line-height: 1.4em;
	padding: 0px;
	margin-bottom: 4px;
}
ul.glueckwuensche li a {
	margin-top: 0px;
	padding-top: 0px;
}

/*****************************************************
	Formulare 
*****************************************************/
form {
	display:inline;
}
input.style, textarea.style, button.style, select.style {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	font-size:11px;
	padding:2px;
	background:#ffffff;
}

input.style:focus, textarea.style:focus, button.style:focus, select.style:focus {	
	background:#EDF3F9;
}
* html input.image {
	margin-bottom:1px;
}

input.submit, input.submit_abstimmen {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 19px;
	width: 120px;
	background: #fff;
	border: 0px;
	margin:0px;
	padding:0px;
	font-weight:bold;
}


form#form_kontakt label {
	/* width: 140px;*/
	width:110px;
	float: left;
}
form#form_kontakt .freunde_label {
	width:140px;
}

form#form_kontakt label.inline {
	width: auto;
}

form#form_kontakt select {
	margin-bottom: 5px;
	border: 1px solid #78ACDC;
	background: #fff;
	width: 172px;
}

form#form_kontakt input, form#form_kontakt textarea {
	float: left;
	width: 166px;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #78ACDC;
	background: #fff;
}
form#form_kontakt textarea {
	width: 468px;
	height: 86px;
}
form#form_kontakt textarea.freunde_label {
	width: 498px;
}

form#form_kontakt input.none {
	border: none;
	background: none;
	width: auto;
}

form#form_kontakt input.plz {
	width: 46px;
	margin-right: 5px;
}

form#form_kontakt input.ort {
	width: 109px;
}

form#form_kontakt input.active, div#kontakt textarea.active {
	background: #fff;
}

form#form_kontakt input.submit {
	width: 120px;
	margin: 10px 12px 0px 464px;
	background: #fff;
	border: 1px solid #78ACDC;
}
form#form_kontakt input.submit2 {
	width: 120px;
	margin: 10px 12px 0px 524px;
	background: #fff;
	border: 1px solid #78ACDC;
}


#weiterempfehlen_box {
    margin:0;
    padding:0;
    border:0;
}
