/* typography styles */
@import url(styles.typo.css);

/* colors scheme */
@import url(styles.colors.css);

/* form elements */
@import url(styles.forms.css);

/* main layout */
@import url(styles.layout.css);

/* tools */
@import url(styles.tools.css);


/* GENERAL*/
* {
	margin: 0;
	padding: 0;
}

.absolute {
	position: absolute;
}

/* TEXT */
p {
	margin: 0 0 10px 0;
	padding:0;
   line-height: 1.4em;
}

p.marginTop {
	margin:  8px 0 4px 0;
	padding:0;
}

.marginTop {
	margin-top: 20px;
}

.fullWidth {
	width: 100%;
}

.caps {
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.2em;
}

blockquote {
	margin-left: 10px;
}

pre {
	display: block;
	width: 500px;
	overflow: scroll;
	margin: 0 16px;
	padding: 2px;
}

#TB_ajaxContent pre {
	white-space: normal;
	overflow: auto;
	width: 550px;
}

img {
	border: 0;
}

#loginBean abbr {
	border: 0;
}

/* END TEXT */


/* LISTS */
ul, ol {
	margin: 0 0 1.5em 20px;
	padding: 0;
}

ul li, ol li {
	margin: 0 0 0.25em 15px;
	padding: 0;
}

ul li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 10px;
}

dl {
	margin: 0 0 1.5em 0;
	padding: 0;
}

dl dt {
	margin: 1em 0 0 0;
	padding: 0;
}

dl dd {
	margin: 0 0 0 0;
	padding: 0;
}
/* END LISTS */


/* TABLE */
table {
	margin: 0;	
	border-collapse: collapse;
}

.statistics table {
	margin: 2em 0;
}

.statistics td {
	position: static;
}

table caption {
	margin: 0 0 0 0;
	padding: 0 0 0.5em 0;
	text-align: left;
}

th {
	padding: 11px 5px;
}

td {
	padding: 5px;
	position: relative;
}


/* simulierte Leerzeilen */
tr.paddingTop th,
tr.paddingTop td {
	padding-top: 20px !important;
}

.forum table tr td, .layoutTable tr td {
	padding: 0;
	margin: 0;
}

.layoutTable tr td {
	background: none;
}
/* END TABLE */	

hr {
	background-color: #efefef;
	border: none;
	border-top: 1px solid #efefef;
	height: 1px;
}
div.hrDashed,
div.hrSolid {
	background: #fff  url(/images/bg_hr_dashed.gif) top left repeat-x;
	height: 1px;
	margin: 1em 0;
	clear: both;
	overflow: hidden;
}

div.hrSolid {
	background-image: url(/images/bg_hr_solid.gif);
}

div.hr hr {
 display: none!important;
}


:focus {outline:none;}

.noPadding {
	padding: 0 !important;
}

.fullWidth {
	width: 100%;
}

.marginTop {
	margin-top: 2em !important;
}

