/*  

Theme Name: pa

Theme URI: http://www.aerschmann.ch

*/

@charset "utf-8";

body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0px;
	/*	text-align: center;*/
	color: #450000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #D8D6CA;
}

#alles {
	text-align: left;
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}




#container {
	text-align: left;
	width: 100%;
	display: block;
	min-height: 1500px;
}
	
#menu {
	display: block;
	height: 38px;
	width: 890px;
	padding: 0px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	margin-right: 5px;
	margin-left: 5px;
}



#menu ul li {
	width: auto;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFF;
	margin-right: 1px;
}
#menu ul li a {
	display: block;
	padding-right: 10px;
	padding-left: 15px;
	color: #450000;
	width: 100%;
	font-family: georgia, helvetica, times, serif;
	font-size: 20px;
	line-height: 1.9em;
	/* [disabled]text-indent: 10px; */
	margin-left: 0px;
	text-decoration: none;
	}
	
#menu li a:hover {
	background-color: #366;
	color: #fff;
}
.a1 {
	width: 870px;
	float: left;
	height: auto;
	overflow: visible;
	/* [disabled]border: 1px dotted #CCC; */
	background-color: #FFF;
	display: block;
	min-height: 100px;
	margin: 6px;
	box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.15), -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
	padding: 10px;
}
.a1-halb {
	width: 418px;
	float: left;
	height: auto;
	overflow: visible;
	/* [disabled]border: 1px dotted #CCC; */
	background-color: #FFF;
	display: block;
	min-height: 100px;
	margin: 6px;
	box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.15), -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
	padding: 10px;
}


p {
	color: #300;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

a:link {
	font-weight : normal;
	color: #999;
	background: transparent;
	/* [disabled]text-decoration : underline; */
}

a:visited {
	font-weight : normal;
	text-decoration : underline;
	color: #999;
	background: transparent;
}

a:hover {
	color: #fff;
	display: inline;
	background-color: #366;
	text-decoration: none;
		}

h1 {
	/* [disabled]color: #450000; */
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	line-height: 20px;
	letter-spacing: 5px;
	display: block;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 13px;
}

h2 {
	color: #1E1E1C;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
	clear: left;
	}
h3 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #36C;
}

	
h6 {
	color: #36C;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.cv {
	font-size: 11px;
	padding-left: 15px;
	line-height: 16px;
	overflow: hidden;
	clear: left;
}

img, form, p, h2, h3, h4, h5, h6 {
	padding: 5px;
	clear: both;
}
img {
	/* [disabled]padding-bottom: 0px; */
	/* [disabled]padding-right: 5px; */
	/* [disabled]clear: left; */
	float: none;
}
