* {
	margin: 0;
	padding: 0;
}

img { border: 0; }

body {
	padding: 25px 0;
	color: #000000;
	background-color: #BDE2F8;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#pagewrapper {
	width: 940px;
	margin: 0 auto;;
	background-color: #FFF;
	padding: 10px;
	/* border: 1px solid #BBB; */
}

#header {
	margin: 0 0 10px 0;
	background: #E2F3FC url(../images/regensburg2.jpg) no-repeat right top;
	width: 940px;
	height: 149px;
	/* border-bottom: 1px solid #BBB; */
}

#main {
	width: 940px;
}

#spalte1 {
	float: left;
	width: 190px;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	/* background-color: #CCD6EB; */
}

#spalte2 {
	float: left;
	width: 680px;
	padding: 30px;
	margin: 0 0 0 10px;
	/* background-color: #EEE; */
}

#footer {
	clear: both;
	padding: 15px 20px 15px 20px;
	margin: 0 0 0 0;
	background-color: #E2F3FC;
	font-size: 11px;
 	/* border-top: 1px solid #BBB; */
}


/*********** LINKS + MENU */

a { color: #332380; }
a:hover, #masterdiv a:hover, ul#navilist li a:hover { text-decoration: underline;}
a:active { color: #332380; }
#footer a { text-decoration: none; color: #000; }

ul#navilist {
	width: 190px;
	margin: 0;
}

ul#navilist li {
	background: #E2F3FC url(../images/navipfeil.gif) no-repeat 15px 11px;
	/* border-bottom: 1px solid #BBB; */
	list-style-type: none;
	margin: 0pt 0pt 4px;
	padding: 8px 15px 8px 30px;
}

ul#navilist li a {
	font-weight: bold;
	text-decoration: none;
}



/*********** DIVERSES */

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 0;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px 0;
	color: #3B2482;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 25px 0;
	color: #3B2482;
}

.big {
	font-size: 18px;
	font-weight: normal;
	color: #3B2482;
}

p {	margin: 0 0 20px 0; }

.bordertop {
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px dotted #BBB;
}

.small { font-size: 11px; }

#spalte2 ul {
	padding-left: 30px;
	margin-left: 0;
	margin-bottom: 20px;
}

#spalte2 ul li { padding-bottom: 5px; }

#spalte2 ul.margin2 li { padding-bottom: 12px; }

.infotext {
	padding: 20px;
	border: 1px solid #BBB;
	/* background: #FFF url(../images/amoe_logo_blau.gif) no-repeat 520px 3px; */
	/* height: 58px; */
}

.infobox {
	padding: 15px;
	border: 1px solid #BBB;
	font-size: 11px;
	color: #888;
	margin-top: 6px;
}

.infobox img {
	margin-top: 12px;
}

table#contactform td {
	padding: 0 20px 2px 0;
}

table#contactform td.tda {
	text-align: right;
}

input.textfeld {
	width: 300px;
}

textarea {
	width: 500px;
	height: 120px;
}

table td.td1 {
	padding-right: 30px;
	width: 450px;
	vertical-align: top;
}

table td.td2 {
	width: 200px;
	vertical-align: top;
	font-size: 11px;
	color: #888;
}

table td.td2 img {
	margin-bottom: 12px;
}

hr {
	height: 0;
	border-bottom: 1px dotted #BBB;
	border-top: 0px;
	margin: 10px 0 29px 0;
}

table.shop td {
	padding: 0 20px 15px 0;
	vertical-align: top;
}

table.shop td img {
	border: 1px solid #BBB;
}

.normal {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.smallgrey {
	font-size: 11px;
	color: #888;
}



