/* TCS AG Styles */
.body_style_tcs{
	margin:0;
}

.header_tcsag{
	background-color:#dddddd;
	height: 5rem;
}

.menu_items_and_icon_tcs{
	display:flex; 
	justify-content: space-around; 
	height:100%; 
	align-items: center;
}

.menu_items_tcs{
	display: flex; 
	justify-content: space-around;
}
.menu_items{
 	margin-left: 2rem;
 	margin-right: 2rem;
}

.tcs_maincontent{
	text-align: center;
}