@charset "utf-8";
/* CSS Document */

.AreaAll {
	background-color:#FFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:0px;
	border-left-color:#000;
	border-left-style:solid;
	border-left-width:2px;
}

.Logo {
	background-color:#FFF;
	background:url(../images/LogoKraus.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:80px;
}

.HeadLine {
	background-color:#FFF;
	background:url(../images/h-line.jpg);
	background-repeat:repeat-x;
	height:10px;
	background-position:left;
}

.h-Abstand {
	height:15px;
	background-color:#FFF;
}

.h-Abstand_Down {
	height:15px;
	background-color:#FFF;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.LeftCol {
	padding-top:5px;
	float:left;
	width:180px;
	height:300px;
	background-color:#FFF;
}

.top-MenuArea {
	height:30px;
	background-color:#FFF;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:1px;
}

.MainArea {
	margin-left:180px;
	padding-left:0px;
	padding-top:0px;
	border-left-color:#000;
	border-left-style:solid;
	border-left-width:2px;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:2px;
	background-color:#FFF;
}

.MainFrame {
	margin:0px;
	width:718px;
	height:460px;
	border:0px;
}

body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#707173;
	margin:0px;
	background-image:url(../images/LeftSide.jpg);
	background-repeat:repeat-x;
}

h4 {
	color:#000;
	font-size:36px;
	text-transform:uppercase;
}

.smalltext {
	font-size:24px;
	text-transform:uppercase;
}

a:link {
	color:#a5a7a8;
	font-style:italic;
	font-weight:bold;
}

a:visited {
	color:#a5a7a8;
	font-style:italic;
	font-weight:bold;
}

a:hover {
	color:#bd0926;
	font-style:italic;
	font-weight:bold;
}

a:active {
	color:#a5a7a8;
	font-style:italic;
	font-weight:bold;
}


