﻿body {
    margin: 0px auto;
    padding:0px;
    font-family:Tahoma;
    font-size: 12px;
    color: White;
    width:696px;
}

h2,p
{
    margin:0px;
    padding:0px;
}

img
{
 border: 0px;
}

a
{
 color:Red;
 text-decoration:none;
}

#leftSide a:hover
{  
}

#leftSide
{
  float:left;
  width: 535px;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  border-right: 1px solid gray;
}

#rightSide
{
  margin-left:555px;
  padding: 5px;
}

#fullSide
{
  float:left;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  width: 696px;
}

#contentMain
{
    width:696px;
}

#footer
{
    margin-top:-1px;
    padding-top:5px;
    float:left;
    vertical-align:top;
    text-align:center;
    width:696px;
    height: 35px;
    font-size:14px;
	background:url(gfx/bottom_bar.jpg) no-repeat left;
}

#footer a
{
 color:white;
 font-weight:bold;
 text-decoration:none;
}

#footer a:hover
{
 text-decoration:underline;
}

#projekt
{
 font-size:9px;
}

.itempic
{
    padding-top:5px;
	padding-bottom:5px;
	float:left;
	width:33%;
	text-align:center;
	background-color:#000000;
	filter:alpha(opacity=100);
	opacity: 1;
}

.itempicH
{
    padding-top:5px;
	padding-bottom:5px;
	float:left;
	width:33%;
	text-align:center;
	background-color:#000000;
    filter:alpha(opacity=70);
	opacity: 0.7;
}

div.center {
	text-align: center;
}
table.container {
	margin: 30px auto;
}

table.container td{
	text-align: center;
	vertical-align: middle;
}

table.dia {
	margin: 5px;
	width: 160px;
	height: 160px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
div.smalldesc { 
	margin: 0 5px 10px 5px;
	width: 100px;
	font-size: 10px;
	text-align: center;
}
table.dia td { 
	text-align: center;
	vertical-align: middle;
	background: #111111;
}
table.dia img { 
	display: block;
	margin: auto; 
}

table.dia a img { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
table.dia a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}

#yui-history-iframe { 
	  position:absolute; 
	  top:0; left:0; 
	  width:1px; height:1px; 
	  visibility:hidden; 
	} 


