/*
 * Title: Business Elegance v.1.0
 * Site: http://www.chamadigital.com
 * Author: Anselmo Ribeiro
 * Last Modified: 28_02_2008
*/



/*global reset */


html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
ol{
  list-style: decimal-leading-zero;
  	padding-left: 50px;
}

ul  {
	list-style: none;
	padding-left: 50px;
}

p{
	line-height: 18px;
}
/*  global reset */



/* base html */

body {
  background: #343a3d url(images/bgd.gif);
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;/*this is in place to center in older browsers*/
}
a {
 text-decoration: none;
 color:#05c7c0;
}
a:link {/* unvisited link */
 color:#05c7c0;
}     
 
a:hover { /* mouse over link */
 color:#05c7c0;
 text-decoration: underline;
}  
a:active {/* selected link */
 color:#05c7c0;
}



/* end base html */
/*  layout */
#wrapper{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #2d3235;
}
#header{
	width: 856px;
	padding: 20px 22px 2px 22px;
	height: 380px;
	background: #262b2e;
	position: relative;
}

#content{
	float: left;
	width: 900px;
	background: #2d3235 url(images/main_bgd.gif) repeat-y top left;
}
#links{
	float: left;
	width: 571px;
	padding: 30px 22px;

}
#rechts{
	float: right;
	width: 197px;
		display: inline;
	padding: 30px 58px 30px 30px;
}

#welcome{
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}

#footer{
	width: 900px;
	margin: 10px auto 20px auto;
	
}
#footer p{
	text-align: center;
}

h2#slogan{
	border:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;	
	font-weight: normal;
}
h2#slogan span{
	font-style: italic;
	color: #95ca05;
}

/*navigation*/
#navigation{
	position: absolute;
	top:25px;
	right: 22px;
}
#navigation li{
	
	float: left;
	
}
#navigation a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	padding:10px 15px 35px 15px;;
	background-color:#000;
	border-bottom: 3px solid #fff;
	color:#fff;
	margin-right: 1px;
	font-weight: normal;
}
#navigation a:hover{
	border-bottom: 3px solid #05c7c0;
	color:#05c7c0;
}
#navigation li.selected a{
	border-bottom: 3px solid #05c7c0;
	color:#05c7c0;
}
#kopf{
	position: absolute;
	top:100px;
}



#box1 {
	float: left;
	width: 244px;
	margin-right: 27px;
	display: inline;
}
#box2 {

	float: left;
	width: 244px;
	margin-right: 42px;
	display: inline;	
}
#box3 {
	float: left;
	width: 146px;
	display: inline;
}

}
#box2 ul li{
	padding:0 0 14px 20px;
	background: url(images/arrow.jpg) no-repeat top left;
}


h1, h2 {
	padding-top: 10px;
	font: small-caps bold 14pt Georgia;
	border-bottom: solid 1px #95ca05;
	margin-bottom: 20px;
	color: #279A28;
}
	
h3  {
	padding-top: 10px;
	padding-bottom: 5px;
	font: small-caps bold 14pt Georgia;
	color: #279A28;
}

h4, h5 {
	padding-top: 10px;
	font: normal 14pt Georgia;
	color: #279A28;
}
#center{
	float:left;
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}
.quote{
	float: left;
	background: white;
	border-left: 5px solid #006400;
	width: 90%;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	color: Black;
}

#news{
	padding-bottom: 10px;
	border-bottom: 1px solid #343a3d; 
}
#news ul li{
	margin-bottom: 5px;
	background: url(images/bullet.jpg) no-repeat top left;
	}
#news li p.date{
	color: #95ca05;
	font-weight: bold;
}
#news li p.archive{
	padding-left: 25px;
	background: url(images/folder.jpg) no-repeat 0 50%;;
}
#contacts h2 {
	margin-top: 20px;
}
.green, .blau {
	color: #95ca05; 
}



form {
  background: transparent;
  margin:0;
  padding:.5em;
  width: 100%;
  	font: 12pt Georgia;
}

textarea {
	width: 90%;
	height: 500px;
	border: 1px solid black;
	color: black;
	padding: 10px;
	font: 12pt Georgia;
	background: white;
}

input {
	width: auto;
	border: 1px solid white;
	color: white;
	padding: 3px;
	font-family: Tahoma;
	background: transparent;
}


.image {
	border: 1px solid #05c7c0;
	padding: 5px;
	background: white;
	margin: 10px;
}



/*gästebuch*/

div.gb              {
	margin: 0px 0px 20px 0px;
	padding: 5px;
	width: 450px;
	background: #071019 url(images/quotes.gif) no-repeat top right;
	border: 1px solid #636363;
}
div.gb-author       {
	padding: 10px;
	color: #1E90FF;
	font: 12pt Georgia;
	background: none;
}
p.gb-author-left    {
	float: left;
}
p.gb-author-right   {
	float: right;
	color: #1E90FF;
	font: 12pt Georgia;
	text-align: center;
	width: 100px;
}

p.selly {
	color: #9400D3;
}

div.gb-entry        {
	padding: 20px;
	color: White;
}
p.gb-browse         {
	text-align: right;
	font-weight: bold;
}
p.gb-admin-buttons  {
	margin: 5px 0px 0 0px;
	text-align: right;
}
.caution            {
	color: Red;
	font-weight: bold;
}
.small              {
	width: 300px;
	font-size: 10pt;
	line-height: 16px;
}


.gbcomment {
background: url('images/mathias.jpg') no-repeat top left;
padding-left: 110px;
	padding-top: 10px;
	border-top: solid white 2px;
	padding-bottom: 50px;
	height: auto 200px;
	width: 300px;
}





