@import url("http://fonts.googleapis.com/css?family=Open+Sans");



[class*="span"] {
    margin-left: 0px;
	padding-right: 20px;
}
.row {
	margin: 0;
}



body {
	font-family: Calibri;
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 12px;
	background-color: #FAFAFA;
}

p {
	font-size: 18px;
}



#logo {
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	
	float: left;
	width: 40px;
}

#title {
	margin-top: 28px;
	padding-left: 10px;
	
	float: left;
	width: 590px;
}

#langswitch {
	margin-top: 27px;
	
	float: left;
	width: 130px;
}

#account {
	margin-top: 28px;
	padding: 0;
	margin-left: 10px;
	
	float: left;
	width: 154px;
}




#title a {
	color: #63A3D3;
	font-size: 33px;
	letter-spacing: 3px;
	text-shadow: 2px 2px 0 lightgray;
	text-transform: uppercase;
}

#title a:hover {
	text-decoration: none;
}

#account div {
	background-color: white;
	padding: 3px;
	border-radius: 7px;
	box-shadow: 2px 2px 0px lightgray;
}


#menu {
	text-align: center;
	margin: 0;
}

#menu li {
	background-image: linear-gradient(to bottom, #999999, #DFDFDF);
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 8px;
	padding-right: 8px;
}

#menu li:first-child {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

#menu li:last-child {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

#menu a {
	color: #E2E2E2;
	font-size: 20px;
	font-weight: 700;
}

#menu a:hover {
	color: white;
	text-shadow: 0 0 20px white;
	text-decoration: none;
}

#menu #section {
	background-image: linear-gradient(to bottom, #666666, #CCCCCC);
}
#menu #section a:hover {
	color: #E2E2E2;
	text-shadow: none;
}




#my_body h1 {
	color:#65c89e;
}

#my_body h2 {
	color:orange;
}

footer {
	color:lightgray;
	text-align: center;
}
