/* CSS Document */
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


body 
{
 font-size: 101%;
 background-color:#fff;
 text-align:center;
}
/* headlines */
h1 {font-size:14px; text-transform:uppercase; font-weight:bold; color:#8f4215;margin:0px;}
h1.lineTop {font-size:14px; text-transform:uppercase; font-weight:bold; color:#8f4215;margin:0px;border-top:1px dashed #5b5a59; padding-top:10px;margin-top:10px;}

h2 {font-size:11px; font-weight:bold; color:#5b5a59; margin-bottom:10px;}


h3 {font-size:11px; text-transform:uppercase;font-weight:bold; color:#5b5a59;}
h3.lineTop {font-size:11px; text-transform:uppercase;font-weight:bold; color:#5b5a59; border-top:1px dashed #5b5a59; padding-top:10px;margin-top:10px;}


h4 {font-size:14px;color:#000000;}
h4.h4box {font-size:11px; text-transform:uppercase; font-weight:bold; color:#5b5a59;margin-top:-50px;}

/* paragraphs */
p{
	line-height: 1.3em;

}

p.preis{font-size:14px; text-transform:uppercase; font-weight:bold; color:#8f4215;margin:10px;}

p.fliess{
	font-size:10px;
	color:#000;
	margin-bottom:10px;
}
p.alert{
	font-size:10px;
	color:#ff0000;
	margin-bottom:10px;
}
p.lineTop{
	font-size:10px;
	color:#000;
	margin-bottom:10px;
	border-top:1px dashed #5b5a59; padding-top:10px;margin-top:10px;
}
p.trace{
	font-size:11px;
	color:#fff;
	border:1px dashed #fff;
	background-color:#8f4215;
	margin:10px 0;
	padding:2px;
	font-weight:bold;

}
p.subHeadfliess{
	margin-top:-10px;
	line-height: 1,3em;
	font-size:10px;	
}

.boxInTitle
{
font-size:11px; text-transform:uppercase; font-weight:bold; color:#5b5a59;
padding-top:10px;
}
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  border:0;
  font-weight:bold;
  font-size:12px;
}
a:active, a:hover
{
text-decoration:none;
/* color:#ff9200;*/
}

/* Die Hyperlinks im Haupt-Menü */
a.hptmenu:link, a.hptmenu:visited
{ 

 background-repeat: no-repeat;
 background-position: left;
 padding-left:14px;
 text-decoration:none;
 color:#fff;
}
a.hptmenu:active, a.hptmenu:hover
{ 
  color:#eeeeee;
}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  font-size:10px;
  font-weight:normal;
  color:#fff;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  color:#eeeeee;
}
/* Die Hyperlinks Mailto auf blau */
a.menuBlack:link, a.menuBlack:visited,a.menuBlack:active, a.menuBlack:hover
{ 
  font-size:10px;
  font-weight:normal;
  color:#000;
  text-decoration:underline;
}

/* Die Hyperlinks in der metanavi */
a.meta:link, a.meta:visited
{ 
  font-size:10px;
  font-weight:bold;
  color:#000;
  text-decoration:none;
}
a.meta:active, a.meta:hover
{ 
  color:#5b5a59;
}
/* markiertes Menü */
a.menuMarked:link, a.menuMarked:visited
{ 
  font-size:10px;
  font-weight:bold;
  color:#fff;
  text-decoration:underline
}

a.button:link, a.button:visited,a.button:active,a.button:hover {
	display:block;
	text-align:left;
	background: url(../images/body/btn_GO.gif);
	background-repeat: no-repeat;
	background-position: right top; 
	text-decoration:none;
	
	color:#FFF;
	font-weight:bold;
	
	font-size:11px;
	line-height:28px;
	cursor:hand;
	cursor: hand;
}
a.button2:link, a.button:visited,a.button:active,a.button:hover {
	display:block;
	text-align:left;
	background: url(../images/body/btn_GO.gif);
	background-repeat: no-repeat;
	background-position: right top; 
	text-decoration:none;
	
	color:#333333;
	font-weight:bold;
	
	font-size:11px;
	line-height:28px;
	cursor:hand;
	cursor: hand;
}

a.buttonNoText:link,a.buttonNoText:visited,a.buttonNoText:active{
	display:block;
	background: url(../images/body/btn_GO.gif);
	background-repeat: no-repeat;
	/*background-position: right top; */
	width:30px; height:30px;
	cursor:pointer;
	cursor: hand;
	
}

 



ul{list-style-type:square;font-size:11px;  font-weight:bold; color:#000;margin:0px; line-height:15px;}

/* Die Titelzeile */
#title {
height:30px;
padding:5px;
text-align:center;
background-color:#9c9a63;
}

/*header*/
#header {
	background-image:url(../images/body/header.gif);
	width:760px;
	height:106px;
	background-repeat: no-repeat;
	background-position:center;
	margin:0px auto;
}
/* Das Menü */
#hptnav {
	width:140px;
	height:15px;
	background-color:#5b5a59;
	padding: 5px 7px;
	margin: 0;
}

/* Das Menü */
#nav {
border:1px solid #5b5a59;
padding: 5px 20px;

color:#ffffff;
background-color:#5b5a59;
text-align:left;

}

/* Der Inhalt */
#content {
height:100%;
top:0;
border:1px solid #5b5a59;
margin:1px 20px 0px 20px;
border-top:5px solid #5b5a59;
background-color:#fff;
background-image:url(../images/body/bg.gif);
background-position:bottom;
background-repeat:no-repeat;
padding:10px;
color:#000;
}
/* logo */
#logo {
	height:39px;
	width:236px;
	border-bottom:1px solid #5b5a59;
	margin-top:10px;
	background-image:url(../images/body/rwos_Logo_2.gif);
	background-repeat:no-repeat;
	float: right;
}
/* spaceLine*/
#spaceLine {
position:relative;
display:block;
	height:200px;
	top:0;
	width:1px;
	background-color:#5b5a59;
	margin:0px 10px 0px 0px;
	float: left;
}

