/* ###########################################################################################
** #   "A twocolum Layout" orig. Design by Free CSS Templates via rasi.ch to mhc  ############
** #   Powered by TYPO3   ####################################################################
** ###########################################################################################
**
**  Design:   		based on Free CSS Template
**  --------------------------------------------------------------
**  Version:      1.1.2a
**  Dateiversion: 24.12.07
**  Datei       : layout_t3.css
**  Funktion    : Zentrales Stylesheet Layout ohne Spalten und Spaltentrennern
**                Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: white url(../images/img01.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}
/* 	background: #dbdbdb url(../images/img01.gif) repeat-x;       */

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: 1px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
/*	text-align: justify;           */
	text-align: left;
	line-height: 167%;
	font-size: 107%;
}

blockquote,
#news {
	margin-left: 1,5em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(../images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #B91905;
}

/* Menu 

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #DB5600;
}

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

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #DB5600;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}
*/

/* Logo */

#logo {
	width: 760px;
	height: 120px;
	margin: 0 auto;
	background: #010100 url(../images/img02.jpg)
}

#logo h1 {
	margin: 0 8px;
	padding: 36px 0 0 0;
	text-align: right;
	letter-spacing: 6px;
	font-size: 372%;
}

#logo h2 {
	margin: 0 8px;
	padding: 0 0 3px 0;
	text-align: right;
	letter-spacing: 4px;
	font-size: 98%;
	font-weight: normal;
	font-style: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(../images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 482px;
	padding: 20px 18px 20px 40px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(../images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 18px;
	background: #dbdbdb;
}

#sidebar blockquote,
#sidebar #news {
	margin-left: 0;
	padding-left: 0,15em;
	background: url(../images/img09.gif) no-repeat right bottom;

}
/* 	border-left: 5px solid #DB680D;
*/

#sidebar #news h1 {
	color: #313131;
	font-style: italic;
	font-size: 120%;
	font-weight: bold;	
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
}

#links ul {
	background: url(../images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(../images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(../images/img08.gif) no-repeat left center;
	color: #DB680D;
}

/* Footer */

#footer {
	height: 44px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 471px;
	height: 30px;
	padding: 15px 28px 0 24px;
	background: #dbdbdb;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 201px;
	height: 30px;
	margin: 0 auto;
	padding: 15px 16px 0 0;
	background: #B91905;
	text-align: right;
	font-size: 85%;
	color: #dbdbdb;
}

img {
	border: none;
}


.csc-sword {
	color: #ffffff;
	background-color:#c5e6ee;
	padding: 0 3px 0 3px;
}

/*------mailformular formatieren------*/

#mailform {
	padding: 20px;
}

form input,
form textarea {
	color: #8A8A8A;
}

#mailform .csc-mailform {
	border: 0px;
}

.csc-mailform-field {;
	margin: 2px 0 0 2px;;
	padding: 5px;
}

.csc-mailform-field label {
	float: left;
	padding: 1px;
	width: 98px;
	color: #5d5d5d;
	letter-spacing: 1px;
	font-weight: bolder;
}


.mf-input {
	clear: none;
	width: 220px;
	padding: 1px;
	border: 1px solid #B91905;
	background-color:none;
}

.mf-pass {
	width: 220px;
	padding: 1px;
	border: 1px solid #B91905;
	background-color:none;
}

.mf-text {
	clear: none;
	width: 220px;
	padding: 1px;
	border: 1px solid #B91905;
	background-color:none;
}

.mf-check {
	padding: 1px;
	border: 1px solid #B91905;
	background-color:none;
}

.csc-mailform-radio fieldset {
	border: 0px;
	background-color:none;
}

.csc-mailform-radio legend {
	display: none;
	border: 0px;
}

.mf-radio {
	margin-left: 0px;
	padding: 1px;
	border: 1px solid #B91905;
	background-color:none;
}

.mf-select {
	width: 220px;
	padding: 1px;
	border: 1px solid #B91905;
	background-color:none;
}

.mf-file {
	width: 220px;
	padding: 1px;
	border: 1px solid #336699;
	background-color:none;
}

.mf-reset {
border: 1px solid #B91905;
background-color:none;
}

.mf-submit {
	margin-left: 98px;
	border: 1px solid #B91905;
	background-color:none;
}


.tx-newloginbox-pi1 label {
	float: left;
}

.tx-newloginbox-pi1 input,
input,
textarea {
	padding: 1px;
	border: 1px solid #B91905;
	background-color:none;
}

.csc-textpic-image,
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	padding-top: 8px;
}


/*------tabelle formatieren------*/
/* RTE / Table styling */
TABLE { padding-left:15px; }
TABLE.contenttable { border:none; margin:10px 0px 10px 0px; width:90%; }
TABLE.contenttable TR TD { padding:2px 5px 2px 5px; margin:0px; border:0px; }
TABLE.contenttable TR TD P.bodytext { font-size:10px; }
TABLE.contenttable TR { margin:none; background-color:#ccc; } /*Orange***fe4e00**/
TABLE .bodytext { margin: 0px; }


/* RTE / Bulletlists */ 
UL { margin-top:0px;  }
UL UL LI { font-size:11px; }
OL { margin-top:0px; }
/* LI { margin-top:0px; margin-bottom:0px; padding-top:2px; } */ 
#colTwo LI {list-style-image:url(../images/img2.gif); }

UL LI.a {

}