/* 
############################################
	Reset Vorlage nach W3C
############################################
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	line-height: 1;
}
ol, ul{
	list-style: none;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
:focus{
	outline: 0;
}
ins{
	text-decoration: none;
}
del{
	text-decoration: line-through;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
strong{
	font-weight:bold;
}
p{
	margin-top: 1em;
	margin-bottom: 1em;	
}
sup{
	vertical-align: super;
	font-size: 0.8em;
}


/* 
############################################
	Allgemeine Styleangaben
############################################
*/
input,select,textarea{
    font: inherit;
}
.success, .error {
    background-color: #85C058;
    margin-bottom: 3px;
    padding: 7px 7px 7px 10px;
}
.error {
    background-color: #C30E21;
    color: #FFFFFF;
}
span.success, span.error {
	padding: 0 3px;
}


/* 
############################################
	StyledTable 
############################################
*/
table.styled {
	text-align: left;
}
table.styled tr th,
table.styled tr td {
	padding: 3px 5px;
}
table.styled th.r,
table.styled td.r {
	text-align: right;
}
table.styled > tr > td,
table.styled > tbody > tr > td,
table.styled > tr > th,
table.styled > tbody > tr > th {
	border: 1px solid #fff;
	background: #eee;
	/*vertical-align: middle;*/
}
table.styled > tr > td,
table.styled > tbody > tr > td {
	background: #fafafa;
}
table.styled > tr:nth-child(2n) > td,
table.styled > tbody > tr:nth-child(2n) > td {
	background: #f5f5f5;
}


/* 
############################################
	StyledFormular2 
############################################
*/
.styledFormular2 label{
	float:left;
	padding:3px 0;
	margin:5px 0;
	line-height:19px;
	display:block;
	width:135px;
}
.styledFormular2 input,
.styledFormular2 button,
.styledFormular2 textarea,
.styledFormular2 select,
.styledFormular2 .button_a{
	height:19px;
	line-height:19px;
	float:left;
	display:block;
	margin:5px 0;
	width:230px;
	padding:2px 5px;
	background-color:#efefef;
	border:1px solid #d1d1d1;
	outline:2px solid #efefef;
	color:#666;
}
.styledFormular2 input:focus,
.styledFormular2 textarea:focus,
.styledFormular2 select:focus,
.styledFormular2 select:focus{
	outline:2px solid #ddd;
	border:1px solid #ccc;
	color:#444;
}
.styledFormular2 .button_a,
.styledFormular2 button{
	width: 150px;
	display: block;	
	height: 25px;
	padding: 0px;
}
.styledFormular2 textarea{
	height: 150px;
	width: 650px;	
}
.styledFormular2 button:hover,
.styledFormular2 .button_a:hover{
	outline:2px solid #ddd;
	border:1px solid #ccc;
	color:#444;
}
.styledFormular2 button:active{
	outline:2px solid #eee;
	border:1px solid #bbb;
	color:#000;
	background:none;
	background-color:#ccc;
}
.styledFormular2 br{
	clear:both;
}
.styledFormular2 p.hinweis{
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	margin-bottom: 8px;
}
.styledFormular2 input[type=radio],
.styledFormular2 input[type=checkbox]{
	outline: none;
	width: 30px;	
	background: none;
	border: 0px;
	height:	auto;
	padding: 0px;
}
.styledFormular2 div.help{
	margin-top:9px;
	float:left;
	margin-left:6px;
}
.styledFormular2 input#plz{
	width: 60px;
	margin-right: 8px;	
}
.styledFormular2 input#ort{
	width: 150px;	
}
.styledFormular2 .form_links{
	width: 45%;
	float: left;
}
.styledFormular2 .form_rechts{
	width: 45%;
	float: left;
}
.styledFormular2 .color{
	color: #C30E21;
}