/* main */

* {
	padding: 0px;
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	line-height: 18px;
}

i { font-size: 10px; margin: 0px 10px 0px 30px; }
img { border: 0px; }

.menu { margin: 10px 0 0 0; }
.menu li { list-style-type: none; }
.menu a { text-decoration: none; font-size: 10px; }
.menu a:hover { padding: 2px 5px; font-size: 10px; margin-left: -5px; }

.kategorie li { list-style-type: none; display: inline; margin: 0 0 0 15px; padding: 0 0 0 10px; color: #858585; }

#horizontal_slide div { font-size: 10px; }

a { text-decoration: none; }

/* div layout */

#wrap {
	width: 100%;
}

#irap {
	margin-left: auto;
	margin-right: auto;
}

#content {
	padding-bottom: 60px;
	text-align: center;
}

#navigation {
	width: 100px;;
	height: 200px;
	position: fixed;
	top: 50%;
	margin-top: -105px;
	z-index: 80;
}

#navigation_pfeil {
	height: 200px;
	width: 100px;
	z-index: 50;
	position: absolute;
}

#horizontal_slide {
	width: 2500px;
	height: 200px;
	cursor: default;
	padding: 0px 0px 0px 150px;
	opacity: 0.98;
}

#footer {
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding: 10px 0px;
	z-index: 30;
}

#footer a {
	text-decoration: none;
	color: #1c1c1c;
}

/* table */

.table_bottom {background: url(../img/table_bottom.jpg) no-repeat; width: 600px; height: 40px; }

.tbl { margin: 0px 0px 0px 0px;}

.tbl td { color: #393939; font-size: 11px; }
.tdhead { border-bottom: 1px #f1f1f1 solid; font-weight: bold; }

.tr1 { }
.tr2 { background: #f9f9f9; }
.tr2:hover { background: #f5f5f5; }

td { padding: 7px 5px; vertical-align: top; }

.td1 { width: 130px; }

.tablelist li { color: #393939; font-size: 11px; list-style-type: none; background: url(../img/list.jpg) no-repeat top left; padding-left: 15px; }

/* form */
.einzeilig {
	background: #737373;
	color: #fff;
	width: 140px;
	padding: 4px 5px;
	border: none;
}

.btn {
	background: #737373;
	color: #fff;
	padding: 3px 5px;
	border: none;
}

.btn:hover {
	background: #404040;
	cursor: pointer;
}

/* pfeile */

.prevoverlay a, .prevoverlay a:link, .prevoverlay a:hover, .prevoverlay a:visited  {
	position: fixed;
	display: block;
	color: #000;
	left: 0px; height: 100%; width: 50%;
	background: url('../img/2lefta.png') no-repeat;
	background-position: -5000px -5000px;  
	margin-left: 0px;
	z-index: 20;
}

.prevoverlay a:hover{
	background-position:  50px 50%;
	_background-position: 100px 50%;
}


.nextoverlay a, .nextoverlay a:link,  .nextoverlay a:hover, .nextoverlay a:visited  {
	position: fixed;
	display: block;
	color: #000;
	right: 0px; height: 100%; width: 55%;
	background: url('../img/2righta.png') no-repeat;
	background-position: -5000px -5000px; 
	margin-right: 0px;
	_right: 25px;
	z-index: 20;
}

.nextoverlay a:hover {
	background-position: 80% 48%;
	_background-position: 80% 50%;
}

/* start boxes */

#start_box_row { width: 1000px; }
#start_box { width: 220px; height: 147px; margin: 0 40px 40px 0; float: left; }
#start_box_inhalt { width: 210px; padding: 5px; background: #1f1f1f; color: #b3b3b3; text-align: left; }
#start_box_inhalt:hover { background: #2a2a2a; }

.print { width: 5px; height: 5px; background: #5ebb50; float:right; margin: 7px 5px 0 0; }
.web { width: 5px; height: 5px; background: #33b9cc; float:right; margin: 7px 5px 0 0; }
.logos { width: 5px; height: 5px; background: #d4aa36; float:right; margin: 7px 5px 0 0; }
.fotografie { width: 5px; height: 5px; background: #e14f4f; float:right; margin: 7px 5px 0 0; }

