/*
	#073062
	1. Allgemein
	2. Links
	3. Formulare
	4. Text
	5. Tabellen
*/


/*********************************************************************** 
	1. Allgemein 
***********************************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f5f5f5;
	margin-top: 0px;
	background-image: url(http://www.hotlingerie.ch/bg.gif);
	padding-left: 6px;
	padding-top: 6px;
}

#site {
	width: 800px;
	margin: 0;
	padding: 0px 15px 10px;
	background-color: #ffffff;
}

#top {
    	border-bottom:1px solid #d7d7d7;
}

#bottom {
    	border-top:1px solid #d7d7d7;
}

#footer {
	width: 800px;
	/*background-color: #ffffff;*/
    	margin:0 ;
}

#banner {
    	width: 300px;
	float: left;
}

#menu_top {
    	width: 500px;
	float: right;
	text-align: right;
}


#page {
   	padding-top: 0px;
}

#content {
    	width: 570px;
	float: right;
	padding-left: 20px;
	padding-right: 10px;
	z-index: 50;
	position: relative;
	border-left:1px solid #d7d7d7;
}

#menu_right {
    	width: 180px;

	float: left;
	vertical-align: top;
	z-index: 49;
	position: relative;
	
}

#page_out {
    	padding-top: 30px;
    	background-color:#ffffff;
    	padding-right: 0px;
}

#content_out {
	width: 400px;
	float: left;
	/*padding-bottom:10px;*/
	background-color:#fbfbfb;
	background-color:#ffffff;
}



#menu_right_out {
	width: 370px;
	float: right;
	vertical-align: top;
	border:inherit;
	padding:10px;
	background-color:#f2f2f2;
}

#bottom_out {
	background-color:inherit;

}

#content_big {
    	
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 50;
	
}


#content_big_bottom {
	background-color:#e5efc7;
	float: left;
	padding-left: 10px;
	
	z-index: 50;
	
	width:790px;
}

hr { 
	background-color:#dbdbdb;
	color:#dbdbdb;
	border: #dbdbdb;
	height: 1px;
	width:100%;
}

.hr_menu { 
	padding: 0px;
	border-bottom:1px dashed #000000; 
	width:100%;
}

/*********************************************************************** 
	2. Links 
***********************************************************************/
A:LINK,A:VISITED,A:ACTIVE { 
	color: #000688; 
	text-decoration: none; 
}
A:HOVER { 
	color: #032f55; 
	text-decoration: underline;
}

A.navilinks:LINK, A.navilinks:VISITED, A.navilinks:ACTIVE { 
	color: #3561C8;
	text-decoration: none;
}
A.navilinks:HOVER { 
	color: #073062;
	text-decoration: underline; 
}

A.imglinks:LINK, A.imglinks:VISITED, A.imglinks:ACTIVE { 
	color: #000000;
	text-decoration: none;
}
A.imglinks:HOVER { 
	color: #073062;
	text-decoration: underline; 
}

/*********************************************************************** 
	3. Formulare
***********************************************************************/
input{
	border: 1px solid silver;
	margin: 1px;
	font-size: small;
	background-color:#f5f5f5;
	/*font-weight:bold;*/
}
textarea { 
	border: 1px solid silver;
	margin: 1px;
	font-size: 11px;
	background-color:#f5f5f5;
}

.smallerform{
	font-size: small;
	background-color:#f5f5f5;
}

.smallerform input{
	border: 1px solid silver;
	margin: 1px;
	font-size: smaller;
	background-color:#f5f5f5;
	/*font-weight:bold;*/
}
.smallerform textarea { 
	border: 1px solid silver;
	margin: 1px;
	font-size: 11px;
	background-color:#f5f5f5;
}

.smallform input{
	border: 1px solid silver;
	margin: 1px;
	font-size: small;
	background-color:#f5f5f5;
	/*font-weight:bold;*/
}
.smallform textarea { 
	border: 1px solid silver;
	margin: 1px;
	font-size: 11px;
	background-color:#f5f5f5;
}

#stdform .secondcol input {
	text-align:left;
	
}

#stdform {
	font-size:1.2em;
	margin-top:5px;
	padding:10px;
	position:relative;
	z-index:80;
}

#stdform .firstcol {
	float:left;
	font-weight:500;
	/*text-align:right;*/
	width:150px;
	margin:3px 0 4px;
}

#stdform .secondcol {
	/*width:350px;
	float:right;*/
	/*text-align:left;*/
}



#uploadList .secondcol input {
	text-align:left;
}

#uploadList {
	font-size:1.2em;
	margin-top:5px;
	padding:10px;
	position:relative;
	z-index:80;
}

#uploadList .firstcol {
	float:left;
	font-weight:500;
	/*text-align:right;*/
	width:200px;
	margin:3px 0 4px;
}

#uploadList .secondcol {
	/*text-align:left !important;*/
}

.form_info {
	color:#434343;
	/*font-size:0.85em;*/
	font-size:small;
}

