.color_black {
	color: black;
}

.hideIcon {
  display: none;
}
a
{
	color: white;
}
a img
{
	border: 0px;
}
form
{
	margin: 0px;
}
body
{
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
	color: #24a5e3;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #90C8E3;
}
#documentBody
{
	width: 760px;
	height: auto;
	margin: auto;
	border: 1px solid #eae9fe;
}
#documentBody_center
{
	width: 724px;
	height: auto;
	margin: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #FAFBFF;
	padding-left: 15px;
	padding-right: 15px;
}
#header
{
	height: 272px;
	background: url(./p1.jpg) no-repeat center;
	text-align: right;
	padding-right: 3px;
	padding-top: 5px;
	font-style: italic;
}
#header a
{
	font-size: 34px;
	text-decoration: none;
	color: #fe006a;
	font-weight: bold;
}

#content
{
	width: 100%;
	height: auto;
}
#left
{
	width: 528px;
	height: auto;
	float: left;
	padding-right: 10px;
}

#left a
{
	color: #397EF0; 
}

#left h1
{
	font-size: 150%;
	color: #e30053;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 8px;
}

#left h1 span
{
	color: #24a5e3;
}

#box
{
	width: 506px;
	border: 1px solid white;
	padding: 10px;
	margin-bottom: 10px;
}

#box #text
{
	width: 400px;
	margin-left: 10px;
	float: left;
	color: #24a5e3;
	font-weight: bold;
	font-size: 105%;
}

#box #text span
{
	font-size: 115%;
}

.caption
{
	font-size: 110%;
	text-transform: uppercase;
	color: #e30053;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 7px;
}

h2
{
	font-size: 110%;
	text-transform: uppercase;
	color: #e30053;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 7px;
}


.ul
{
	padding: 0px; margin: 0px;
	padding-left: 15px;
}

.ul li
{
	margin-bottom: 8px;
}

.ul li a
{
	color: #24a5e3;
}

.table, .table td
{
	border: 1px solid white;
	border-collapse: collapse;
	font-weight: bold;
	width: 400px;
	margin-left: 10px;
}

.table
{
	border-width: 2px;
	font-size: 105%;
	margin-bottom: 15px;
}

.table td
{
	padding: 2px 6px 2px 6px;
	background-color: #ccdef5;
}

#right
{
	width: 186px;
	height: auto;
	float: right;
}
#footer
{
	width: 724px;
	height: auto;
	border-top: 1px solid #79ACE3;
	padding-bottom: 5px;
	color: #24a5e3;
}

#footer a
{	
	color: #24a5e3;
}

#footer_left
{
	float: left;
	width: 50%;
}

#footer_right
{
	float: right;
	width: 50%;
	text-align: right;
}

#contats
{
	width: 160px;
	height: auto;
	border: 3px solid #90c8e3;
	margin-top: 10px;
	padding: 10px;
	color: #24a5e3;
}

#contats p
{
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
}

#caption_a
{
	color: #e30053;
	text-transform: uppercase;
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 5px;
}

#info
{
	width: 180px;
	height: auto;
	border: 3px solid white;
	padding-top: 181px;
	margin-top: 8px;
	color: white;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#info .telefon
{
	color: #24a5e3;
	font-size: 190%;
	font-weight: bold;
}

#info a
{
	display: block;
	padding-top: 10px;
	text-decoration: none;
}

.center
{
	width: 100%;
	text-align: center;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

.left-float
{
	float: left;
}

.right-float
{
	float: right;
}




