* { margin: 0; padding: 0; line-height:1.5;}
a{ text-decoration: none; outline: none;}
a img{ border: none;}
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#000;
	margin:0px;
	padding:0px;
	text-align: center;
	
}
hr { color: #EC008C; size: 1px;}
h1, h2, h3, h4, h5, h6{	color: #000;}
.left { float:left; }
.right{ float:right; }
.datum{  width: 100%; font-size: 24px; text-align: right;}

p { margin: 8px 0; }

table p { margin: 0; }

table tr td
{
	padding: 2px;
}

ul{
	padding: 0 20px;
}

a {
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #EC008C;
}
#wrap {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 850px;
}
#top{
	margin-top: 25px;
	width: 850px;
}
#left {
	background: #EC008C;
	border: solid 1px #EC008C;
	width: 200px;
	height: 850px;
	margin: 12px 0 0 0;
	padding: 15px 5px;
	float: left;
}
#left  a {
	color:#000000;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
#right {
	height: 850px auto;
	margin: 12px 0 0 10px;
	padding: 5px;
	border: solid 1px #EC008C;
	width: 610px;
	float: right;
	overflow: auto;
	
}
#footer
{
	padding: 5px 0;
	clear: both;
	height: 20px;
    text-align: center;   
}

.show_design_border, table.show_design_border td, table.show_design_border th {
border:0;
}

