/*
-----------------------------------------------------------------------
         Stylesheetdatei für www.neddens.de
         Arion Neddens              10/2006
         arion.neddens@gmx.de             *
-----------------------------------------------------------------------
*/
html body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

html,body {
	overflow: auto;
	height: 100%;
}  /* gegen tote scrollbars im ie, gegen zuviele im mozilla */
div#FrameTopLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 412px;
	height: 118px;
	background-image: url("techPics/frame_topleft.png");
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1;
}

div#FrameLeft {
	position: absolute;
	top: 118px;
	left: 0px;
	width: 74px;
	height: 520px;
	background-image: url("techPics/frame_left.png");
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1;
}

div#FrameTopRight {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 245px;
	height: 25px;
	background-image: url("techPics/frame_topright.png");
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 1;
}

a {
	color: black;
	text-decoration: none;
	cursor: hand;
}  /*hand for ie*/
p,li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 1px;
}

li {
	margin: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
}

div#content {
	position: absolute;
	left: 130px; /*90px;*/
	top: 80px;
	width: 80%;
	z-index: 4;
}

table#main_table td {
	padding: 0px;
	vertical-align: top;
	z-index: 2;
}

table#main_table td#tdTopContent {
	border-bottom: 2px solid #c0c0c0;
	padding: 6px;
}

table#main_table tr#tdLinkContent {
	background-color: #fafafa;
}

div#impContact {
	position: absolute;
	left: 20px;
	bottom: 10px;
	width: 20%;
	border-top: 1px solid #c0c0c0;
}

div.linkDiv {
	height: auto;
	margin: 2%;
	overflow: visible;
	clear: both;
}

div.linkDiv img {
	border: 1px solid #c0c0c0;
	width: 44px;
	vertical-align: top;
	margin: 5px;
	float: left;
}

div.linkDiv h2.linkHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	color: black;
	margin: 0px;
	border-bottom: 1px solid black;
}

div.linkDiv p.linkText {
	display: none;
}

div.linkDiv span.linkLink {
	font-size: 12px;
	color: rgb(49, 51, 165);
	margin: 0px;
}

div#impressum {
	position: absolute;
	left: 3%;
	top: 68%;
	width: 40%;
	height: 30%;
	/*border:2px solid #808080;*/
	z-index: 6;
	visibility: hidden;
}

/*inside of impressum:*/
div.layerBacking {
	background-color: #fcfcfc;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 85);
	-moz-opacity: .85;
	z-index: 1;
}

/*inside of impressum:*/
div.layerContent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

td.heading {
	height: 20px;
	vertical-align: middle;
	background-color: rgb(49, 51, 165);
	font-weight: bold;
	color: white;
}

td.headingX {
	background-image: url('techPics/x.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color: rgb(49, 51, 165);
	height: 20px;
}

td.contentTd {
	padding: 10px;
	padding-left: 10%;
}
