/*
Author: 'Tóth Benedek'
Author URL: -
*/
@charset "utf-8";
/* CSS Document */

#wrapper{
	margin: 0 auto;
	width: 1716px;
	margin-top: 10px;
	}
	
#serverdat{
	border-top: solid black 2px;
	border-left: solid black 2px;
	float: left;
	width: 230px;
	height: 180px;
	border-radius: 60px 0px 0px 0px;
	}

#ptitle{
	border-left: solid black 2px;
	border-right: solid black 2px;
	border-top: solid black 2px;
	border-bottom: solid black 2px;
	float: left;
	width: 1480px;
	height: 130px;
	border-radius: 0px 25px 25px 0px;
	}

#menu{
	border: solid black 2px;
	float: left;
	position: absolute;
	width: 156px;
	border-radius: 0px 0px 25px 25px;
	padding-bottom: 15px;
	margin-top: 181px;
	}

#contentbox{
	border-left: solid black 2px;
	border-top: solid black 2px;
	float: left;
	margin-left: 158px;
	margin-top: -50px;
	width: 1540px;
	height: 50px;
	border-radius: 50px 0px 0px 0px;
	}
	
#mcontent{
	float:left;
	border: solid black 2px;
	margin-left: 30px;
	margin-top: 25px;
	border-radius: 25px 25px 25px 25px;	
	width: 1520px;
	}

