/* basic styles which stay the same for every project */

* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

html {
	height: 100%;
}

body {
    position: relative;
	font: 100.01%/130% Arial, sans-serif; 
	color: #666666;
	background: url(../images/body_bg.png) repeat-x #e2e3e5;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	padding-bottom: 30px;
	text-align: center;
}

body#start {
	text-align: center;
	background: #FFF;
}

a {
	text-decoration: none;
}

.hidden {
	display: none;
}

/* Clearfix-Hack */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
	vertical-align: top;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

sup,
p.bodytext sup {
	font-size: 8px;
}

.contenttable td {
	vertical-align: top;
}

.clear {
	clear:both;
}

img {
	border: none;
}


/* admin panel / frontend-editing */

#admPanel {
	z-index: 999;
	text-align: left;
}

#admPanel * {
	font-size: 18px;
}

#admPanel input {
	font-size: 12px;
}

.closedMenu .feEditAdvanced-smallButton {
	position: fixed !important;
	position: absolute;
	top: 0;
	right: 0;
}
