﻿@charset "UTF-8";

/*
Beispielhafte CSS Datei fuer besonders Formate aus dem MEDitor
*/

img.floatleft{
	float		: left !important;
	margin		: 0.6em 2em 1.2em 0;
}

img.floatright{
	float		: right !important;
	margin		: 0.6em 0 1.2em 2em;
}

span.floatclear{
	clear		: both;
	display		: block;
	float		: none;
	height		: 1em;
	overflow	: hidden;
}

table.border td,
table.border th{
	border		: 1px solid #666!important;
}

td,
th{
	background	: #FFFFFF;
}

tr.color1 td,
tr.color1 th,
td.color1,
th.color1{
	background	: #FFFBB3 !important;
}

tr.color2 td,
tr.color2 th,
td.color2,
th.color2{
	background	: #CCC !important;
}

tr.color3 td,
tr.color3 th,
td.color3,
th.color3{
	background	: #AAA !important;
}

.zusatzinfos{
	color		: #111 !important;
	font-size	: .8em;
}


div.addinfo
{
	color		: #666 !important;
	font-size	: .8em;
	display		: block;
	clear		: both;
	float		: none;
	font-style	: italic;
	margin		: 0.4em;
	line-height	: 1.4em;

}

/*

Fuer Fehler/Erfolsmeldungen

*/

.errorMsg,
.successmsg{
	display		: block;
	font-family	: Verdana,Arial,Helvetica,sans-serif;
	font-size	: 1em;
	font-style	: normal;
	margin		: .1em 0 1.5em;
	padding		: .5em .5em .5em 40px;
}

.successmsg{
	background	: url(../../images/messagebox_info.png) #CCFF99 5px 8px no-repeat;
	border		: 2px solid #339900;
}

.errorMsg{
	background	: url(../../images/messagebox_warning.png) #FFC2C2 5px 8px no-repeat;
	border		: 2px solid #990000;
}

