
/* ---------- page ---------- */

html
{
	background: #FFFFFF url(../img/aksan-watermark.jpg) center no-repeat fixed;
}
body
{
	margin: 0px;
	padding: 10px;
}
body.simple
{
	padding: 0px;
}

div.logo
{
	position: absolute;
	left: 60px;
	top: 10px;
	width: 100px;
	z-index: 10;
}
div.logo2
{
	position: absolute;
	left: 85px;
	top: 0px;
	width: 80%;
	z-index: 9;
}
div.logo3
{
	position: absolute;
	right: 20px;
	top: 10px;
	border: 1px solid #0051F6;
	width: 202px;
	z-index: 10;
}

div.nav
{
	position: absolute;
/*	position: fixed;   */
	left: 10px;
	top: 160px;
	width: 200px;
}

div.content
{
	padding-top: 115px;
	margin-left: 230px;
	margin-right: 10px;
}

div.footline
{
	clear: both;
	margin-top: 25px;
	text-align: right;
	font-size: 11px;
	color: #808080;
}
div.footline div.icons
{
	margin-top: 5px;
}

.iewarn
{
	margin: 30px 20px 0 20px;
	border: 2px solid #D68842;
	background: #FEFAF6;
	padding: 6px;
	text-align: center;
	color: #606060;
	font-size: 11px;
	line-height: 15px;
}

.help
{
	cursor: help;
	border-bottom: dotted 1px #00a000;
}

/* ---------- common block text ---------- */

p, div, td, li
{
	font: 12px/18px Arial, helvetica, sans-serif;
	color: #000000;
	vertical-align: top;
}

div.jahreswechsel
{
	text-align: right;
	vertical-align: middle;
}

td.links
{
	text-align: left;
}
tr.links td
{
	text-align: left;
}

table.grid
{
	border-collapse: collapse;
}

td.kalmon
{
	text-align: center;
	font-weight: bold;
	width: 120px;
	vertical-align: top;
	border: 1px solid silver;
}
td.kaltag
{
	text-align: center;
	width: 120px;
	vertical-align: top;
	border: 1px solid silver;
}

div.tag
{
	text-align: left;
	font-size: 10px;
	height: 70px;
	color: #0000ff;
}

div.inh
{
	text-align: left;
	font-size: 12px;
	color: #ff0000;
}

div.p
{
	margin-top: 12px;
	margin-bottom: 12px;
}
div.blk
{
	text-align: justify;
}
div.error,
div.info
{
	font-weight: bold;
	color: #A02000;
	background: #FFE0A0;
	border: dotted 1px #FFF6E0;
	padding: 1px 3px;
}
div.info
{
	color: #108000;
	background: #D0FFC0;
	border: dotted 1px #F6FFF0;
}

ul, ol
{
	margin: 2px 0px 4px 0px;
	padding-left: 30px;
}
ul.linkdown
{
	list-style-image: url(../img/listicon_down.png);
	padding-left: 22px;
}
li
{
	padding: 1px 0px;
}

.indent
{
	margin-left: 20px;
}

div.person
{
}
div.person div.name
{
	font-weight: bold;
}
div.person div.adresse
{
	width: 300px;
	padding-left: 20px;
}

div.foto
{
	border: dotted 1px #CCCCCC;
	background: url(../img/loupe.png) center no-repeat;
}

/* ---------- common inline text ---------- */

small
{
	font-size: 11px;
	color: #808080;
}

.red
{
	color: red;
}
.bold
{
	font-weight: bold !important;
}
.hidden
{
	display: none;
}

img.vmid2
{
	vertical-align: middle;
	/*position: relative;
	top: -2px;*/
	margin-top: -2px;
	margin-bottom: 2px;
}

span.found
{
	font-weight: bold;
}

/* ---------- links ---------- */

a
{
	color: #0050E0;
	text-decoration: none;
}
a:hover
{
	color: #FF3030;
}

a img
{
	/*border: 1px solid #0051F6;*/
	border: 0px;
}

/* ---------- captions ---------- */