/***********************************************************************
	4. Text
***********************************************************************/
ul {
	margin:0px;
	padding:10px;
	list-style-type:none;
}
#menu_top_small {
	font-size: smaller;
	color: #073062;
}
#menu_top_big {
	float: right;
	margin:0;
	padding:0px 0px 0px 0px;
}
#menu_top_big ul {
	margin:0px;
	padding:10px;
}
#menu_top_big li {
	float:left;
	list-style-type:none;
	padding:2px 5px 0px 0px;
}
#menu_top_big a {
	padding-left:25px;
	text-decoration:none;
	font-size: medium;
	font-weight:600;
	color: #424242;
}
#menu_top_big a:hover {
	text-decoration:none;
	font-size: medium;
	font-weight:600;
	color: #000000;
}
#teaserblock h2 {
	color: #000000;
	font-size: large;
	font-family: Verdana,Arial,Sans-Serif;
	font-weight: 500;
	margin-top:0px;
}
#teaserblock h3 {
	font-size:small; 
	line-height:18px; 
	font-weight:500;
	color:#000000;
	padding-left: 50px;
	background-image:url(/images/imagefolder_32x32.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
}

#more_informations {
	font-size:medium; 
	font-weight:600;
	color:#000000;
	padding-right: 10px;
	text-align: right;
}

.menuitem {
	background-image:url(https://flobre.mine.nu/projekte/amasho/images/arrow_16x16.png);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:3px;
}





.text_blue{
	color: #355274;
}

.text_grey{
	color: #6f6f6f;
}

.text_grey_small{
	color: #6f6f6f;
	font-size: smaller; 
}

.text_small {
	font-size: smaller; 
}
.smalltext {
	font-size: smaller; 
}
.statusOk {
	color: green;
}
.statusNotOk {
	color: red;
	font-weight: bold;
}

h2{
	color: #000000;
	font-size: x-large;
	font-family: Verdana,Arial,Sans-Serif;
	font-weight: 500;
	margin:0px;
}
h3{
	color: #000000;
	font-size: large;
	font-family: Verdana,Arial,Sans-Serif;
	font-weight: 500;
	margin:0px;
	padding:0;
}
h4{
	color: #000000;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0px;
	padding-top:2px;
}
h5{
	color: #000000;
	font-size: small;
	font-family: Verdana,Arial,Sans-Serif;
	font-weight: 500;
	margin-top:0px;
}

.h2_red{
	color: #743535;
	font-size: x-large;
	font-family: Verdana,Arial,Sans-Serif;
	font-weight: 500;
	margin-top:0px;
}
.h2_blue{
	color: #355274;
	font-size: x-large;
	font-family: Verdana,Arial,Sans-Serif;
	font-weight: 500;
	margin:0px;
}
.h3_blue{
	color: #355274;
	font-size: large;
	font-family: Verdana,Arial,Sans-Serif;
	font-weight: 500;
	margin:0px;
}
.h3_red{
	color: #743535;
	font-size: large;
	font-family: Verdana,Arial,Sans-Serif;
	font-weight: 500;
	margin:0px;
}
.h4_blue{
	color: #355274;
	font-size: medium;
	font-family: Verdana,Arial,Sans-Serif;
	font-weight: 500;
	margin:0px;
}
.h4_red{
	color: #743535;
	font-size: medium;
	font-family: Verdana,Arial,Sans-Serif;
	font-weight: 500;
	margin:0px;
}

.menu_lines_bottom {
	font-weight: 500;
}

/***********************************************************************
	5. Layer
***********************************************************************/
.product_container {
	width: 250px;
	/*text-align:center;*/
	/*margin: 5px;	
	padding: 5px;*/
	z-index: 5;
	/*padding-bottom: 20px;*/
	background-color:#f5f5f5;
	padding: 5px;
	margin: 5px;	
	
}
.product_container_small {
	width: 160px;
	/*text-align:center;*/
	/*
	*/
	z-index: 5;
	/*padding-bottom: 20px;*/
	background-color:#f5f5f5;
	padding: 5px;
	margin: 5px;	
}
.product {
	z-index: 5;
	background-color:#f5f5f5;
	padding: 5px;
	margin: 5px;	
	
}
.image_container{
	width: 260px;
	/*text-align:center;*/
	/*margin: 5px;	
	padding: 5px;*/
	z-index: 5;
	/*padding-bottom: 20px;*/
	
}

.image_container_small{
	padding-right: 10px;
	width: 120px;
	z-index: 5;
}

.image_container_small2{
	padding-right: 10px;
	width: 150px;
	z-index: 5;
}

.image_border{
	border:1px solid #d7d7d7;
	
	padding: 5px;
}

.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	z-index:150;
}
.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.autocomplete ul li.selected { background-color: #ffb;}
.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:20px;
	cursor:pointer;
	text-align:left;
}




/**************************************************
Mike
**************************************************/
.style2 {font-weight: bold}
