@charset "UTF-8";
@import url("../webfonts/OpenSans_Regular/stylesheet.css");
@import url("../webfonts/OpenSans_ExtraBold/stylesheet.css");
@import url("../webfonts/OpenSans_Bold/stylesheet.css");
/* CSS Document */

/* 
----------------------------------------------------------------
Schubert audit
start: 05.11.2014
Autor: Marcel Drechsler, alle Rechte liegen bei dem Autor
Medium: Screen, Print
----------------------------------------------------------------
 */
 
 
#formular {
	font-size: 13px;
	font-family: "OpenSans Regular";
	font-style: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
}

input {
	width: 288px;
	height: 26px;
	background-color: #FFFFFF;
	border: 1px solid #CDCFD0;
	color: #ABABAB;
	font-size: 13px;
	font-family: "OpenSans Regular";
	font-style: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	padding-left: 10px;
}

input:hover {
	border: 1px solid #D5E618;
	width: 288px;
	height: 26px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 13px;
	font-family: "OpenSans Regular";
	font-style: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
}

input:focus {
	width: 288px;
	height: 26px;
	background-color: #FFFFFF;
	border: 1px solid #B6C92F;
	color: #353536;
	font-size: 13px;
	font-family: "OpenSans Regular";
	font-style: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#senden {
	width: 630px;
	height: 30px;
	background-color: #327298;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	font-family: "OpenSans Bold";
	text-align: center;
	font-size: 15px;
	margin-left: 330px;
}

#senden:hover {
	background-color: #9D9D9D;
	color: #FFFFFF;
	margin-left: 330px;
}

#textfeld {
	height: 170px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	width: 298px;
	background-color: #FFFFFF;
	border: 1px solid #CDCFD0;
	color: #ABABAB;
	font-size: 13px;
	font-family: "OpenSans Regular";
	font-style: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 10px;
}

#textfeld:hover {
	border: 1px solid #D5E618;
	width: 298px;
	margin-top: 10px;
	height: 170px;
	padding-left: 10px;
}

#textfeld:focus {
	height: 170px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	width: 298px;
	background-color: #FFFFFF;
	border: 1px solid #CDCFD0;
	color: #353536;
	font-size: 13px;
	font-family: "OpenSans Regular";
	font-style: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 10px;
}
