/* ----------------- Allgemein ----------------- */

body, 
textarea,
input,
.csc-mailform label,
select,
a {
	font-family: 'Raleway', sans-serif;
	color:#777777;
}

.left {
   float: left;
}
a {
    text-decoration: none;
}

a:hover {
   text-decoration: none;
}

h1,
.textaligncenter {
	text-align:center;
}

h1, 
h2, 
h3 {
   font-size: 50px;   
   font-weight:200;
   line-height: 55px;
   margin-bottom:50px;
}

body,
input {
   font-size: 25px; 
   font-weight:200;
}


.clear {
   clear: both;
}

/* ----------------- Formulare ----------------- */

textarea,
input,
select,
#recaptcha_table,
#recaptcha_table .recaptcha_image_cell #recaptcha_image,
#recaptcha_response_field {
   border: 1px solid #bbbbbb !important;
   border-radius:3px;
}

textarea:hover,
input:hover,
select:hover,
#recaptcha_table:hover {
	border:1px solid #777777 !important;
	background-color: #FAFAFA;
}

input[type=submit]:hover {
	color:#333333;
}

textarea,
input,
select {
	width:100%;
}

textarea,
input,
select,
#recaptcha_response_field {
	padding: 10px;
}

#recaptcha_response_field,
.recaptchatable #recaptcha_image {
	padding-left:5px;
	padding-right:0px;
}

.recaptchatable,
input[type="submit"] {
	width:103%;
}

textarea,
input,
select,
#recaptcha_widget_div {
	margin-top:20px;
}

input[type="submit"] {
   background-color:transparent;
   cursor:pointer;
   
}

.progress {
	margin-top:10px;
	text-align:center;
}

/* ----------------- allgemein ----------------- */
body,
.jsWarning,
.browserWarning{
	text-align:center;
}

.allAround {
	margin:auto;
	margin-top:45px;
	text-align:left;
	width:640px;
}

label,
.progress,
.browserWarning{
	display:none;
}

.jsWarning,
.browserWarning {
	color:#ff0000;
	margin-bottom:20px;
	line-height:26px;
}

