/*
///////////////////////////////////////////////////////////////////////////////
//																			 //	
// HH    HH    OOOOOO    MM       MM   MM       MM							 //
// HH    HH   OO    OO   MMMM   MMMM   MMMM   MMMM						     //
// HHHHHHHH   OO    OO   MM MM MM MM   MM MM MM MM							 //
// HH    HH   OO    OO   MM  MMM  MM   MM  MMM  MM							 //
// HH    HH    000000    MM       MM   MM       MM							 //
//																			 //	
// erstellt durch       										             //
//																			 //	
// HOMM interactive, 6003 Luzern, www.homm.ch                  				 //
//																			 //	
//																			 //	
///////////////////////////////////////////////////////////////////////////////
*/


/* BASIS */

@import url(formular.css);
@import url(buildin_style.css);


* {
margin:0;
padding:0;
}


html, body {
height:100%;
margin: 0px;
padding: 0px;
SCROLLBAR-FACE-COLOR: #f3eddf; 
SCROLLBAR-HIGHLIGHT-COLOR: #f3eddf; 
SCROLLBAR-SHADOW-COLOR: #f3eddf; 
SCROLLBAR-3DLIGHT-COLOR: #cfb681; 
SCROLLBAR-ARROW-COLOR: #cfb681; 
SCROLLBAR-TRACK-COLOR: #f3eddf; 
SCROLLBAR-DARKSHADOW-COLOR: #cfb681; 
SCROLLBAR-BASE-COLOR: #f3eddf; 
buttonface: #f3eddf;
}

body {
font-family: Trebuchet MS, arial, verdana, sans-serif;
color:#3f3111;
font-size: 13px;
line-height: 160%;
padding: 0px;
margin: 0px;
text-align:center;
background: url(images/bg_back.gif) 0px 145px repeat-x #f3eddf;
}

#container {
width:927px;
position: relative;
min-height: 94%;
_height: 94%;/* IE */
background: url(images/bg_main.gif) top left no-repeat #FFFFFF;
}

#top {
width:903px;
text-align:left;
height:145px;
background-color:#ffffff;
background: url(images/bg_top.gif) top left no-repeat #FFFFFF;
}

#pics {
width:903px;
text-align:left;
height:276px;
background-color:#f3eddf;
}

#left {
width:200px;
text-align:left;
float:left;
margin-left:12px;
margin-right:12px;
}

#content {
width:479px;
float:left;
text-align:left;
}

#right {
width:188px;
text-align:left;
float:left;
margin-left:12px;
}

#footer {
width:927px;
position: relative;
min-height: 6%;
_height: 6%;/* IE */
margin: 0 0 0 0;
background: url(images/bg_footer.gif) top left no-repeat #f3eddf;
}

#clearDiv {
clear:both;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

a                {color:#184216;text-decoration:none;font-weight:bold;}
a:hover          {color:#184216;text-decoration:underline;font-weight:bold;}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
color:#184216;
padding: 0;
line-height: 1em;
text-align: left;
}

h1 {font-size: 20px;padding: 5px 0 5px 0;margin: 10px 0 5px 0;}
h4 {font-size: 14px;margin: 0px 0 0px 0;font-weight:bold;}
h5 {font-size: 16px;margin: 2px 0 2px 0; font-weight:bold;}
h6 {font-size: 14px;margin: 2px 0 2px 0; font-weight:bold;}

.inputButton	{cursor:pointer; width:100px;}

input, textarea, select, radio {
	font-family: Trebuchet MS, arial, verdana, sans-serif;
	font-size: 12px;
	background-color: #f9f7f1;
	padding: 1px;
	color: #7a6531;
	font-weight:bold;
	margin-bottom: 1px;
	border-bottom: 1px solid #cfb681;
	border-left: 1px solid #cfb681;
	border-top: 1px solid #e4dac4;
	border-right: 1px solid #e4dac4;
}

textarea 					{overflow: auto;}

.fieldSize					{width:300px;}

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

p 			   	 			{margin-top:0;margin:0;text-align:left;}

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

.elementStandard         	{margin-top:5px;margin-left:0px;margin-right:11px;margin-bottom:0px;line-height: 140%;}
.elementStandard li      	{list-style-type: square; margin: 0 0 0 16px;text-align:left;}	 


.posFlashHeader				{padding: 35px 0 0 0;}
.posBtnPrint				{margin: 30px 0 0 0; cursor:pointer;}
.posBtnRecommend			{margin: 30px 0 0 12px; cursor:pointer;}
.posBlockGlobal				{margin: 16px 0 4px 0;}
.block p					{font-size:12px; line-height:130%;}

table		     {font-size:13px;line-height: 160%;}
.table td        	{margin:0 0 0 0;padding: 3px; border-top: 1px solid #cfb681;font-size:13px;}
.tableTop td        {margin:0 0 0 0;padding: 3px; border-top: 1px solid #cfb681;font-size:13px;font-weight:bold;}
.tableWhite td        {padding: 3px 0 3px 0; border-top: 1px solid #cfb681;font-size:13px;}
.tableNoPadding td    {padding: 3px 0 6px 0; border-top: 1px solid #cfb681;font-size:13px;line-height: 130%;}
.tableNoPadding 	  {}
.tableFont		      {font-size:13px;}
.tableLineVertical		{border-left: 1px solid #cfb681;}
