html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------------------------------------------------- */



body{
	text-align:center;
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color:#333333;
}
#center{
	margin:1em auto 1em auto;
	width:54em;
	text-align:left;
	background-color:#FFFFFF;
}
 
 
h1{
	text-align:right;
	padding:.5em 1.6em .9em 0;
	font-size:2em;
}
h1 a, h1 a:hover{
	color:#000000;
	text-decoration:none;
}
 
h2{
	font-size:1.4em;
	color:#ff3300;
	padding:.1em 0 .3em 0;
}
h3{
	font-size:1.2em;
	color:#ff3300;
	padding:.1em 0 .3em 0;
}
 
#header{
	background-color:#333333;
	height:14em;
	margin:0 1em 0 1em;
	position:relative;
}
 
#header .left{
	color:#FFFFFF;
	width:37em;
	text-align:justify;
	padding:1em 1em 1em 1.3em;
	font-size:.9em;
	line-height:1.4em;
}
#header .left h2{
	color:#FF3300;
	padding:0 0 .4em 0;
	font-size:1.2em;
}
 
#header .polaroid{
	position:absolute;
	top:-20px;
	z-index:2;
	left:36em;
}
 
#menu{
	position:absolute;
	left:0;
	bottom:0;
	height:2em; background-color:#666666;
	border-top:1px solid #999999;
	width:100%;
}
#menu li{
	float:left;
	margin:0 .2em 0 .2em;
}
#menu li a{
	display:block;
	line-height:2em;
	padding:0 2em 0 2em;
	font-weight:bold;
	color:#FFFFFF;
}
#menu li a:hover{
	color:#FF0000;
	text-decoration:underline;
}
 
#container{
	padding:1em 1.5em 1em 1.5em;
	text-align:justify;
	line-height:1.6em;
	font-size:.9em;
}
#container p{
	padding:0 .6em .9em .6em;
}
 
#footer{
	background-color:#333333;
	padding:2em;
	color:#FFFFFF;
	text-align:center;
	font-size:.6em;
}

#footer .left{ float:left;}
#footer .right{ float:right;}

#kontakt{
	text-align:center;
}

#kontakt form{
	margin:auto;
	width:500px;
	text-align:left;
}

#kontakt textarea{
	width:500px;
	height:150px;
}
#kontakt input{
	width:250px;
}


.clear{ clear:both;}
.project{ margin-bottom:2em; margin-top:.8em; }
.project h3{ padding:.2em 0 .3em 0em; color:#000;}
.desc{ float:left; width:530px; padding:.2em 1em .2em 1em; }
.thumb{ float:left; border:4px solid #CCC; width:250px;}
