/* @override 
	http://localhost:8888/_redaktionssystem/templates/DE/css/screen.css
	http://kronbergforum.de/templates/de/css/screen.css
	http://localhost/_redaktionssystem/templates/tse/css/screen.css
	http://kronbergforum.de/templates/tse/css/screen.css
*/

/* @group HTML */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 10pt;
	background: #ebebeb url(../images/background.jpg) repeat-x center top;
	margin: 0;
}

td {
	font-size: 1em;
	vertical-align: top;
}

a {
	color: #8e194a;
	text-decoration: none;
}

a:hover {
	color: #202020;
	text-decoration: none;
}

h1 {
	color: #8e194a;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1em;
	padding-bottom: 10px;
}

h2 {
	color: #497795;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 500;
	margin: 0;
}

h3 {
	color: #777;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 1px;
}

b, strong {
	text-decoration: none;
	font-weight: 700;
}

p {
	margin: 0;
}

input, select, textarea {
	font-size: 1em;
	background: #eee;
	padding: 5px;
	margin: 0;
	border: 0;
}

/* @end */

/* @group KLASSEN */

.pic {
	padding: 1px;
	margin: 4px 0 15px 30px;
	border: 1px solid #dbdfe0;
	-webkit-box-shadow: 0 0 15px #ddd;
	-moz-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
	float: right;
	clear: both;
}

.pic img {
	border: 0;
}

.pic_set {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.pic_set div {
	margin: 0;
	margin: 0 20px 15px 0;
	border: 5px solid #fff;
	float: left;
	background: #eee;
	-webkit-box-shadow: 0 0 15px #ccc;
	-moz-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}

.pic_set div, .pic_set span {
	width: 100px;
	height: 100px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
}

.klein {
	font-size: 0.9em;
}

.error {
	background: #cc0000;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

.success {
	background: #669933;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

/* @end */

/* @group LAYOUT */

/* @group FOOTER */

#footer {
	background: url(../images/footer.jpg) no-repeat center top;
	width: 100%;
	margin: 0 0 30px 0;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.6em;
	float: left;
	padding-top: 20px;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #bbb;
}

/* @end */

#header {
	background: url(../images/header.jpg) no-repeat center;
	width: 950px;
	height: 180px;
	position: relative;
}

#imagebar {
	background: url(../images/imagebar.jpg) no-repeat center;
	width: 950px;
	height: 105px;
	position: relative;
}

#website {
	width: 950px;
	margin: 0;
}

#container {
	background: url(../images/content.jpg) repeat-y center;
	width: 100%;
	padding: 0;
	float: left;
	clear: left;
	position: relative;
}

#path {
	font-size: 0.8em;
	color: #aaa;
	float: left;
	width: 100%;
	margin: 0 0 7px 0;
}

#content {
	text-align: left;
	float: left;
	width: 510px;
	margin: 15px 0 40px 50px;
	font-size: 0.9em;
	line-height: 1.7em;
}

#content table td {
	padding: 0 20px 10px 0;
	line-height: 1.4em;
}

#content li {
	padding: 3px;
}

#content ul {
	margin: 0;
}

/* @end */

/* @group MENU */

#menu {
	float: left;
	background: none;
	width: 280px;
	text-align: left;
	margin-left: 30px;
	padding: 10px 0;
	border-top: 5px solid #fff;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}

#menu a {
	text-transform: uppercase;
	display: block;
	padding: 9px 25px;
	color: #777;
}

#menu a:hover, #menu .submenu a:hover {
	background: rgba(0,0,0,0.1);
}

#menu .active {
	background: url(../images/menu_top.jpg) no-repeat top left;
	border: 0;
}

#menu .active:hover {
	background-color: rgba(0,0,0,0.05);
}

#menu .active a {
	color: #497795;
}

/* @group SUB */

#menu .submenu {
	background: url(../images/menu_back.jpg) repeat-y top left;
}

#menu .submenu .bottom {
	background: url(../images/menu_bottom.jpg) no-repeat top left;
	padding: 5px;
}

#menu .submenu li {
	float: none;
	background: none;
	border: 0;
}

#menu .submenu a {
	font-size: 0.9em;
	text-transform: none;
	padding: 4px 10px 5px 40px;
}

#menu .submenu .active {
	padding-top: 0;
}

#menu .submenu .active a {
	background: none;
	font-weight: 900;
	color: #8e194a;
}

/* @group SUB SUB */

#menu .submenu .subsubmenu {
	padding-bottom: 10px;
}

#menu .submenu .subsubmenu a {
	padding-left: 55px;
	color: #999;
	font-size: 0.8em;
}

#menu .submenu .subsubmenu .active {
	padding-top: 4px;
	background-image: none;
	color: #8e194a;
}

/* @end */



/* @end */

/* @end */

/* @group MODULE */

/* @group NEWS */

.blog {
	padding: 0;
	float: left;
	padding: 10px 15px;
	margin: 0 15px 15px 0;
	background: #f5f5f5;
	border: 1px solid #eaeaea;
}

.blog .last {
	background: none;
}

.blog h2 {
	margin: 0;
	margin-bottom: 7px;
}

.blog .hidden {
	display: none;
}

.blog .date {
	float: right;
	font-size: 0.8em;
	line-height: 1em;
	margin: 5px 0 0 0;
}

/* @end */

.downloads {
	width: 470px;
	background:#f3f3f3;
	border: 1px solid #ddd;
	padding: 10px 10px 10px 15px;
	margin-bottom: 20px;
	float: left;
}

.downloads p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 5px 0;
}

.downloads .button {
	background: url(../images/download.jpg) no-repeat center top;
	float: right;
	width: 40px;
	height: auto;
	padding: 20px 20px;
	margin: 0 0 0 30px;
	font-size: 0.6em;
	color: #aaa;
}

.teaser {
	float: left;
	width: 215px;
	padding: 10px;
	margin: 0 15px 15px 0;
	background: #f5f5f5;
	border: 1px solid #eee;
}

.teaser .pic {
	border: 0;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin: -10px;
	margin-left: 10px;
	width: 50px;
	height: auto;
}

.teaser a {
	color: inherit;
}

/* @end */

#newsite {
	background: #e0e0e0;
	border: 1px solid #ccc;
	padding: 10px 15px;
	margin-right: 15px;
}

.event_error {
	color:#fff;
	font-size:1.4em;
	border: 1px solid #a00;
	padding: 5px;
	background: #c00;
	margin-bottom: 20px;
}

.event_list {
	background: #eee;
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

.event_list .date {
	font-size: 8pt;
	color: #888;
}

.event_list a {
	font-size: 11pt;
	color: #497795;
}

.event_form {
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 15px 15px;
	margin-top: 20px;
}

.event_tab {
	width: 100%;
	margin-top: 15px;
}

.event_tab td {
	margin: 0;
	vertical-align: middle;
}

.event_tab input {
	width: 100%;
	background: #ddd;
	border: 1px solid #ccc;
	padding: 4px;
}

.event_form .event_red {
	border: 1px solid #a00;
	background: #c00;
	color: #fff;
}

.event_tab input, .event_tab textarea {
	width: 100%;
	background: #ddd;
	border: 1px solid #ccc;
	padding: 4px;
}

