
* {
	margin-top: 0;
}


body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 14px;
	color: #6d6c6c;
	
      
}

h1, h2, h3 {
	font-weight: normal;
	color: #6d6c6c;
	font-family: Tw Cen MT Condensed, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 0 0 0;
}

h1 { font-size: 100%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #6d6c6c;
}

a:hover {
	text-decoration: underline;
}


#lang{
	width: 900px;
	height: 33px;
	margin: 0px auto;
	padding: 0px 0 0 0;
	font-family: Teen, Helvetica, sans-serif;
	background: url(images/projekt_01_01.jpg) no-repeat;
}

/* Header */

#header {
	width: 900px;
	height: 307px;
	margin: 0px auto;
}

/* Menu */

#menu {
	width: 900px;
	height: 84px;
	margin: 0px auto;
	padding: 0px 0 0 0;
	font-family: Teen, Helvetica, sans-serif;
	background: url(images/projekt_01.jpg) no-repeat;
}

#menu h2 {
	display: none;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 74px 202px 0px 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	
	
}

#menu a:hover, #menu .active a {
	color: #4b4a49;
	}

/* Page */


#page {
	width: 900px;
	height: 241px;
	margin: 0 auto;
	background: url(images/body.jpg) no-repeat #ffffff ;
	
}

#page2 {
	width: 900px;
	height: 700px;
	margin: 0px auto;
	background: url(images/back.jpg) repeat-y #ffffff ;
	
}

#page3 {
	width: 900px;
	height: 600px;
	margin: 0px auto;
	background: #ffffff ;
	
}

#content {
	float: left;
	width: 400px;
	padding: 20px 5px 0 40px;
	text-align: justify;
	}
	
	

#sidebar {
	float: right;
	width: 450px;
	padding: 0px 0px 0 0;
	background: url(images/) no-repeat;
	text-align: inherit;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}



#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}



#content2 {
	float: left;
	width: 250px;
	padding: 20px 5px 0 25px;
	text-align: justify;
	}
	
#middle2 {
	float: left;
	width: 250px;
	padding: 20px 5px 0 25px;
	text-align: inherit;
	}	

#sidebar2 {
	float: left;
	width: 250px;
	padding: 0px 5px 0 25px;
	text-align: inherit;
}


#content3 {
	float: center;
	width: 900px;
	padding: 20px 5px 0 40px;
	text-align: justify;
	}






#footer {
	width: 823px;
	height: 0px;
	margin: 0px auto;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	
}


#footer a {
	color: #ffffff;
	text-decoration: underline;
}



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}


