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

* {
	margin: 0px;
	padding: 0px
}

body {
	color: #333;
	padding-left: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #F90;
	border: none;
	}

.xxl {
	width: 270px;
}
.xl {
	width: 70px;
}

#send {
	padding: 10px 30px;
	font-size: 18px;
}
#jobs textarea {
    max-height: 250px;
    max-width: 500px;
    min-height: 100px;
    min-width: 500px;
}
#jobs input, #jobs textarea {
    background-color: #fff;
    border: 2px solid #00bcf2;
    border-radius: 5px;
    color: #000;
    padding: 10px 5px;
}

#jobs > input[type="submit"] {
    color: #00bcf2;
    cursor: pointer;
}
#jobs textarea {
    min-height: 100px;
    max-height: 250px;
    
}


#neue input, #neue textarea {
    background-color: #fff;
    border: 2px solid #00bcf2;
    border-radius: 5px;
    color: #000;
    max-width: 200px;
    padding: 10px 5px;
}

#neue textarea {
    min-width: 200px;
    max-height: 250px; 
    min-height: 150px;
}
#form1 textarea {
    background-color: #fff;
    padding: 3px;
    border-radius: 5px;
    border: 2px solid #00BCF2;
    color: #000;
}
#form2 input {
    background-color: #fff;
    border: 2px solid #00bcf2;
    border-radius: 5px;
    padding: 10px 5px;
    color: #000;
}
#form2 fieldset {
    border: medium none;
    float: none !important;
    height: auto !important;
    width: auto !important;
}

/*sende button bei liste und liste_simple.php */

#SentSMS {
    background-color: #00bcf2;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 12px 45px;
    text-transform: uppercase;
}
a {
	text-decoration: none;
	color: #666;
	border-bottom: #666 dotted 1px;
}
#mitglieder th{
    color: #00bcf2;
    text-align: left;
}
#mitglieder th:first-child input {
    margin: 15px;
}
#errorbox {
	color: #000;
}

#menue a {
	font-size: 20px;
	color: #00BCF2;
	padding: 10px;
	border: none;
}

button {
	background-color: #CCC;
	border: none;
	padding: 5px 10px;
	margin-right: 10px;
}
.noborder {
	border: 0;
}	
a img {
	display: block;
}	
	