/**
Theme Name: mobilkonf
Author URI: http://mobilkonferencia.hu
Version: 1.0
Author: whirl
Description: Mobilkonf mobile template
Coder: whirl
*/

/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background-color: #ffffff;
	margin:0;
	font:normal 14px Arial;
	color:#ffffff;
}

a {
	color:#ffffff;
	text-decoration: none;
}

a:hover {
	color:#ffffff;
}

/* header */

#header {
	background:#c8d200 url(images/header.gif) no-repeat;
	background-position: left top;
	width: 100%;
	height: 120px;
	float:left;
	vertical-align: middle;
	font-weight: bold;
}

a.header{
	color: #304A6B;
}

#center {

	width: 100%;

}

/* container */
#container {
	background: #304a6b;
	float: left;
	margin-top: 15px;
	width: 100%;
	background:#FFFFFF;
}

/* content */
#content {
	border: 10px solid #ffffff;
	float: left;
}

#content-top{
	background: url(images/content_top.jpg) no-repeat;
	height: 228px;
	width: 100%;
}

#content-middle {
	background: #304a6b;
	border-top: 11px solid #304a6b;
	border-left: 11px solid #304a6b;
	border-right: 11px solid #304a6b;
	border-bottom: 11px solid #304a6b;
	color: #ffffff;
	font-family: Arial;
}

#content-middle-text {
	font-style: italic;
	text-align: justify;

}

#content-bottom{
	background:url(images/content_bottom.jpg) no-repeat;
	height: 13px;
	width: 100%;
	vertical-align: bottom;
}

#reg-middle {
	background: #ffffff;
	position: relative;
	color: #4c6e92;
	font-family: Arial;
	font-weight: bold;
}

#reg-middle a{
	color:#C8D200;
}

/* footer */
#footer {
	background:#4c6e92;
	height: 40px;
	width: 100%;
	float: left;
	text-align: right;
	font-weight: bold;
	color:#4C6E92;
}

#footer_label{
	background: #ffffff;
	height: 20px;
	width: 100%;
	font-style: italic;

}

#footer a{
	color:#C8D200;
}