h1
{
	/*font: bold 20px/22px Trebuchet MS,Georgia,Times,serif;
	color: #3AA83A;*/
	font: bold 17px Arial, helvetica, sans-serif;
	color: black;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 1px #C0C0C0;
	margin: 30px 0px 10px 0px;
}
h2
{
	/*font: bold 17px/19px Trebuchet MS,Georgia,Times,serif;
	color: #3AA83A;*/
	font: bold 15px Arial, helvetica, sans-serif;
	color: black;
	padding: 0px 0px 1px 0px;
	margin: 22px 0px 10px 0px;
}
h3
{
	/*font: bold 14px/16px Trebuchet MS,Georgia,Times,serif;
	color: #3AA83A;*/
	font: bold 12px Arial, helvetica, sans-serif;
	color: black;
	padding: 2px 0px 2px 0px;
	margin: 15px 0px 10px 15px;
}

/* ---------- navigationsbox ---------- */

div.nav div.links
{
	border-left: solid 2px #D8D8D8;
	border-bottom: solid 1px #D8D8D8;
}
div.nav div.links div.sub
{
	border-left: solid 10px #D8D8D8;
}
div.nav div.links div.item
{
	background: #F0F0F0;
	padding: 1px 5px;
	border-right: 3px transparent;
}
div.nav div.links > div.item
{
	border-top: solid 1px #D8D8D8;
}
div.nav div.links div.item:hover
{
	background: #FFE0A0;
}
div.nav div.links div.selected
{
	border-right: solid 3px #FFA000;
}
div.nav div.links div.light
{
	background: #F8F8F8;
}
div.nav div.links div.item span.link
{
	display: block;
}

div.nav div.findbox
{
	margin-top: 15px;
}

/* ---------- bilder ---------- */

.image
{
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}
.imageIcons
{
	position: relative;
	top: -1px;
}
.imageIcons img
{
	border: solid 1px transparent;
	background: transparent;
	padding: 2px;
}
.imageIcons img:hover
{
	border: solid 1px #5050FF;
	background: #EEEEFF;
}


table.termine div.header
{
	border: solid 1px #DDDDDD;
	padding: 1px 3px;
	background: #EEEEEE url(../img/monat_verlauf.png) bottom repeat-x;
	color: #909090;
	font-weight: bold;
}



/* ---------- linkliste ---------- */

div.link
{
	margin: 12px 0;
	border: solid 1px #EEEEEE;
	-moz-border-radius: 7px;
	padding: 1px 4px;
}

div.link div.desc
{
	margin-left: 40px;
}

/* ---------- input forms ---------- */

form
{
	margin: 0px;
}

input[type="button"],
input[type="submit"]
{
	font: 12px Arial, helvetica, sans-serif;
	border: solid 1px #D0D0D0;
	background: #D8D8D8;
	padding: 0px 3px;
	position: relative;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="submit"]:focus
{
	border: solid 1px #5580DD;
	background: #E8EEFB;
}
input[type="button"]:active,
input[type="submit"]:active
{
	border: solid 1px #5580DD;
	background: #AAC0EE;
}
input[type="button"][disabled],
input[type="submit"][disabled]
{
	color: #808080;
	padding: 0px 3px;
}
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover
{
	border: solid 1px #D0D0D0;
	background: #D8D8D8;
}

input[type="text"],
input[type="password"],
textarea
{
	border: solid 1px #B4B4B4;
	background: #FAFAFA;
	color: #202020;
	padding: 1px 1px 1px 2px;
	font: 12px Arial, helvetica, sans-serif;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
textarea:hover,
textarea:focus
{
	border: solid 1px #5580DD;
}

select
{
	font: 12px/18px Arial, helvetica, sans-serif;
	border: 1px solid #B4B4B4 !important;
	background: #FAFAFA !important;
	padding: 0px 0px;
}
select:hover,
select:focus
{
	border: 1px solid #5580DD !important;
}

input[type="checkbox"],
input[type="radio"]
{
	margin: 0 4px 0 2px;
	vertical-align: middle;
}

/* ---------- guestbook ---------- */

div.gb_head
{
	font-size: 11px;
	background: #EEEEEE;
	padding: 0 3px;
}

/* ---------- beitrittsformular ---------- */

form#beitritt td
{
	line-height: 20px;
	padding-right: 10px;
}
