/** BASIC */

html, body 
	{
		height: 100%;
	}

body 
	{
		margin: 0px;
		padding: 0px;
		background: #666666 url(images/bg01.jpg);
	}

/** FORMS */

form 
	{
		margin: 0px;
		padding: 0px;
	}

/** HEADINGS */

h1
	{
		font-size: 13px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#dcdcdc;
		margin: 0px;
		text-align: left;
		text-indent: inherit;
	}

h2, h3, h4, h5, h6 	
	{
		font-size: 13px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 0px;
		margin: 12 0 12 0;
	}

/** TEXTS */

body, th, td, input, textarea, select, tr 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10.5px;
		color: #d1bca1/*CDC2B0*/;
		text-align: left;
	}

p, blockquote, ul, ol, dl 
	{
		margin-top: 0px;
		margin-bottom: 1em;
		text-align: justify;
	}

.ul1 
	{
		margin-left: 0px;
		padding-left: 0px;
		list-style: none;
	}

.text1 
	{
		font-size: 11px;
		font-weight: bold;
		color: #F9E7CB;
	}

.text2 
	{
		font-weight: bold;
		color: #F5E9D3;
	}

.text3 	
	{
		margin: 0px;
		padding: 0px;
		text-align: center;
		color: #6F6250;
	}

/** LINKS */

a 
	{
		color: #ECE0CB;
	}

a:hover 
	{
		text-decoration: none;
	}

/** STYLES */

.style1 	
	{
		margin: 0px;
		padding: 0px;
		text-align: center;
		color: #a5947f/*91806B*/;
	}

.style1 a 
	{
		color: #91806B;
	}

.style1 a:hover 
	{
	
	}

/** BACKGROUNDS */

.bg1 { background: url(images/bg02.jpg) repeat-x left top; }
.bg2 {}

.bg3 { background: url(images/bg06.jpg) no-repeat left top; }
.bg4 { background: url(images/bg07.jpg) repeat-y center top; }
.bg5 { background: url(images/bg08.jpg) no-repeat left bottom; }
.bg6 { background: url(images/bg09.jpg) no-repeat left top; }

.bg7 { background: url(images/homepage07.jpg) repeat-y right top; }
.bg8 { background: url(images/homepage08.jpg) repeat-x left top; }

.bg9 { background: url(images/homepage15.jpg); }
.bg10 { background: url(images/homepage16.jpg); }

/** MISC */

.align-justify { text-align: justify; }

.img1 
	{
		float: left;
		margin-right: 8px;
		margin-top: 4px;
		margin-bottom: 0px;
	}

.img2
	{
		float: right;
		margin-left: 8px;
		margin-top: 4px;
		margin-bottom: 4px;
		margin-left: 2px;
	}

hr { display: none; }

.hr1 
	{
		height: 1px;
	}

.h100 
	{
		height: 100%;
	}

html>body .h100 
	{
		height: auto;
	}
	
.linkfarbe
	{
		color:#FFFFFF
	}	
	

