/* CSS Document */

body		{
	padding: 0px;
	font-family: Arial;
	font-size: 10px;
	height:100%;
	background: url(images/back.jpg) repeat top left #FFF;
	margin:0px;
	border:0;
	border-collapse: collapse;
}

.bg	{
	background: transparent;
}


.mainlayout	{
	width:100%;
	height:100%;
	background: transparent;
	text-align: left;
	margin-top: 0px;
	border:0px;
	border-collapse: collapse;
}

.mainl	{
	background: url(images/mainl-back.jpg) repeat top left transparent;
	width:90%;
}


.mainr	{
	width:200px;
	background: url(images/mainr-back.png) repeat-y top left transparent;
}

.page	{
	width:100%;
	height:100%;
	border:0px;
	border-collapse: collapse;
}

.top	{
	width:900px;
	height:10%;
	background: url(images/top.jpg) no-repeat top left transparent;
}

.topopen	{
	width:900px;
	height:10%;
	background: url(images/topopen.jpg) no-repeat top left transparent;
}

.open	{
	/*width:10%;*/
	/*height:90%;*/
	background: url(images/open.jpg) no-repeat top left transparent;
	vertical-align: top;
	text-align: center;	
}


.menu	{
	width:10%;
	/*height:90%;*/
	background: url(images/menu.jpg) no-repeat top left #FFF;
	vertical-align: top;	
}


.content	{
	vertical-align: top;
	width:562px;
	margin-top:22px;
	background:transparent;
   	/*overflow: auto;*/
	border:0;
}

.kontakt	{
	background: url(images/stand.gif) no-repeat 360px 240px transparent;
}

.footerbg	{
	background: url(images/menu.jpg) no-repeat 0px -530px transparent;
	/*background: transparent;*/
	color:#C2AE85;
	margin:0;
	padding:0;
}

.footer	{
	width:100%;
	height:30px;
	background: transparent;
	font-size: 10px;
	color:#C2AE85;
	border:0px;
	margin-left:0px;
	border-collapse: collapse;
}

h1	{
	font-size: 14px;
	font-weight: bold;
	color: #CF6205;
	margin:0px 0px 0px 5px;
}

.image	{
	margin:5px 50px 5px 10px;	
}

.image2	{
	margin:5px 0px 5px 0px;	
}

p	{
	font-size: 12px;
	margin:5px 50px 0px 15px;
}

.p2	{
	font-size: 12px;
	margin:0px 10px 0px 15px;
}

.p1	{
	font-size: 11px;
	margin:5px 50px 5px 25px;
}

a:link, a:visited, a:active   {
	text-decoration: none;
	font-weight: bold;
	color:  #000;
	text-align: right;
	font-size: 12px;
}

a:hover   {
	text-decoration: underline;
	color:  #000;
	background:  #FFF;
}

a.sml:link, a.sml:visited, a.sml:active   {
	text-decoration: none;
	font-weight: normal;
	color:#C2AE85;
	text-align: right;
	font-size: 10px;
}

a.sml:hover   {
	text-decoration: none;
	color:  #000;
	background:  #FFF;
}

a.lang:link, a.lang:visited, a.lang:active   {
	text-decoration: none;
	font-weight: bold;
	color:  #9CCF13;
	text-align: right;
	font-size: 10px;
}

a.lang:hover   {
	text-decoration: none;
	color:  #9CCF13;
	background:  #000;
}

a.langopn:link, a.langopn:visited, a.langopn:active   {
	text-decoration: none;
	font-weight: bold;
	color:  #000;
	text-align: right;
	font-size: 12px;
}

a.langopn:hover   {
	text-decoration: none;
	color:  #FFF;
	background:  #017761;
}

INPUT.TEXT, TEXTAREA.TEXT	{ 
  	font-family:Arial; 
  	font-size:12px;
  	color: #000000; 
	width: 199px;
	/*text-align: center;*/
	background:  #FFF;
	border: 1px solid;
	border-color: #CCCCCC;
}