/* @override 
	http://cms.ruef.de/tl_files/Default/css/default.css
	http://cms.ruefetto.de/tl_files/Default/css/default.css
	http://ruef.de/tl_files/Default/css/default.css
	http://ruefetto.de/tl_files/Default/css/default.css
*/

/* @group top navigation */

#header .mod_navigation .active {
	color: black;
	font-weight: bold;
}

#header .mod_navigation {
	position: relative;
	top: 100px;
	height: 30px;
	width: 680px;
	left: 10px;
	right: 10px;
}

#header .mod_navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: white;
	height: 30px;
	vertical-align: middle;
	display: table-cell;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0;
	overflow: hidden;
}

#header .mod_navigation li {
	float: left;
	margin-left: 15px;
}

#header .mod_navigation li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#header .mod_navigation li a:hover {
	color: #868175;
}

#header .mod_navigation li a:active {
	color: maroon;
}

/* @end */

/* @group Allgemein */

#main {
	height: 425px;
	overflow: auto;
}

#footer a {
	color: black;
	text-decoration: none;
}


#footer {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 30px;
	vertical-align: middle;
	letter-spacing: -1px;
	background-image: url(../../Default/img/footer.png);
}

.center {
	text-align: center;
	display: block;
	float: right;
	width: 700px;
}

body {
	background-color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

input {
	padding: 3px;
	width: 495px;
}

h1 {
	font-size: 26px;
	color: #d89900;
	font-weight: bold;
	margin-top: 8px;
}

h2 {
	font-size: 18px;
	color: #d89900;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	color: #595750;
	font-weight: bold;
}

p {
	font: 14px/19px Georgia, "Times New Roman", Times, serif;
}

a {
	color: black;
}

a:hover {
	color: #868175;
}

a:visited {
	color: black;
}

a:active {
	color: #f08c19;
}

/* @end */

/* @group Formulare */

.formbody label {
	font-size: 15px;
}

.formbody span.mandatory {
	color: #e5a300;
}

p.error {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	margin: 0 0 2px;
	background-color: rgba(0,0,0,0.6);
	padding: 6px;
	width: 135px;
	float: right;
	position: relative;
	top: 15px;
	left: 10px;
}

textarea {
	padding: 8px;
	width: 485px;
}

input,textarea {
	border: 1px solid #e5a300;
	background-color: rgba(228,162,0,0.13);
}

input:hover,textarea:hover {
	background-color: rgba(229,163,0,0.37);
}

/* @end */

/* @group Kalender */

.mod_calendar table
{
	width: 100%;
	background-color:#fcfcfc;
	border-collapse:separate;
}

.mod_calendar .head
{
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-align:center;
	background-color:#fdfeff;
	background-image:url("tl_files/webconsulting/calendar.jpg");
	background-position:left bottom;
	background-repeat:repeat-x;
	border-top:1px solid #dfdfdf;
	font-size: 14px;
}

.mod_calendar th.previous
{
	padding-left:0.75em;
	text-align:left;
	border-left:1px solid #dfdfdf;
}

.mod_calendar th.next
{
	padding-right:0.75em;
	text-align:right;
	border-right:1px solid #dfdfdf;
}

.mod_calendar th a
{
	text-decoration:none;
	color:#333333;
	font-size: 12px;
}

.mod_calendar th a:hover
{
	text-decoration:underline;
}

.mod_calendar .label
{
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	background-color: #e5a300;
	color: #fcfcfc;
	font-size: 13px;
}

.mod_calendar td
{
	width:14%;
	height:7em;
	vertical-align:top;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

.mod_calendar .col_first
{
	border-left:1px solid #dfdfdf;
}

.mod_calendar .weekend
{
	background-color:#f7f9fa;
}

.mod_calendar .today
{
	background-color: rgba(229,163,0,0.6);
}

.mod_calendar .active {
	background-color: rgba(229,163,0,0.25);
}

.mod_calendar .header
{
	margin:1px;
	padding:1px;
	background-color:#e6e6e6;
	color:#666666;
	font-size: .7em;
}

.mod_calendar .event
{
	margin:3px;
	font-size:0.9em;
	line-height:1.1;
}

.mod_calendar .event a
{
	text-decoration:none;
	color:#333333;
	width: 100%;
	height: 100%;
	font-size: 12px;
}

.mod_calendar .event a:hover
{
	text-decoration:underline;
}




/* @end */

/* @group TabControl */

.ce_tabcontrol_tabs {
}

.ce_tabcontrol_tabs ul {
	list-style-type: none;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}

.ce_tabcontrol_tabs li {
	float: left;
	padding: 6px;
	position: relative;
}

.ce_tabcontrol_tabs li.tabs {
	background-color: #e5a300;
	color: white;
	border-right: 1px none white;
}

.ce_tabcontrol_tabs li.tabs:hover {
	color: #868175;
	cursor: pointer;
}

.ce_tabcontrol_pane {
	margin-right: 15px;
	padding: 0 10px 10px;
}



/* @end */

.mod_article {
	padding: 10px;
}

.contentEl {
	background: #FFFFFF no-repeat;
}

div#events.mod_article.block {
	padding: 0;
}

#header div.inside >a {
	position: absolute;
	top: 105px;
	right: 10px;
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

/* @group TypoLight */

.ce_text {
	padding: 5px 10px;
}



/* @end */
