/* Default html tags */
html {
	overflow-y: scroll;
}
body {
	margin: 0;
}
body, input, textarea {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}
p, div, form, h1, h2, h3, h4, td, th {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
a {
	cursor: pointer;
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #006BB3;
}

table {
	border-collapse: collapse; 
}
td, th {
	text-align: left;
	vertical-align: top;
}

/* Default css classes */
.relative {
	position: relative;
}
.clear {
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
}
.clear span {
	display: none;
}
table.no-collapse, .no-collapse table {
	border-collapse: separate;
}
.print-only {
	display: none;
}
@media print {
	.noprint {
		display: none !important;
	}

	.print-only {
		display: block;
	}
}

/*** WEB STYLES ***/

body, input, textarea {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}
h1 {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin: 25px 0 25px 0;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	margin: 20px 0 0 0;
	display: block;
}
li h3 {
	margin: 0;
}

ul {
	padding-left: 20px;
	margin: 0;
}
li {
	margin-bottom: 10px;
}

todo {
	color: red;
	font-weight: bold;
}

p {
	padding: 5px;
}
h2, th {
	font-weight: bold;
	font-size: 12px;
	margin: 25px 0 0 0;
	padding: 0 0 2px 5px;
	border-bottom: 1px solid #2D7F94;
}
h2 {
	display: block;
	margin-bottom: 5px;
}
th {
	padding-top: 25px;
}
th.first {
	padding-top: 0;
}

div.text {
	margin: 5px;
}
div.text p {
	padding: 5px 0;
}
div.text p:first-child {
	padding-top: 0;
}
div.text p:last-child {
	padding-bottom: 0;
}

#PageContainer {
	width: 833px;
	background: url(images/bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#Head {
	position: relative;
	height: 80px;
	background: #FFF url(images/header.jpg) no-repeat center top;
	margin: 0; padding: 0;
	font-size: 14px;
	color: #FFF;
}

#HeadLine {
	height: 3px;
	overflow: hidden;
	background: #FFF url(images/header_line.jpg) center top;
}

#Head a {
	display: block;
	position: absolute;
	margin: 0; padding: 0;
	font: bold 42px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-decoration: none;
	top: 24px; left: 55px;	
}
#Head a span span {
	color: #eee;
}
#Head a span {
	color: #eee;
}

#MainWrap {
	position: relative;
	width: 91%;
	margin: 0 auto;
	padding: 0;	
}

#Main {
	float: left;	
	width: 72%;
	padding-bottom: 20px;
	margin: 0;
	position: relative;
	line-height: 1.6;
}
#Main h1 {
	color: #50667A; 
	border-bottom: 1px solid #CCCCCC;
	background: #F6F6F6 url(images/arrow.gif) no-repeat 5px 9px;
	padding: 3px 0 1px 20px;
	margin: 30px 0 5px 0;
	line-height: 1.3;
}
#Main h1#PageTitle, #Main h1:first-child {
	margin: 10px 0 25px 0;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #50667A; 
	display: block;
}
h2, h2 a:hover, h2 a:visited {
	color: #333;
	text-decoration: none;
}
	
#Sidebar {
	float: right;
	width: 26%;
	padding: 0; margin: 0;		
}
#Sidebar h2, #Sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 120% Tahoma, Verdana, Sans-Serif;	
	color: #fff;
	background: #999A9B;	
	border: 0;
}
#Sidebar ul {
	list-style: none;
	text-align: left;
	text-decoration: none;	
	padding: 0;
	margin: 0;
}
#Sidebar ul li {
	margin: 0;
	padding: 0;
}
#Sidebar ul ul {
	margin: 3px 0px 8px 0;
}
#Sidebar ul ul ul {
	margin: 0;
}
#Sidebar ul ul li a {
	display: block;
	background: url(images/bullet.gif) no-repeat 2px 3px;
	font-weight: bold;
	padding: 4px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
}
#Sidebar ul ul li a span {
	display: none;
}
#Sidebar ul ul ul li a {
	background-position: 22px 3px;
	padding-left: 45px;
}
#Sidebar .current_page_parent > a, #Sidebar .current_page_item > a {
	background-image: url(images/bulletarrow.gif);
	color: #006BB3;
}

#Footer {
	clear: both;
	color: #66737B;
	font: normal 90% Verdana, Tahoma, sans-serif;
	background: #FFF url(images/footerbg.jpg) no-repeat center -20px;	
	width: 833px;
	height: 30px;
	text-align: center;
	padding: 7px 0 0 0;
	margin: 0 auto;	
}

small {
	font-size: 10px;
	padding: 0 5px;
}

pre {
	border: 1px solid #c3c3c3;
	display: block;
	overflow: auto;
	padding: 10px;
}

.twitter_title_link {
	color: #fff;
}
.twitter-item {
	padding: 2px 10px !important;
}





/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	SimpleBlog 1.0
	TEMPLATE CODE: 	S-0007
   VERSION:          1.0          	
 *******************************************/
 
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #c6c6c6;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #275F6C;
}
/* search form */
form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.button {
	height: 20px;
	padding: 1px 3px;
	width: 60px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .readmore a  { background:none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

img.avatar {float:left;margin-right:5px;}












#my-portrait {
	position: absolute;
	right: 10px;
	top: 92px;
	border: 1px solid #2D7F94;
}

#portrait table {
	margin-top: -5px;
}

#portrait td {
	padding-top: 10px;
}
#portrait td.name {
	white-space: nowrap;
	padding-left: 5px;
	width: 135px;
}

#portrait a.more-work {
	display: block;
	padding: 5px 0 0 136px;
}
#more-work {
	display: none;
}








.training-text {
	padding: 0 5px;
}
.training-text h3 {
	margin-top: 10px;
}
.training-text p {
	padding: 0;
}
.training-text li {
	padding-top: 5px;
}
.training-text .link {
	display: block;
	margin: 10px 0 20px 0;
	text-decoration: none;
}
.training-text .link span {
	display: block;
	text-decoration: underline;
}







.verschrottung-table {
	width: 260px;
}
.verschrottung-table div {
	clear: both;
	text-align: right;
}
.verschrottung-table div span {
	display: block;
	float: left;
}
.verschrottung-table .end {
	font-weight: bold;
	font-size: 1.2em;
	color: red;
}
.verschrottung-days div {
	clear: both;
	padding-bottom: 20px;
}
.verschrottung-days .head {
	font-weight: bold;
}
.verschrottung-days div span {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
}
.verschrottung-days div span.bar {
	background: #2D7F94;
	height: 10px;
	margin: 4px 0 0 10px;
}
.verschrottung-days div span:first-child {
	width: 145px;
}













#projects .referenz {
	padding: 15px 5px;
	margin-top: 2px;
	background: #f6f6f6;
}
#projects h3 {
	margin-top: 0;
}
#projects .client span {
	font-style: italic;
}
#projects .client a {
	text-decoration: none;
}
#projects .description {
	padding-top: 15px;
}
#projects .left {
	float: left;
	width: 335px;
}
#projects .right {
	float: right;
	width: 184px;
}
#projects .gallery-images {
	display: none;
}
#projects .link-to {
	display: block;
	padding-bottom: 4px;
}
#projects .show-images, #projects .show-images span {
	display: block;
	text-align: center;
}
#projects .show-images img {
	border: 1px solid #2C7D90;
	padding: 1px;
}

#footnotes {
	padding-top: 20px;
	color: #555;
}

