* {
margin: 0;
padding: 0;
}

/* declare consistent base font sizes */
/* ---------------------------------- */

body{
font-size:medium;
}

* html body{
font-size: small; /* for IE5/win */
f\ont-size: medium; /* for other IE versions */
}

html>body {
font-size:medium; /* be nice to opera */
}
/* ---------------------------------- */


body{
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	color: #7C7058;
	background-color: #D5CBB8;
}

p{margin: 0 0 1em 0;}

h1{
	font-size: 130%;
	font-weight: normal;
}


a, a:link, a:visited, a:active, a:hover
{ 
	text-decoration:underline;
	font-weight:normal;
	color: #7C7058;
}

a:active,a:hover
{ 
  color:#7C7058;
  background-color:#EEE9CC;
}


#main{
		height:332px;
		background-color:#EEE9CC;
}

#sub{
	height:154px;
	background-color:#FAF9F0;
	background-image:url(layout_img/sub_bckgrd.png);
	background-position:915px top;
	background-repeat:no-repeat;
}


#titelnews{
	position:absolute;
	top: 430px;
	left: 498px;
	width:390px;
	height: 82px;
	font-size:85%;
	line-height: 150%;
}

.orange{ color:#D26B33}


#footer{
	font-size:65%;
	margin: 10px 0 0 600px;
	font-family:Verdana, Arial, sans-serif;
}

#logo{
	position: absolute;
	top: 512px;
	left: 806px;
}



.textcontainer{
	position:absolute;
	width: 338px;
	height: 486px;
	left: 299px;
	top: 64px;
	font-size: 85%;
	line-height:150%;
	z-index: 0;
}

.textcontainer h1{
	font-size: 140%;
	font-weight:normal;
	line-height: 110%;
	margin-bottom: 1.5em;
	}


#textwrapper{
	margin: 100px 62px 0px 62px;
}

#schmuckbild{
	position: absolute;
	left: 615px;
	top: 82px;
	width: 350px;
}

#schmuckbild img{
	float:left;
	margin: 0 14px 14px 0;
}



.bildlinks {float:left;}
