@charset "UTF-8";
body {
	font: 85%/1.4 Georgia;
	margin:  0px auto;
	padding: 0px 20px 0px 20px;
	background-image:url(../images/background_1.png);
	background-size:5%;
	background-attachment:fixed;
}

p {
	color:#000;
	text-align:justify;
	line-height:20px;
}

.ini {
   float: left;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size: 340%;
   line-height: 1;
   text-transform: uppercase;
   color: #fff;
   padding: 0 1px ;
   margin-right: 5px;
}

h1, h5, h6 {
   font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF8F1;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 75px;
}

h2 {
   font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:lighter;
	text-align:center;
	color:#FFF8F1;
	margin-top: 0;
}

h3 {
   font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:lighter;
	text-align:left;
	color:#FFF8F1;
	margin: 12px 0px 8px 0px;
}

.footertxt {
	font-size:12px;
	font-style:italic;
	text-align:center;
	color:#fff;
}

/* ---------------- Links/Navigation ---------------- */

a {
	text-decoration:none;
	color:#000;
}

nav {
	text-align:center;
	padding-top:15px;
}

nav > a {
	font-size:12px;
	text-shadow:1px 1px 10px #fff;
	margin: 0px 5px;
	padding:0px 20px 10px 20px;
	border-bottom:1px dashed #006699;
}

nav > a:hover {
	text-shadow:1px 1px 10px #fff;
	border-bottom:1px dashed #fff;
}

.navimage a:hover {
	background-image:url(../images/hover_background_2.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:auto;
}

a:hover {
	color:#000;
}

/* ---------------- Kopfzeile ---------------- */

header {
	margin: 0 auto;
	height:320px;
	z-index:10;
}

/* ---------------- Inhalte ---------------- */

.container {
	background-image:url(../images/steiner_logo_banner.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:18%;
	width: 1000px;
	margin: 0px auto;
}

.content {
	padding: 0px;
	margin: 0px auto;
	margin-top:-50px;
	padding:0px 10px 0px 10px;
	height:450px;
	position:relative;
	overflow:visible;
	z-index:100;
}

.box {
	width:200px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.boximg {
	background-image:url(../images/gradient_top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:auto;
	width:200px;
	margin: 0px 0px 10px 0px;
	border-bottom:1px solid #666;
}

.boxtext {
	width:200px;
}

.boxtextonly {
	width:720px;
	margin-top:155px;
	padding:10px 0px 10px 0px;
}

li {
	text-align:left;
	margin:-2px 0px 15px -24px;
}

td > img {
	height:60px;
	width:60px;
	margin:0px 20px 10px 0px;
	padding:0px;
}

td {
	vertical-align:top;
	margin-bottom:30px;	
}

table .maxwidth {
	width:100%;
	margin-bottom:10px;	
}

/* ------------------ Bilder ------------------ */

.boximg img {
	height:auto;
	width:200px;
}

/*
.gradient_bottom {
	background-image:url(../images/gradient_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:120px;
	width:200px;
}
*/

.boxgradient_top {
	background-image:url(../images/gradient_top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	border-top:1px solid #666;
	height:10px;
	width:200px;
}

.boxgradient_bottom {
	background-image:url(../images/gradient_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	border-top:1px solid #666;
	height:10px;
	width:200px;
}

.boxgradient_text_top {
	background-image:url(../images/gradient_text_top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	border-bottom:1px solid #666;
	height:10px;
	width:720px;
}

.boxgradient_text_bottom {
	background-image:url(../images/gradient_text_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	border-top:1px solid #666;
	height:10px;
	width:720px;
}

.imgbordertop {
	margin-top:10px;
	border-top:1px dotted #666;
}

/* ---------------- Fußzeile ---------------- */

.footer {
	margin: 10px auto;
	padding: 10px;
	position:relative;
	height:50px;
	z-index:20;
}

/* ---------------- Verschiedene float/clear-Klassen ---------------- */

.fltlft {
	float: left;
	margin-right:60px;
}

.fltrgt {
	float: right;
	margin-left: 0px;
}

.fltlftlast {
	float: left;
	margin: 0px auto;
}

.clearfloat {
	height:200px;
	clear:both;
}