/* Allgemeine Seitendefinitionen */

html{
	font-size: 100.00001%;
	background: #E5E5E5;
	
}

body{
	margin: 0px;
	padding: 10px;
	font-size: 0.9em;
	font-family: Arial, Verdana, Helvetica;
	width: 18cm;
}

#main{
	background-color: #E5E5E5;
	margin-left: auto;
	margin-right: auto;
	width: 18cm;
	
}

#main_background_top{
	width: 952px;
	height: 34px;
	float: left;
}

#main_background_middle{
	width: 952px;
	float: left;
}

#main_background_bottom{
	width: 952px;
	height: 27px;
	float: left;
}

#main_top{
	margin-left: 13px;
	margin-right: 15px;
	background-image: url(../media/indat_logo.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	height: 100px;
}

#main_banner{
	margin-top: 3px;
	margin-left: 13px;
	margin-right: 15px;
	background-image: url(../media/banner_1.jpg);
	background-repeat: no-repeat;
	height: 122px;
	display: none;
}

#main_content{
	margin-left: 13px;
	margin-top: 3px;
	padding: 10px;	
}

#main_menu{
	margin-left: 13px;
	margin-right: 15px;
	background-color: #006CA0;
}

#main_menu ul{
	margin: 0px;
	padding: 0px;
	display: inline;
}

#main_menu ul li{
	display: inline;
	color: white;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	padding: 2px;
	border-right: 3px solid white;	
}

#main_menu ul li a:link,
#main_menu ul li a:visited,
#main_menu ul li a:hover{
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

#main_menu input{
	border: 0px;
	background-color: white;
	background-image: url(../media/lupe_bg.jpg);
	background-repeat: no-repeat;
	
	font-weight: bold;
	padding-left: 20px;	
	border: 2px solid white;
	height: 17px;

	position: absolute;
	color: #006CA0;
	width: 100px;
}


/* spezielle Klassen */

.indat_logo{
	margin-left: 20px;
}

#printer{
	cursor: pointer;
	display: inline;
	position: absolute;
	margin-left: 127px;
	margin-top: 2px;
	height: 16px;
	width: 16px;
	background-image: url(../media/icon_printer.jpg);
	background-repeat: no-repeat;
}

.window{
	width: 365px;
	border: 5px solid #99C3E0;
	height: 400px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	overflow: auto;
}

.window1_4{
	width: 365px;
	border: 5px solid #99C3E0;
	height: 185px;
	margin-bottom: 10px;
	padding: 5px;
	overflow: auto;
	margin-right: 10px;
}


.window_large{
	width: 880px;
	border: 5px solid #99C3E0;
	height: 400px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	overflow: auto;
}

.window_large img{
	border: 0px solid #99C3E0;
}

.window_product{
	width: 365px;
	border: 5px solid #99C3E0;
	height: 400px;
	float: left;
	margin-right: 10px;
	overflow: auto;
}

.window_gray{
	width: 124px;
	background-color: #E5E5E5;
	float: left;
	height: 420px;
	display: none;
}

h1{
	color: #006AB2;
	font-size: 1em;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h2{
	color: #006AB2;
	font-size: 1em;
	font-style: italic;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#produktname{
	background-color: #99C3E0;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
}

#produktbeschreibung{
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.5em;
}

#produktpreis{
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
}

#produktbestellen{
	background-color: #99C3E0;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
	float: right;
	clear: left;
	width: 100px;
	text-align: center;
}

#produktbestellen a:link,
#produktbestellen a:visited{
	color: white;
	text-decoration: none;
}

#produktbestellen a:hover{
	text-decoration: underline;
}

.productlist_groups{
	color: red;
	font-weight: bold;
	font-size: 0.9em;
}

.red{
	color: red;
}

.productlist_names{
	font-weight: bold;
	font-size: 0.8em;
}

.productlist_names a:link,
.productlist_names a:visited{
	color: black;
	text-decoration: none;
}

.productlist_names a:hover{
	text-decoration: underline;
}
.bluelink a:link,
.bluelink a:visited{
	color: #006AB2;
	text-decoration: none;
}

.bluelink a:hover{
	text-decoration: underline;
}

.newsletter input{
	margin: 0px;
	font-size: 0.9em;
	font-family: Arial, Verdana, Helvetica;
	width: 80px;
	color: #006CA0;
	margin-left: 5px;
}

.newsletter h1{
	margin-left: 5px;
}
