﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image:url(../images/TretterTextil_background.png);
	background-repeat:repeat-x;
	margin-top:0px;
}

#wrapper {
	 margin:0 auto;
	 width:981px;
}

h1{
	font-family: Times New Roman, Helvetica, sans-serif;
	color:#033649;
	font-size:36px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;	color:#033649;
	font-size:14px;
	color:#033649;
	margin-top:20px;
}

#bemerkung{
	margin-left:25px;
	margin-top:50px;
}
p{
   font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#323232;
}

.leiste {
 height:39px;
 margin-top:5px;
 width:981px;
 margin:0 auto;
 margin-bottom:7px;

}

.promoimg{
	width:100px;
	height:auto;
	margin-left:12px;
}

.hide{
	display:none;
}

#left {
 width:300px;
 height:200px; /*for testing*/
 margin-left:10px;
 float:left;
}

#logo {
	width:140px;
	height:140px;
	margin-left:65px;
	margin-top:19px;
	background-image:url(../images/TretterTextil_logo.png);
}

#right {
 width:620px;
 height:200px; /*for testing*/
 float:left;
}

/*borders for main_content*/
.corner_top_left {
 float:left;
 width:20px;
 height:20px;
 background-image:url(../images/TretterTextil_topleft.png);
}

.corner_top_right {
 float:left;
 width:20px;
 height:20px;
 background-image:url(../images/TretterTextil_topright.png);
}

.corner_bottom_left {
 float:left;
 width:20px;
 height:20px;
 background-image:url(../images/TretterTextil_bottomleft.png);
}

.corner_bottom_right {
 float:left;
 width:20px;
 height:20px;
 background-image:url(../images/TretterTextil_bottomright.png);
}

.border_top {
	float:left;
	height:20px;
	width:580px;
	background-image:url(../images/TretterTextil_bordertop.png);
}

.border_bottom {
  float:left;
  height:20px;
  width:580px;
  margin-bottom:20px;
  background-image:url(../images/TretterTextil_borderbottom.png);
}



#contentborder {
  float:left;
  width:620px;
  background-image:url(../images/TretterTextil_bordercontent.png);
}

.content {
	float:left;
	margin-left:40px;
	width:auto;
}


.border_top_navi {
	float:left;
	height:20px;
	width:241px;
	background-image:url(../images/TretterTextil_bordertop.png);
}

.border_bottom_navi {
  float:left;
  height:20px;
  margin-bottom:20px;
  width:240px;
  background-image:url(../images/TretterTextil_borderbottom.png);
}

#logoborder {
  float:left;
  width:280px;
  margin-right:20px;
  background-image:url(../images/TretterTextil_bordernavi.png);
}

#logos {
  float:left;
  width:240px;
  margin-left:20px;
}


ul#topnav {
	margin: 0; padding: 0;
	float: left;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 12px;
	height:40px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	
}
ul#topnav li a {
	padding: 12px 15px;
	display: block;
	color: #012b44;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul#topnav li:hover { 
	 background-image:url(../images/TretterTextil_navi_hover.png);
	 border-right: 1px solid #a7acaf; /*--Divider for each parent level links--*/


}
ul#topnav li a:hover { 
	 font-family: Arial, Helvetica, sans-serif;
	 color:white;
	 }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 920px;
	background: #012b45;
	color: #fff;
	margin-top:4px;
	margin-left:10px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

ul#topnav li span a{
	color: #fff;

}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}

/*====================*/
/*=== Input Styles ===*/
/*====================*/
fieldset {
	border:0px;
	padding:20px;
	margin-bottom:30px;
	
}

legend {
	padding:0 20px;
	font-weight:bold;
	visibility:collapse;
}

label {
	display:inline-block;
	width:100px;
	float:left;
}

input,
textarea,
select {
	padding: 5px;
	font: 400 1em Verdana, Sans-serif;
	color: #333;
	background:#eee;
	border: 1px solid #ccc;
	margin:0 0 10px 0;
	width:50%;
}

input:focus,
textarea:focus,
select:focus {
	background: #fff;
	border: 1px solid #999;
}

textarea {
	height:100px;
}

a.button {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	margin:0 auto;
}

a.button span {
    background: transparent url('../images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
	display: inline-block; /* push text down 1px */
} 

#submit{
	margin-left:120px;
	width:263px;
}

input.radio, input.checkbox {
	width:auto;
}

.homeimage{
	margin:20px;
	border: 1px solid #CCCCCC;
	}

}

.slideshow{
	alignment-adjust:central
	margin:20px;
	border: 1px solid #CCCCCC;
	}
