/********************
   www.pasing.de
********************/


/* allgemein */


body {
	color:#000000;
	background-color:#FFFFFF;
	/*font-size:10pt;*/
}

body, div, h1, h2, h3, h4, h5, h6, p, pre, caption, table, tr, td, th, li, ul, ol, dl, dt, dd, span, em, strong, small, big, abbr, acronym, address, b, i, img, form, input, textarea, select, fieldset, label, legend {
	float:none;
	clear:none;
	margin:0px;
	padding:0px;
	text-align:left;
}

body, div, h1, h2, h3, h4, h5, h6, p, pre, table, tr, td, th, li, ul, ol, dl, dt, dd, span, em, strong, small, big, abbr, acronym, address, b, i, img, form, fieldset, label, legend {
	border:0px none;
	border-spacing:0px;
	border-collapse:collapse;
}
		

div, h1, h2, h3, h4, h5, h6, p, pre, table, tr, td, th, ul, ol, li, dl, dt, dd, img, form, input, textarea, select, fieldset, label, legend {
	font-size:12px;
	color:#000000;
	letter-spacing:normal;
	word-spacing:normal;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif, Univers;
}

b, i, span, em, strong, small, big, abbr, acronym, address {
	color:inherit;
	letter-spacing:inherit;
	word-spacing:inherit;
	font-weight:inherit;
	font-style:inherit;
	font-family:Univers, Arial, Helvetica, sans-serif;
}

pre {
	font-family: "Courier New", Courier, monospace;
}



img {
	vertical-align:top;
}



/* speziell */


a, a:visited { 
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	background-color:#FFDB55;
	text-decoration:underline;
}

input, textarea, select {
	padding:1px 3px 1px 2px;
	margin:4px 0px 1px 0px;
	background-color:#FFFFFF;
	text-align:center;
}


h1 {
	font-size:25px;
	font-weight:bold;
	margin:0px;
	padding-top:10px;
	padding-bottom:0px;
	text-align:center;
}

h2 {
	font-size:16pt;
	font-weight:bold;
	margin:0px;
	padding-bottom:25px;
	text-align:left;
}

h3 {
	font-size:10pt;
	font-weight:bold;
	margin:0px;
	text-align:left;
}

div {
	padding-bottom:15px;
}


.border {
	border-width:2px;
	border-style:dotted;
	border-color:#CCCCCC;
	padding:5px;
	
}


.header {
	text-align:center;
	background-color:#FFDB55;
}


.naviheader {
	background-color:#FFDB55;
	color:#000000;
	padding:2px;
	margin-top:15px;
}

.navitext {
	background-color:#FFEDA5;
	padding:2px;
}


.navipic {
	text-align:center;
	padding-top:10px;
	padding-bottom:0px;
}


