html
{
	height: 100%;
}

body
{
	height: 100%;
	
	background-color: #000000;
	
	background-image: url('/images/background-body.png');
	background-repeat: repeat-x;
	
	font-family: arial, helvetica, sans-serif;
}

#page
{
	width: 630px;
	height: 100%;
	
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 630px;
	height: 107px;

	margin-top: 5px;
	margin-bottom: 15px;
	
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
}

#content-top
{	
	clear: both;
	
	width: 630px;
	height: 12px;
	background: transparent url('/images/background-tab.gif') no-repeat top right;
}

#page.start #content-top
{
	margin-top: 24px;
}

#content
{
	width: 610px;
	min-height: 210px;
	
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 14px;
	line-height: 18px;
	color: #ddd;
	
	background: #6A6E74 url('/images/background-tab.png') no-repeat bottom;
}

#content a,
#content a:link
{
	padding-left: 2px;
	padding-right: 2px;
	
	color: #aaa;
	border: 1px dotted #aaa;

	text-decoration: none;
}

#content a:visited
{
	color: #aaa;
	border: 0px;
}

#content a:hover,
#content a:active
{
}

#content img
{
	margin-right: 5px;
}

#content h1,
#content h2
{
	width: 99%;
	padding-top: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #888; 
	
	font-size: 14px;
	font-weight: bold;
}

#content .formInput,
#content .formButton
{
	color: #ddd;
	background-color: #4A4E54;
	border: 0px;
}

#content .formButton
{
	border: 1px outset #4A4E54;
}

#content h2
{
	color: #3A3E44;
	border: 0;
	padding-left: 16px;
}

#content p
{
	padding-left: 16px;
	padding-bottom: 10px;
}

#content table
{
	margin-left: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
	
	border: solid 1px #888;
	
	background-color: #5A5E64;
	
	font-size: 12px;
}

#content tr
{
}

#content th
{
	padding: 5px;
	text-align: center;
	background-color: #777;
}

#content td
{
	padding: 5px;
	vertical-align: top;
}

#content ul
{
	padding-left: 32px;
	padding-bottom: 10px;
}

#contentbox
{
	float: left;
	width: 500px;
}

#skillbox
{
	float: left;
	
	width: 110px;
	
	text-align: right;
}

#skillbox ul
{
	padding-left: 0px;
}

#skillbox a,
#skillbox a:link
{
	border: 0px;
}

.right
{
	float: right;
	
	padding-left: 10px;
}

#footer
{
	width: 636px;
	
	margin-top: 15px;

	font-size: 11px;
	
	color: #6A6E74;

	text-align: right;
}

#footer a
{
	margin: 5px;
	color: #8A8E94;
	
	text-decoration: none;
}

#footer a:link,
#footer a:visited
{
}

#footer a:hover,
#footer a:active
{
	color: #ccc;
}

.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix 
{
    display: inline-block;
}

* html .clearfix
{
    height: 1%;
}

.clearfix 
{
    display: block;
} 

/* hacks fuer IE */

* html body
{
	text-align: center;
}

* html img
{
	margin-left: 10px;
	margin-bottom: 10px;
}

* html #content a:link.photo
{
	border: 0px;
}

* html #content
{
	width: 630px;
	text-align: left;
}

* html #contentbox
{
	width: 490px;
}

* html #content img
{
	border: 0px;
}

* html #counter
{
	width: 630px;
	text-align: left;
}

