html,body { height: 100%; }
body { margin: 0px; padding: 0px; -webkit-text-size-adjust: none; line-height: normal; }
body, td, p, .n, blockquote { font-size: 18px; font-family: 'Open sans',tahoma,arial; color: #333333; font-weight: 400; }

H1 { font-size: 30px; font-family: 'oswaldregular',arial,tahoma; margin: 0px; color:#cd031d; font-weight: 400; }
H2 { font-size: 24px; font-family: 'oswaldregular',arial,tahoma; margin: 0px; color:#333333; font-weight: 400; }
H3 { font-size: 16px; font-family: 'oswaldregular',arial,tahoma; margin: 0px; color:#999999; font-weight: 400; }

span.looksh1 	{ font-size: 30px; font-family: 'oswaldregular',arial,tahoma; color:#cd031d; font-weight: 400; }
span.looksh2 	{ font-size: 24px; font-family: 'oswaldregular',arial,tahoma; color:#333333; font-weight: 400; }
span.looksh3 	{ font-size: 16px; font-family: 'oswaldregular',arial,tahoma; color:#999999; font-weight: 400; }

input, select, textarea { color:#333333; }

.small 			{ color: #b1b1b1; font-weight: 400; }
.breadcrumb 	{ color: #999999; font-weight: 400; }

span.gross	 	{ font-size: 22px; color:#333333; }
span.mittel	 	{ font-size: 16px; color:#333333; }
span.klein	 	{ font-size: 15px; color:#333333; }
span.weiss	 	{ color:#FFFFFF; }
span.rot	 	{ color:#cd031d; }

span.fusstop 	{ font-size: 18px; color:#888888; }
span.fusszeile 	{ font-size: 14px; color:#888888; }
span.topic 		{ font-family: 'oswaldregular',arial,tahoma; font-size: 24px; color:#cd031d; }
span.topic2 	{ font-family: 'oswaldregular',arial,tahoma; font-size: 14px; color:#999999; }

input.i_text 				{ background-color: #FFFFFF; border: 1px solid #cccccc; padding: 10px 10px 10px 10px; width: 85%; }
select.i_select 			{ background-color: #FFFFFF; border: 1px solid #cccccc; padding: 10px 10px 10px 10px; width: 85%; }
input.i_checkbox 			{ background-color: #FFFFFF; border: 1px solid #cccccc; padding: 0px; }
textarea.i_textarea 		{ background-color: #FFFFFF; border: 1px solid #cccccc; padding: 10px 10px 10px 10px; width: 85%; resize: none; }

input.i_text:hover 			{ border: 1px solid #cd031d; }
select.i_select:hover 		{ border: 1px solid #cd031d; }
input.i_checkbox:hover 		{ border: 1px solid #cd031d; }
textarea.i_textarea:hover 	{ border: 1px solid #cd031d; }

input.i_text:focus 			{ border: 1px solid #cd031d; }
select.i_select:focus 		{ border: 1px solid #cd031d; }
input.i_checkbox:focus 		{ border: 1px solid #cd031d; }
textarea.i_textarea:focus 	{ border: 1px solid #cd031d; }

input.r_text 				{ background-color: #cccccc; border: 1px solid #FF0000; padding: 10px 10px 10px 10px; width: 85%; }
select.r_select 			{ background-color: #cccccc; border: 1px solid #FF0000; padding: 10px 10px 10px 10px; width: 85%; }
input.r_checkbox 			{ background-color: #cccccc; border: 1px solid #FF0000; padding: 0px; }
textarea.r_textarea 		{ background-color: #cccccc; border: 1px solid #FF0000; padding: 10px 10px 10px 10px; width: 85%; resize:none; }

a, a.ical					{ font-family: 'oswaldregular',arial,tahoma; color: #cd031d; text-decoration: underline; }
a:hover, a.ical:hover		{ color: #cd031d; text-decoration: none; }

a.breadcrumb 			{ color: #999999; text-decoration: none; }
a.breadcrumb:hover 		{ color: #2686b8; text-decoration: none; }

a.fusszeile 			{ font-family: 'Open sans',tahoma,arial; color: #888888; text-decoration: none; }
a.fusszeile:hover 		{ color: #000000; text-decoration: none; }

a.small 				{ font-family: 'Open sans',tahoma,arial; color: #b1b1b1; text-decoration: none; }
a.small:hover 			{ color: #000000; text-decoration: none; }

a.klappboxlink 			{ color: #2686b8; text-decoration: none; }
a.klappboxlink:hover  	{ color: #1fa02d; text-decoration: none; }

a.button > .btn, a.buttonical > .btn 	{ font-family: 'oswaldregular',arial,tahoma; color:#FFFFFF; text-decoration:none; background-color: #cd031d; border-radius: 0px; border: 0px solid #000000; white-space: normal; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
a.button:hover > .btn, 
a.buttonical:hover > .btn				{ background-color: #d42941; }

input.button 			{ font-family: 'oswaldregular',arial,tahoma; color: #FFFFFF; text-decoration:none; background-color: #cd031d; border-radius: 0px; border: 0px solid #000000; white-space: normal; cursor: pointer; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
input.button:hover 		{ background-color: #d42941; }