body, input, textarea, td, tr
{
	font-family:Arial,Helvetica,sans;
	font-size:10pt;
}

body, td
{
	color:#314F88;
}

a
{
	color:#314F88;
	text-decoration:underline;
}

a:hover
{
	color:#85C9EC;
}

body
{
	background-image:url('../images/raute_lite.png');
	padding:0;
	margin:0;
}

div#header
{
	background-image:url('../images/raute.png');
	border-bottom:2px solid #314F88;
	padding:0;

	position:fixed;
	width:100%;
	height:64px;
	left:0px;
	top:0px;

	z-index:50;
}

div#header div
{
	margin-left:216px;
}

div#menu
{
	border-top:2px solid #314F88;
	background-color:#314F88;
	padding-top:7%;
	position:fixed;
	height:100%;
	left:0px;
	top:0px;

	z-index:49;
}

div#menu_shadow
{
	width:100%;
	background-repeat:repeat-x;
	background-image:url('../images/menu_shadow.png');
	position:relative;
	top:-4px
}

div#menu_shadow_vert
{
	position:fixed;
	left:215px;
	width:16px;
	height:100%;
	top:0px;
	background-repeat:repeat-y;
	background-image:url('../images/menu_shadow_vert.png');
	z-index:-2;
}

div#footer
{
	background-image:url('../images/raute.png');
}

h1,h2,h3
{
	margin-top:0.3em;
}

h1
{
	font-size:23pt;
}

h2
{
	font-size:18pt;
}

h3
{
	font-size:15pt;
}

iframe#googlemap
{
	width:80%;
	height:460px;
	border:2px solid #314F88;
	padding:2px;
}

img.flyer
{
	border:1px solid black;
	border-top:none;
}

div#jswarning
{
	border:2px solid red;
	padding:8px;
	width:60%;
	margin:0 auto;
	background-color:white;
}

div#jswarning h3
{
	margin:0 0 1em;
	color:red;
}

div#spruch
{
	text-align:center;
}

table.intro tr td
{
	width:240px;
	height:180px;
	overflow:hidden;
	cursor:pointer;
}

fieldset
{
	width:60%;
	min-width:600px;
	padding:16px;
	border:1px solid #314F88;
	background-color:#f8f8ff;
}
