/* csakcsajoknak.hu
   common.css
   */

@import "reset.css";
@import "left_column.css";
@import "content_column.css";

html, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}
html { font-size: 62.5%; }
input, textarea, select { font-size: 120%; }

a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
.inspace { margin-left: -9999px; }

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/background.jpg) no-repeat 50% -100px;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -507px;
}

#shadow {
	float: left;
	width: 1014px;
	background: transparent url(../images/body_shadow.png) repeat-y;
}


#wrapper {
	float: left;
	width: 1000px;
	margin-left: 7px;
	background: transparent url(../images/bg_girl.png) no-repeat 0 100%;
}

#header {
	float: left;
	width: 1000px;
	margin: 10px 0 14px 0;
	font-size: 120%;
}

#header h1 {
	display: block;
	float: left;
	margin: 0 8px 9px 12px;
	padding: 0;
	width: 238px;
	height: 100px;
	background: transparent url(../images/logo.gif) no-repeat;
}
#header h1 a:link, #header h1 a:visited {
	display: block;
	text-indent: -9999px;
	width: 238px;
	height: 100px;
}

#topBanner {
	float: left;
	margin: 5px 0 0 0;
	width: 728px;
	height: 90px;
	background: #ddd;
	color: #bbb;
}

#header ul {
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
	list-style-type: none;
	background: #f4ede6 url(../images/topmenu_bg.gif) repeat-x;
	width: 988px;
	height: 45px;
}
#header ul li {
	float: left;
	height: 45px;
	margin: 0 7px 0 0;
	padding: 0 8px 0 0;
	background: transparent url(../images/topmenu_line.gif) no-repeat 100% 50%;
}
#header ul li:last-child {
	background: none;
}

#header ul li a:link, #header ul li a:visited {
	color: #745888;
	text-transform: uppercase;
	display: block;
	line-height: 45px;
	font-weight: normal;
}

#header ul li strong {
	color: #745888;
	text-transform: uppercase;
	display: block;
	line-height: 45px;
	
}
#header ul li a em {
	font-style: normal;
	color: #ed2683;
}

#footer {
	clear: both;
	float: left;
	width: 1014px;
	height: 60px;
	margin: 0 0 20px 0;
	padding: 24px 0 0 0;
	background: transparent url(../images/footer.png) no-repeat;
	text-align: center;
}

#footer div {
	float: left;
	position: relative;
	left: 50%;
}

#footer ul {
	height: 33px;
	float: left;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	position: relative;
	left: -50%;
}
#footer ul li {
	height: 33px;
	float: left;
	position: relative;
}
#footer ul li a:link, #footer ul li a:visited, #footer ul li a:active {
	display: block;
	height: 32px;
	color: #fff;
	font-size: 140%;
	letter-spacing: -0.07em;
	text-transform: uppercase;
	line-height: 32px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	background: transparent url(../images/footer_line.gif) no-repeat right center;
	
}
#footer ul li:last-child a:link, #footer ul li:last-child a:visited {
	background: none;
	padding: 0;
	margin: 0;
}
#msg-loading {
    width:140px;
    height:66px;
    display:none;
    /*background: url(../resources/msg/loading.jpg) no-repeat;*/
    z-index:200;
    margin:auto;
    position:absolute;
    left: 50%; top: 50%; margin-left: -70px; margin-top: -33px;
    background-color:white;
    color:#ea42ab;
    border-style:double;
    border-width:3px;
    border-color:#558097;
}
#alpha {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#000000;
    z-index:100;
    filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
    display:none;
}
#msg-loading-txt {
    padding:5px;
    color:#ea42ab;
    text-align:center;
    font-size:13px;
}
