/*
	Theme Name: UK Biz For WordPress
	Theme URI: http://www.bechtold.biz
	Description: Adicle directory
	Author: G. Bechtold
	Author URI: http://www.bechtold.biz

*/

body {
  margin:0px;
  padding:0px;
  height:auto !important;
  height:100%;
  min-height:100%;
  background-color:#352410;
  text-align: center;
  font-size:0.9em;
  font-family:Arial;
}

#main{
	margin:0px auto 0px auto;
	width:780px;
	text-align:left;
	padding:0px;
	padding-bottom:20px;
}

#page{
	background-image : url(images/mainback.gif);
	margin:0px;
}

#menu{
	float:right;
	width:240px;
	color:#E7D6BF;
}

#menu ul{
	padding:0px;
	margin:10px 30px 20px 0px;
}

#menu li{
	list-style-image : none;
	list-style-position : outside;
	list-style-type : none;
	padding: 2px 0px 2px 12px;
	margin:0;
	background-image : url(images/inactive.gif);
	background-repeat : no-repeat;
}

#menu a{
	color:#E7D6BF;
	text-decoration : none;
}

#menu a:hover{
	color:#F9EDDD;
}

#nav{
	margin-bottom:20px;
}

#nav a{
	color:black;
	text-decoration: none;
}

#navbottom{
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
}

#navbottom a{
	text-decoration: none;	
}

#text{
	padding:20px 280px 20px 40px;
	text-align:left;
}

#text a{
	color:#B87530;
}

#text a:hover{
	color:#E78A28;
}

#text h1{
	margin:30px 0px 0px 0px;
	font-size:1.3em;
	border-bottom:1px solid #C0B7AB;
}

#text h1 a{
	color:black;
	text-decoration: none;
}

#text h1 a:hover{
	color:#B87530;
	text-decoration: none;
}

#text ul{
	padding-left:20px;
}

#topphoto{
	margin:0px;
	padding:0px;
	width:780px;
	height:271px;
	background-image : url(images/topphoto.jpg);
}

#topphoto ul{
	margin:0px;
	margin-left:40px;
	padding:0px;
	padding-top:220px;	
	display : block;
}

#topphoto li{
	list-style-image : none;
	list-style-position : inside;
	list-style-type : none;
	display : inline;
}

#topphoto li a{
	display:block;
	float:left;
	margin:0px 12px 0px 0px;
	padding:4px 12px 4px 12px;
	color:black;
	background-color:white;
	text-decoration : none;
   opacity: 0.6;
   filter: alpha(opacity=60);
   -moz-opacity: 0.6;
   -khtml-opacity: 0.6;   
   width:100px;
   text-align:center;
   border-bottom:1px solid #303030;
   border-right:1px solid #505050;   
}

#topphoto li a:hover{
   opacity: 0.8;
   filter: alpha(opacity=80);
   -moz-opacity: 0.8;
   -khtml-opacity: 0.8;      
}

#toptitle{
	margin:0px;
	padding:0px;
	width:780px;
	height:105px;
	background-image : url(images/toptitle.gif);
}

#bottomline{
	margin:0;
	width:780px;
	height:30px;
	background-image : url(images/bottomline.gif);	
}

#bottomback{
	margin:0;
	background-image : url(images/bottomback.gif);
	color:#8D8378;
	padding: 0px 30px 0px 30px;
	text-align:center;
}

#bottombottom{
	background-image:url(images/bottombottom.gif);
	color:#8D8378;	
	margin:0px;
	height:59px;
	width:780px;
	text-align:center;	
}

#bottombottom a{
	color:#8D8378;
	text-decoration : none;
}

#bottombottom a:hover{
	color:#E7D6BF;
}


.kurs{
	margin:0px 0px 0px 0px;
	text-align:center;
	width:100%;
}
.kurs table{
	margin-top:20px;
}
.kurs th{
	font-size:0.8em;
	padding:2px 4px 2px 4px;
	border-bottom:1px solid #E7D6BF;
	text-align:left!important;
	font-weight:normal;
}
.kurs td{
	font-size:0.8em;
	padding:2px 4px 2px 4px;
	border-bottom:1px solid #E7D6BF;
	text-align:right;
}
.kurs b{
	font-weight:normal;
}
.kurs i{
	font-weight: bold;
	font-style : normal;
}

