   
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Filename: base.css
* Version: 1.0.0 (2008-02-16)
* Author: Elmar Beckmann (www.elmarbeckmann.com)
* Description: Handles the site layout
*/


body, html{
	margin: 0 auto;
	padding: 0;
	color: #333;
}
body {
	background: rgb(242, 242, 242);
	font-family: Calibri, "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
}

h1, h2, h3, h4, h5{
margin: 0;
}


h1{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 16px; 
	font-weight: normal;
	color: #fff;
}	
h2{
	font-family: Calibri, "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px; 
	font-weight: bold;
	color: #fff;
}	
h4{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 24px; 
	margin-bottom: 5px;
	font-weight: bold;
}
a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px #333 dotted;
	font-size: 14px;	
}
a:hover {
	border-bottom: 1px #333 solid;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 FORMS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
form{
	margin: 0;
}
.button{
	background: #666 url(arrow.gif) no-repeat 5px 50%;
	color: white;
	text-indent: 4px;
}
select {
	font-size: 12px;
}
input {
	font-size: 12px;
}
textarea {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Div content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content {
	position: relative;
	margin: 10px auto 0 auto;
	text-align: left;
	width: 465px;
}

	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Proces
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


  .proces{
  width: 465px;
  font-size: 1.1em;
  line-height: 2em;
  margin: 2em 0 2em 0;
  padding: .1em;
  }
  
    .proces h3{
	font-size: 1.2em;
	}
	
	.proces h5{
	font: bold 20px Calibri, Verdana, Arial, "Microsoft Sans Serif", verdana, geneva, helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 8px;
	}

	.proces span{
	background-color: #2A2A2A;
	margin: 0;
	padding: 0px;
	height: 2px;
	display: block;
	width: 100%;
	}	
	
	.proces h5 em{
	font-style: normal;
	}
	
	.proces .proces_info{
	text-transform: none;
	color: #1B1B1B;
	background: #fff;
	text-align: left;
	padding: 6px 6px 6px 12px;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 1.5em 8px 1.5em 8px;
	}
	
	.proces .proces_info a{
	color: #222;
	font-size: 12px;
	font-weight: bold;
	background: url(arrow_dark.gif) no-repeat 0 50%;
	text-indent: 10px;
	padding: 0 0 0 .5em;
	border-bottom: 1px #222 dotted;
	}
	
	.proces span.hr{
	background: #F5FAFA;
	margin: -10px 0 0 0;
	display: block;
	height: 1px;
	border-bottom: 1px solid #999;
	line-height: 1px;
	padding: 0;	
	}
	
	.proces .button{
	background: #ddd url(arrow.gif) no-repeat 5px 50%;
	color: #000;
	text-indent: 4px;
	font-weight: bold;
	}
	
	.proces .button_extra{
	background-color: #eee;
	}
	
	.proces .proces_info table{
	width: auto;
	}
	
		.proces .proces_info table td{
		height: 5px;
		font-size: 12px;
		color: #1B1B1B;
		background: #fff;
		text-align: left;
		}
		
		
		
span.normal {
	

	background-color: #fff;
	margin: 0;
	padding: 0px;
	height: 20px;
	display: inline;
	width: 100%;
	
}
		