/* topIcon*/
#topIcon {
	
	display:block;
	float:right;
	background-image:url(../images/body/topIcon.gif);
	width:19px;
	height: 27px;
	margin-right:15px;
}


/* markenlogo*/
#markenLogo {
float:right;
display:block;
background-repeat:no-repeat;
border-bottom:1px solid #5b5a59;border-right:1px solid #5b5a59;
margin:0;
padding:0;
top:0;
bottom:0;
}
/* imgbox */
#imgBox {
	border-right:1px solid #5b5a59;
	border-bottom:1px solid #5b5a59;
	margin-bottom:10px;
	width:146px; height:64px;
}
#imgBoxIcons {
	position:relative;
	display:block;
	float:left;
	height:51px;
	border-right:1px solid #5b5a59;
	border-bottom:1px solid #5b5a59;
	margin:10px 0 0 10px;
	
	
}
/* imgboxTeaser */
#imgBoxTeaser {
	border-right:1px solid #5b5a59;
	border-bottom:1px solid #5b5a59;
	margin-bottom:10px;
	width:auto;
	height:216px;
	padding:1px;
	background-color: #d9d9d9;
	text-align: center;
}

/* box */
#box {
	border-right:1px solid #5b5a59;
	border-bottom:1px solid #5b5a59;
	padding:5px;
	margin-bottom:10px;
	background-color:#e0eaee;
	color:#000;
}
/* boxMarken */
#boxMarken {
	width:505px;
	background-image:url(../images/unsereMarken/tilak.jpg);
	background-repeat:no-repeat;
	border-right:1px solid #5b5a59;
	border-bottom:1px solid #5b5a59;
	padding:5px;
	background-color:#e0eaee;
	color:#000;
	margin: 10px 0 10px 5px;
}
fieldset {font-size:10px; border:1px dashed #5b5a59; margin-bottom:10px; }
legend {font-size:11px; font-weight:bold; color:#5b5a59;}
form {color:#000000; line-height:22px; }
textarea {font-family:Verdana,sans-serif;font-size:11px; color:#333; border:1px solid #5b5a59; width:89%; padding:2px; margin:5px;}
label { width:200px; margin-left:5px;}
label#text {display:block; width:90%;}
input  {font-size:11px;color:#333; border:1px solid #5b5a59;  text-align:left; }
.text  {font-size:11px;color:#333; border:1px solid #5b5a59;  text-align:left; margin:5px; width:93%;}
.radio {font-size:11px;color:#333; border:none;  text-align:left; margin:0; margin-right:5px;}
textarea input {font-size:11px;color:#333; border:1px solid #5b5a59;  text-align:left; margin-right:5px;}
p input {color:#111; text-align:center;  font-size:11px; }
input:focus, textarea:focus {background-color: #F0F0F0; border: 1px solid #5b5a59;}
/*span input {border:none; color:#bdab92; text-align:center; width:12px; float:left; margin-right:0px; display:block;}
span label {margin-left:5px; margin-right:15px;}
select {font-family:Verdana,sans-serif; font-size:11px; color:#333; background-color:#fff; border:1px solid #5b5a59; float:right; margin-left:5px; margin-right:10px; width:215px;}
option {font-family:Verdana,sans-serif; font-size:11px; color:#414b56; background-color:#fff; border:1px solid #5b5a59;}*/
.Button{
		display:block;
		float:right;
		border:none;
		margin-right:2px;
		width:90px;
		height:30px;
		text-align:left;
		background: url(../images/body/btn_GO.gif);
		background-repeat: no-repeat;
		background-position: right center; 
		text-decoration:none;
		font-weight:bold;
		font-size:11px;
		cursor:pointer;
		cursor: hand; }
form br {clear:all;}
