/* #Reset & Basics 
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		/*vertical-align: baseline;*/ }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }






/* #Typographie
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #4a4a4a;
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 400; }
	h1 a, h2 a, h3 a { font-weight: inherit; }
	h1 { font-size: 1.8em; margin-bottom: 20px; padding-bottom: 10px; letter-spacing: 0.5px; border-bottom: 1px solid #ccc;
	}
	h2 { font-size: 1.5em; margin-bottom: 10px; margin-top: 20px;
	}
	h3 { font-size: 1.2em; margin-bottom: 14px; margin-top: 15px; letter-spacing: 0.5px;
	}

	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/* #Links
================================================== */
	a {color: #57ACE5; text-decoration: underline; outline: 0; }
	a:hover { color: #000; }



/* #Tabellen
================================================== */
	
	table{
		width: 100%;
		background-color: #fbfbfb;
		margin-bottom: 20px;
	}
	
	th{
		font-weight: bold;
		text-align: left;
		background-color: #4a4a4a;
		padding: 5px;
		color: #fff;
		letter-spacing: 0.5px;
		font-weight: 600;
	}
	
	td{
		padding: 4px 5px;
		font-size:1em;
		border-bottom: 1px solid #ccc;
	}
	

	
	tr:nth-child(2n+0) td{
		background:#eee;
	}
	
	/* Deprecated - RV-216
	table.zukauf_liste tr td
	{
	 	background:#fff;
		
	}
	
	

	
	table.zukauf_liste tr:nth-child(4n+3) td,
	table.zukauf_liste tr:nth-child(4n+4) td

	{
	 	background: #eee;
	}

	
	table.zukauf_liste tr td
	{
	 	border-bottom: none;
		
	}
	

	table.zukauf_liste tr:nth-child(2n+3) td
	{
	 	border-top: 1px solid #ccc !important;	
	}
	*/
	table#mpartlist tr td{
		background-color: #fff!important;
	}
	
	table#mpartlist tr.ga_name td{
		border-bottom: none;
	}
	
	table#mpartlist tr.ga_name td{
		padding-top: 7px!important;
	}
	
	table#mpartlist tr.ga_sub td{
		padding-bottom: 7px!important;
		border: none;
	}
	
	table#mpartlist tr.ga_name td{
		border-top: 2px solid #ccc;
	}
	
	table#mpartlist tr.ga_name{
		font-weight: 600;
	}


/* #Listen
================================================== */
	/*ul, ol { margin-bottom: 20px; }*/
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; padding-bottom: 10px;
	}
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	table ul{
		margin-bottom: 0px;
	}

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  background-color: #f0f0f0;
	  display: inline-block;
	  font-size: 1.25em;
	  letter-spacing: 0.5px;
	  font-weight: normal;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 7px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.smallbutton{
		font-size: 1em!important;
		padding: 4px 7px!important;
		margin-bottom: 0px;
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #c9e3c5; /* Old browsers */
			  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */
	.mandatory{
		color: #CF080D;
		padding-left: 3px;
		line-height: 0.3em;
		font-size: 1.4em;
	}
	
	.habtacht{
		background-color: #ffcccc !important;
	}
	
	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
    input[type="number"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 4px 2%;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 3px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #4a4a4a;
		margin: 0;
		
		width: 96%;
		display: block;
		margin-bottom: 20px;
		background-color: #fbfbfb;
		font-size: 1em;
		font-weight: 400;
		letter-spacing: 0.5px;
	}

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #000;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 0.9em;  
		letter-spacing: 0.5px;
		/*padding-top: 10px;*/
	}
	select {
		width: 100%; 
		/*background: #eeeeee; /* Old browsers *!/
		background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6+ *!/
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ *!/
		background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ *!/
		background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ *!/
		background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* IE10+ *!/
		background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C *!/
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 *!/*/
		padding: 3px 4px;
		height: 26px;
		box-shadow: none;
	}
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	


