/**
 * 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.1.2.1 $
 * $Author: tora60 $
 * $Date: 2008/02/16 14:08:22 $
 */

/* import Weblayout styling */
@import url(layout.css);

body {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	border: 1px solid;
	border-color: #807A61;
	margin-bottom: 1px;
	color: #374254;
	background-color: #FCFAF5;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

del, strike{
	text-decoration: line-through;
}

fieldset {
	border: 1px solid #6699CC;
	margin: 0 0 2em 0;
	padding: 1em .5em .5em .5em;
}

legend{
	border: 1px solid #6699CC;
	padding: 2px 6px;
	background: #F2F2F2;
	color: #000000;
	font-weight: bold;
}

textarea {
	color: #000000;
	background-color: #FCFAF5;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

form {
	margin-bottom: 0;
	background-color: transparent;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #3B475A;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:active {
	color: #3B475A;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
	color: #3B475A;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #3B475A;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 14px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
}

h5 {
	font-weight: bold;
	font-size: 14px;
}

h6 {
	font-weight: bold;
	font-size: 14px;
}

.title {
	color: #374254;
	background: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.option {
	color: #374254;
	background: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.normal {
	color: #000000;
	background: none;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
}

.content {
	background-color: transparent;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
}

.sub {
	color: #374254;
	background: none;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.note {
	color: #000000;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.tiny {
	color: #000000;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

small {
	font-size: 9px;
}

/* das ist der Hintergrund für die Texteingabe */
#htmlarea {
	background-color: #FFFFFF;
	background-image: none;
	color: #000033;
}

#htmlarea body {
	margin: 5px;
	background-color: #FFFFFF;
	background-image: none;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


