/**
 * This file is part of
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - http://www.pragmamx.org
 *
 * pragmaMx is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * $Revision: 1.2.2.13 $
 * $Author: tora60 $
 * $Date: 2008/01/29 12:24:42 $
 */
/*
 * IMPORT CSS STYLING
 */
/* pragmamx styling */

@import url(pragmamx.css);
/* Weblayout styling */
@import url(layout.css);
/* forms styling */
@import url(forms.css);
/*
 * general styling
 */

* {
	font-size: 11px;
}

a img {
	border: 0px;
}

a:hover,
a:focus {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}

/* External links */
a:active, a:link, a:visited {
	background-color: transparent;
	color: #B96760;
	text-decoration: underline;
}

del, strike {
	text-decoration: line-through;
}

h1 {
	font-size: 215%;
}

/*
 * Typographie
 */

/* heading */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0px;
	margin-bottom: 4px;
	font-weight: bold;
	line-height: 100%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 180%;
}

h4 {
	font-size: 160%;
	font-weight: normal;
}

h5 {
	font-size: 135%;
}

h6 {
	font-size: 110%;
}

html, body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	color: #F7F7F7;
	background-color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* preformatted */
pre {
	margin: 2px 0px;
	padding: 8px;
	border-left: 8px solid #B96760;
	border-right: 1px solid #B96760;
	border-top: 1px solid #B96760;
	border-bottom: 1px solid #B96760;
	white-space: normal;
	background: #333333;
	color: #FFFFFF;
	font-size: 90%;
}

span.tiny a:visited, span.tiny a:link {
	font-size: 9px;
}

span.tiny a:hover {
	color: #666666;
	background-color: transparent;
}

.centerblocks_inhalt a:visited, .centerblocks_inhalt a:link {
	color: #FFFFFF;
	background-color: transparent;
}

.centerblocks_inhalt a:hover {
	color: #666666;
	background-color: transparent;
}

.content {
	color: #FFFFFF;
	background-color: transparent;
	font-size: 12px;
}

.hrstyle {
	border: 1px solid #B96760;
	height: 1px;
}

.option {
	font-size: 13px;
	font-weight: bold;
}

/* test Spaw2 style */
.test1 {
	font-weight: bold;
}

.tiny {
	font-size: 9px;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

/* das ist der Hintergrund für die Texteingabe */
#htmlarea {
	background-color: #292929;
	color: #FFFFFF;
	background-image: none;
}

#htmlarea body {
	margin: 5px;
	background-color: #292929;
	color: #FFFFFF;
	background-image: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}