* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

body {
	background: rgb(208,209,210);
	color: rgb(79,141,145);
	font-family: 'Petit Formal Script', Calibri; 
	font-size: 12pt;
}

a {
	color: rgb(79,141,145);
	text-decoration: none;
	outline: none;
}

.selected {
	color:  rgb(133,185,188);
	text-decoration: underline;
}

.fn-nav {
	padding-left: 15px;
}

.outer {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-top: 0px;  
}
  
.outer_main {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-top: 150px;  
	height: 229px;
}

.inner {
	display: inline-block;
}
  
.floated {
	float: left;
	padding: 20px;
}
 
.coloured {
  	display: inline-block;
  	background-color: rgb(79,141,145);
  	width: 100%;
  	margin: 0px:
  	padding: 0px;
  	height: 225px;
}

.cont {
	float: right;
	padding: 20px;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 75%;
	color: rgb(79,141,145);
	border: 2px solid;
	border-radius: 20px;
	border-color: rgb(79,141,145);
}

.navi {
	float: left;
	padding: 20px;
	margin-top: 50px;
	width: 15%;
	font-weight: bold;
}

form {
	width:40em;
}

label.input {
	width: 100%;
}

input.button {
	width: 50%;
	font-family: 'Petit Formal Script', Calibri; 
	font-size: 10pt;
	color: rgb(79,141,145);
}

input.Anzahl_Vegetarier {
	width: 10%;
}

input.standard {
	font-family: 'Petit Formal Script', Calibri;  
	font-size: 12pt;
	color: rgb(79,141,145);
	width: 100%;
}

select {
	font-family: 'Petit Formal Script', Calibri; 
	font-size: 100%;
	color: rgb(79,141,145);
	width: 100%;
}
	
textarea {
	font-family: 'Petit Formal Script', Calibri;  
	font-size: 100%;
	color: rgb(79,141,145);
	width: 100%;
}

.error_msg {
	padding: 4px;
	background-color: #ffeeee;
	border: 1px dotted #cc0000;
	margin: 5px 10px 5px 10px;
	color: #cc0000;
}

.error { color: #cc0000; }

fieldset { 
	width: 0px; 
	border: 0px none;
	padding: 10px;
}

/*div.formgenerator label,*/
div.formgenerator .controlset span {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
}

div.formgenerator label { margin: 5px; }
div.formgenerator .controlset span {	margin: 0px 0px 0px 5px; }
div.formgenerator .controlset label {
	display: inline;
	float: none;
}

div.formgenerator .controlset input { margin: 0px 0px 0px 10px; }
div.formgenerator input,
div.formgenerator select,
div.formgenerator textarea {
	margin: 2px 2px 2px 5px;
}