/**
 * 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.11.2.3 $
 * $Author: tora60 $
 * $Date: 2008/01/29 12:24:42 $
 */

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

a img {
	border: 0px;
}

a:hover,
a:focus {
	background-color: transparent;
	color: #FFFF33;
	text-decoration: none;
}

a:active, a:link, a:visited {
	background-color: transparent;
	color: #663300;
	text-decoration: none;
}

body {
	margin-bottom: 0px;
	margin-top: 0px;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color: #666666;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

br {
	line-height: 8px;
}

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

fieldset {
	border: 1px solid #cc9933;
	margin: 0 0 2em 0;
	padding: 1em .5em .5em .5em;
}

form {
	margin: 0px;
	display: inline;
}

h7, h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: bold;
}

html, body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	height: 100%;
}

img {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

input, select {
	border-bottom: 1px inset #666666;
	border-left: 1px inset #666666;
	border-right: 1px inset #666666;
	border-top: 1px inset #666666;
	background-color: #F2F2F2;
	color: #333333;
}

input.formbutton {
	border-bottom: #666666 1px outset;
	border-left: #666666 1px outset;
	border-right: #666666 1px outset;
	border-top: #666666 1px outset;
	background-color: #F2F2F2;
	color: #333333;
	text-align: center;
}

input.formcheckbox {
	border: none;
	background-color: transparent;
	color: #000000;
}

legend{
	border: 1px solid #cc9933;
	padding: 2px 6px;
	background: #ffffcc;
	color: #000000;
	font-weight: bold;
}

small {
	font-size: 10px;
}

span.footmsg a {
	background-color: transparent;
	color: #666666;
	font-size: 10px;
}

textarea {
	border-bottom: 1px inset #666666;
	border-left: 1px inset #666666;
	border-right: 1px inset #666666;
	border-top: 1px inset #666666;
	background-color: #F2F2F2;
	color: #333333;
	overflow: auto;
}

th {
	font-weight: bold;
}

u{
	text-decoration: underline;
}

.content {
	font-size: 13px;
}

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

.tiny {
	font-size: 10px;
}

.title {
	background-color: transparent;
	color: #999966;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}

/* 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: #330000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* begin styles for RSS Feed */

.rss-box {
	 padding: 2px 2px;
	 background-color: #ffffff;
	 border-left: 10px solid #ffff66;
	 border-top: 0px dotted #cccccc;
	 border-right: 0px dotted #cccccc;
	 border-bottom: 0px dotted #cccccc;
}

.rss-title, .rss-title a:link
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 3px 0;
	padding: 0;
	text-align:center;

}

.rss-title a:visited, .rss-title a:active, .rss-title a:hover {
	color: #663300;
	
}

.rss-items {
	list-style:none;
	 margin:3;
       padding:10;
  
}

.rss-item  {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-bottom: 1em ;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	}

.rss-item a:hover { 
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	}
	
.rss-date {
	font-size: 10px;
	font-weight : normal;
	color: #666666;
	} 
