#container{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#logo_klein{
background-image: url(noralogo_klein.png);
background-repeat: no-repeat;
background-attachment: scroll;
margin-top: 30px;
margin-left: 10px;
height: 72px;
}

#logo{
	height: 210px;
	margin-top: 150px;

}

a:link, a:active, a:hover, a:visited {
text-decoration: none;
color: black;
}

a #logo{
	background-image: url(noralogo.png);
	background-repeat: no-repeat;
	background-position: center;
}

a:active #logo{
    background-image: url(noralogo.png);

}

a:hover #logo{
    background-image: url(noralogo_grau.png);
}

#contact{
	text-align:center;
	padding-top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif 
}

#portfolios{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	margin-top: 60px;
}

.portfolio{
	float:left;
	margin: 20px;

}
.portfolio h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;	
}


#portfolio_russia h2{
	color: #93a575;
	}

#portfolio_ukraine h2{
	color: #6da595;
	}
	
#portfolio_my_memory h2{
	color: #a52547;
	}
		
#contact_russia{
	text-align:left;
	padding-top: 60px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif 
}

#contact_ukraine{
	text-align:left;
	padding-top: 280px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif 
}

#titel_russia{
	font-weight: normal;
	font-style: normal;
	font-size: 15pt;
	color: #93a575;
	text-align:left;
	padding-top: 30px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif 
}

#titel_ukraine{
	font-weight: normal;
	font-style: normal;
	font-size: 15pt;
	color: #6da595;
	text-align:left;
	padding-top: 30px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif 
}


#titel_my_memory{
	font-weight: normal;
	font-style: normal;
	font-size: 15pt;
	color: #a52547;
	text-align:left;
	padding-top: 30px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif 
}


#notice{
	color: #ff005f;
	font-style: italic;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif, cursive;
	text-align:center;
	padding-top: 40px; 
}

#notice_portfolio{
	color: #7f2e27;
	font-style: italic;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif, cursive;
	text-align:center;
	padding-top: 20px;
	float: left;
}

#notice_copyright{
	position: absolute;
	font-weight: normal;
	color: #a0a0a0;
	font-style: normal;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif, cursive;
	bottom: 20px;
	margin-left: 10px;
	float: left;
}


#images{
margin-top: 70px;
width: 5500px;

}
.image{
float: left;
padding: 10px;
}
img {
border: none;
}
.clearleft{
clear: float;
}