/* COWIS WYSIWYG stylesheet */

body {
	font-family: arial, tahoma, verdana, sans-serif, sans;
	font-size: 11px;
}

body#tinymce table,
body#tinymce table td {
	border: 1px dashed #ddd;
}

td {
	font-family: arial, verdana, tahoma, sans-serif, sans;
	font-size: 11px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #005A9F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
}


input,
textarea,
select {
	font-family:arial, verdana, tahoma, sans-serif, sans;
	font-size: 11px;
}

ul {
	margin: 10px 0 10px 20px;
	padding: 0 0 0 10px;
}

li {
	padding: 3px 1px;
}

.subheadline {
	background: url(../images/headline_bg.jpg) repeat-x;
	font-size: 15px;
	padding: 0;
	height: 26px;
	color: #005A9F;
	font-weight: bold;
	margin: 20px 0 10px 0;
	clear: both;
}

.float_left {
	float: left;
	margin: 0 15px 15px 0;
}

.akkordeon_head {
	margin: 6px 0 1px 0;
	padding: 3px 5px;
	cursor: pointer;
	background: url(../images/text_off.gif) no-repeat #eee;
	background-position: right 1px;
	font-weight: bold;
}

.akkordeon_text {
	background: url(../images/teaser_bg.png) repeat-x;
	padding: 5px 10px 20px 10px;
	margin: 0;
	overflow: hidden;
}

ul.akkordeon_text {
	padding: 5px 5px 20px 30px;
}

.akkordeon_head.akkordeon_hover {
	background: url(../images/text_off.gif) no-repeat #ddd;
	background-position: right 1px;
}

.akkordeon_head.akkordeon_on {
	background: url(../images/text_on.gif) no-repeat #eee;
	background-position: right 1px;
}

/**
 * home table
 */

td.home_table_head {
	cursor: pointer;
	background: #ddd;
	font-size: 13px;
	width: 50%;
	text-indent: 3px;
}

td.home_table_text {
	cursor: pointer;
	background: #eee;
	height: 93px;
	background: no-repeat #eee;
	background-position: -85px 5px;
}

td#home_table_wawi {
	background-image: url(../images/icon_wawi.gif);
}

td#home_table_shop {
	background-image: url(../images/icon_shop.gif);
}

td#home_table_kasse {
	background-image: url(../images/icon_kasse.gif);
}

td#home_table_auftrag {
	background-image: url(../images/icon_auftrag.gif);
}


.table_head {
	background: #005A9F;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.h1 {
	font-size: 16px;
	color: #444;
	background: url(../images/grapheadline_bg.png) no-repeat 0 4px;
	font-weight: bold;
	margin: 12px 0 17px 0;
	padding: 0 0 0 22px;
}