﻿.bg {
	background-image: url('images/Background.png');
	background-repeat: repeat-x;
	background-color: #6C6C6C;
}
#header, #headerHu {
	height: 62px;
	width: 1176px;
	background-image: url('images/Logo.png');
	background-repeat: no-repeat;
	background-position: right;
	margin-right: -5px;
	padding: 0px;
}

#headerHu {
	background-image: url('images/Logo_hun.png');
}

#topLine {
	background-image: url('images/TopLine.png');
	background-position: right bottom;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
#wrapper {
	margin: 0px auto 0px auto;
	width: 1200px;
	border: 1px #555555 solid;
	min-height: 715px;
}
#content {
 min-height: 636px;
}
#footer {
	background-image: url('images/BottomLine.png');
	background-repeat: repeat-x;
	background-position: top;
	letter-spacing: 0px;
}

body, legend {
	font-family: tahoma, helvetica;
	font-size: 13px;
	color: #AEAEAE;
	letter-spacing: 0.5px;
}

a {
    color: #25ac51;
    text-decoration: underline;
}

a:hover {
	color: lime;
}

label
{
    display: block;   
    margin: 5px;
}

input, select, textarea
{
    background-color: #000000;
    color: #eeffee;
    border: solid 1px #758575;
    font-family: tahoma, helvettica;
    padding: 3px;
}

#copyright {
	background-color: #585858;
	font-size: 11px;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 100px;
	padding: 2px;
}
#menuBar {
	font-size: 16px;
	letter-spacing: 1px;
	padding: 2px;
	float: left;
	display: inline-block;
	border-bottom: 1px #00aa00 solid;
}
#menuBar ul {
	padding: 0px;
	margin: 0px;	
	margin-left: -40px;
}
#menuBar ul li {
	float: left;
	text-align: center;
	list-style: none;	
	width: 170px;
	padding: 4px;
}
#menuBar ul li a {
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	color: white;
}
#menuBar ul li a:hover {
	color: lime;
	background-color: #555555;
}
#menuBar ul li a.selected {
	color: lime;
	background-color: #00aa00;
}

#portre {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 684px;
	background-image: url('images/About_Portre.png');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	height: 607px;
}
#qoute {
	position: relative;
	letter-spacing: 1px;
	left: 87px; top: 69px; width: 348px;
	text-align: center;
}
#main {
	width: 490px;
	float: left;
	margin-left: 20px;
	margin-top: 3px;
}

#main h1 {
	margin-left: -20px;
	width: 100px;		
	color: white;
	font-size: 14px;
}

h1, h2 {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px #00aa00 solid;
	padding-left: 15px;
}

h2 {
	padding-bottom: 1px;
	border-bottom: 1px #939100 solid;
	margin-left: 25px;
	padding-left: 0px;
	margin-bottom: 5px;
}

h2.selectedProject 
{
    border-color:#00C400;
    border-left:23px solid #00C400;
    border-right:0 none #00C400;
    border-style:none none solid solid;
    border-top:0 none #00C400;
    left: 25px;
    margin-top:13px;
    padding-left:2px;
    position:relative;
    margin-left: -25px;
    margin-right: 25px;
}


#main p {	
	margin-left: 70px;
	letter-spacing: 1px;	
}

#main div.text p {	
	text-indent: 15px;	
}

#projects {
	float: left;
	width: 250px;	
}

#projects h1 {	
	width: 145px;
	margin-bottom: 0px;
    margin-top: 13px; 
    margin-bottom: -10px; 
    padding-bottom: 2px;
}

#projects h2 
{
    cursor: pointer;
}

#projects h2:hover
{
    color: white;
}

#slideshow {
	float: right;
	width: 900px;	
	height: 575px;
	margin-right: 21px;
	margin-top: 15px;
}

#slideshow img {
	border: 1px black solid;	
}

#projects p {
	margin-bottom: 0px;	
	margin-top: 0px;	
	margin-left: 25px;
}

#projects ul {
	padding-left: 22px;	
	margin-left: 0px;
}

#header a, #headerHu a 
{
    color: #AEAEAE;
    text-decoration: none;
}

#header a:hover, #headerHu a:hover
{
    color: white;
    text-decoration: none;
}

#projectPaginator a, #projectPaginator a:hover
{
    color: White;
    text-decoration: none;
}


.projectImageLi, .projectImageLiHovered {
	float: left;
	list-style: none;
	width: 28px;
	height: 18px;
	background: #3a3a3a;
	text-align: center;	
	margin-left: 2px;
	margin-top: 2px;
	padding: 2px 3px 0px 3px;		
	cursor: pointer;
}

.projectImageLi:hover, .projectImageLiHovered:hover
{
    background: #2f2f2f;
    color: White;
}

.projectImageLiHovered {	
	background: #484848;
}

.descpanelfg {	
	font-family: Tahoma, helvetica;
	font-size: 13px;
}

#projects a {
}

.adminDiv {
    width: 100%; 
    clear:both; 
    top:20px; 
    position:relative;
    margin: 5px;
}

fieldset 
{
    vertical-align: middle;
    border-style: dotted;
    border-color: #303030;
    width: 97%;
    margin: 5px;
    padding: 5px;
}

.adminDiv h2 
{
	padding-bottom: 0px;
	border-bottom: 1px #939100 solid;
	margin-left: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	width: 99%;
}

.validation-summary-errors
{
    color: #ff5555;
}