@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding:15px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-webkit-text-size-adjust: none;
	color: #777;
	background-color: #FFF;
	line-height: 18px;
}
.left {
	float: left;
}
.clear {
	clear:both;
	}
div#kontakt-main {
}
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 550px;
	border: 1px solid #DDD;
	padding: 3px 5px;
	color: #777;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	outline:none;
	border:1px solid #777;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	}
select#anrede {
	width: 270px;
	font-size:12px;
	background-image:url(select-bg.png);
	background-position:right -2px;
	background-repeat:no-repeat;
	border:1px solid #DDD;
    border-radius: 0;
    -webkit-appearance: none;
	height: 24px;
	padding: 2px 2px 2px 2px;
	}

div.info-main {
	width: 290px;
}
div.info-main input {
	width:260px;
	}
div.strasse, div.stadt {
	width:194px;
	}
div.strasse input {
	width:190px;
	}
div.hausnummer, div.plz {
	width:53px;
	}
div.hausnummer input {
	width:50px;
	}
div.strasse, div.plz {
	margin-right:17px;
	}
div.stadt input {
	width:190px;
	}
div.plz input {
	width:50px;
	}
input.error, textarea.error {
	border:1px solid #F00;
	}
	
div#senden-button {
	padding-top:5px;
	}
input#senden {
	color: #777;
	width: 75px;
	padding: 5px 0px;
	cursor: pointer;
	font-size: 12px;
	background-color: #F9F9F9;
	border: 1px solid #F9F9F9;
	border-style: outset;
	cursor: pointer;
	}
input#senden:hover {
	background-color:#ff9900;
	color:#FFF;
	}
div#verein-saison-grosse .verein input {
	width:172px;
	}
div#verein-saison-grosse .saison input {
	width:130px;
	}
div#verein-saison-grosse .grosse input{
	width:90px;
	}
div#verein-saison-grosse .preis input {
	width:97px;
	}
div#verein-saison-grosse .sponsor input {
	width:208px;
	}
div#verein-saison-grosse .name_flock input {
	width:322px;
	}
div#verein-saison-grosse .nummer_flock input {
	width:208px;
	}
			
div.verein-saison-grosse.verein {
	width:192px;
	}
div.verein-saison-grosse.saison {
	width:150px;
	}
div.verein-saison-grosse.grosse {
	width:110px;
	}
div.verein-saison-grosse.preis {
	width:107px;
	}
div.verein-saison-grosse.sponsor {
	width:218px;
	}
div.verein-saison-grosse.name_flock {
	width:342px;
	}
div.verein-saison-grosse.nummer_flock {
	width:218px;
	}
div.verein-saison-grosse {
	float:left;
	}
ul {
	padding:0px;
	margin:0px;
	list-style:none;
	}
div#bewertung img {
	width:inherit;
	cursor:pointer;
	margin-top:5px;
	}
div#bewertung img:hover {
	cursor:pointer;
	}
div#zustand-text {
	padding-left:110px;
	}
span.zustand {
	display:inline-block;
	position:relative;
	margin-top:5px;
	margin-right:15px;
	float:left;
	}
span.zustand-pokal {
	display:inline-block;
	position:relative;
	margin-right:15px;
	float:left;
	}
input#bild, ul {
	padding:0px;
	margin:0px;
	border:none;
	}
div.bild-upload ul li {
	display:block;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #DDD;
	margin-bottom:5px;
	width:562px;
	}