/*---reset all--*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus { border-color: #505050!important;/* defining somehow! */
   outline: 0;
}

ins {  border:1px Dashed Red; /* defining somehow! */
   text-decoration: none;
}

del {
	text-decoration: line-through;
}


table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}

form{
	display: inline;
}
input, textarea, select, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

hr{
	display:none;
}
span.clear{
	display: block;
	float: none;
	clear: both;
	position: relative;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}
div.clear{
	float: none;
	clear: both;
}

/*---begin--*/

html, body {
	height: 100%;
}

body {
	background: #DDD no-repeat right bottom;
	color: #222; /*important text color*/
	font: .8em/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}


input, textarea, select, option {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*line-height: 100%;*/
}

input.text,
input.button,
textarea,
select,
option,
.registration_form input,
#login_form input,
input.tx_mailform_text,
input.tx_mailform_captcha {
 width: 398px; 
 background: #FFF url(img/input-text-bg.gif) repeat-x 50% 0%;
 padding:1px 4px;
 border: 1px solid #a9a9a9;
 font-size:120%;
}
input.tx_mailform_captcha {
    width: 98px;
}


input.button {
	background:#FFF;
	width: auto;
	padding:0 20px;
	height:24px;
	cursor:pointer;
	position:relative;
}
input.submit,
input.tx_mailform_submit {
	font-size:120%;
   border: 1px solid #a9a9a9;	
   padding:4px 15px;
	background: #c0ebc6;
	cursor:pointer;
}


select, option{
 background: #FFF;
 width: 404px;
 padding:0;
}

option{
  padding:1px 4px 0;
  border:0;
  font-size:100%;
}

.label {float:left; width:132px;}
/*label {font-weight: bold;}*/
.stateMessage, .required, .errorMsg {color: orange;}
.tx_mailform_required, .tx_mailform_invalid, .tx_mailform_none {
	padding:10px 0 0 0!important;
}




a,
a:link,
a:active {color: #006ec7;text-decoration: underline; }
a:visited {color: #401C8C;}
a:hover,
a:focus {color: #401C8C; text-decoration: none !important; }

h1{
	font-size: 190%;
	font-weight: normal;
}

h2{
	font-size: 160%;
	font-weight: normal;
	line-height:1.3em;
}

h3{
	font-size: 120%;
	font-weight: bold;
}
/*menulists*/
.menulist{
	margin: 0;
	padding: 0;

}

.menulist li {
	float: left;
	display: block;
	position: relative;
	margin-right: -1px;
	list-style:none;
}

.menulist a, .menulist a:link, .menulist a:visited, .menulist a:active {
	display: block;
}


/* 'Escaped Comment' for IE5/Mac */
.menulist a {
	float: left;
}

.menulist ul a {
	float: none;
}

/* \*/
.menulist a {
	float: none;
}

/* */


.box { background:url(img/box-bg.gif) repeat-y 0%;}
.box .box-content1 {background:url(img/box-conent1-bg.gif) no-repeat 0% 0%;}
.box .box-content2 {background:url(img/box-conent2-bg.gif) no-repeat 0% 100%; }
.box h2 {background:url(img/box-h2.gif) no-repeat 0% 0%; height:24px; padding:3px; margin:0 0 0 12px; text-transform: uppercase; font: normal 11px Tahoma, Verdana, sans-serif;}
.box h2 span {background:#d1d1d1;display:block;float:left;line-height:18px; padding:0 1.5em;border-right:1px solid #FFF;}
.box .content {padding:.5em 1em .5em 2.7em; font-size:.9em;}
.box .content li {list-style: none; margin: 0 0 1em 0;}

.box#news h2 span { background:#fbd944;}
.box#news p.bodytext {display: inline;}

.box#saying { background:url(img/box-saying.gif) no-repeat 14px 0%; font-style:italic; font-size:1.2em; color:#5d5f57;margin-top:1.2em;}
.box#saying .content{padding:3.5em 2em 1em 2.7em;}

#mainLayer{ background:#FFF; width:930px; margin:2em auto 0;}

#mainHeader { padding:1em 2.6em .5em;}
#mainHeaderContent { background:url(img/mainheader-bg.gif) no-repeat; height:87px; margin:0 0 1em;}


#mainLogo { position: absolute; right: 30px;}


#mainContent{/*border: 1px solid #000; */ position:relative; margin: 0 30px 0 0;  min-height:50em;}
* html #mainContent {height:50em;}
#mainContent .content{  margin:1em 1.9em 0 2.6em;}

#mainContent h1 {margin:1em 0 1em;}
#mainContent h2 {margin:.5em 0;}
#mainContent h3 {margin:.5em 0;}

#mainContent p,
#mainContent li {margin:.4em 0 .9em;}
#mainContent ul li{margin-left:1.5em; list-style: disc url(img/content.li.png) inside;}
#mainContent ol li{margin-left:1.5em; list-style-position: inside;}




/*
 buttons

*/

.buttons a, button{
    -display:block;
    -float: right;
    margin:0 7px 0 0;
    background:#e5e5e5 no-repeat 7px 5px;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 30px; /* Links */
}
button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 30px; /* IE6 */
}
button[type]{
    padding:5px 10px 5px 30px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 30px; /* IE7 */
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

button.submit {background-image:url(img/button_icon_tick.gif);}
button.reset {background-image:url(img/button_icon_cross.gif);}
button.login {background-image:url(img/button_icon_key.gif);}
button.preview {background-image:url(img/button_icon_preview.gif);}
button.add {background-image:url(img/button_icon_plus.gif);}

label {
    display:inline;
}

#loginBox {
text-align: center;
	background: #fdf5e6 ;
	padding:10px 20px;
}
#loginBox .row {
	margin: 0 0 2px;
}
#loginBox .row label
 {
padding: .3em 4px .2em; position: absolute; cursor:text; 
font-weight: normal;
color:gray;
width: 116px;
text-align: center;
}

#loginBox  input.text{
		width: 116px;
		text-align: center;
}
#loginBox  button{
	width: 86px!important;
   	margin: 5px 20px 0 20px;
}

#login_form button {
    float: left;
}

/*
   typo3 forum
*/
.tx-mmforum-th,
.tx-mmforum-td {
	font-size:100%!important;
}

th.tx-mmforum-th,
div.tx-mmforum-th{
	background: gray;
}
.tx-mmforum-desc {
	margin-top: 4px;
}
td.tx-mmforum-subth2{
	color:#666666;
}
div.tx-mmforum-rootline{
	border:0;
}
div.tx-mmforum-pagenav{
	font-size:100%;
}


.registration_form input {
    float: right;
    width:340px;
    margin-top: 0;
    padding-top: 0;
}
.registration_form td.tx-mmforum-td {
	border-width: 0!important;
}

.registration_form button { float: none; }

#login_form input { margin-bottom: 10px; }

.news-search-form button {display:inline!important; float: none!important; }


div.toc, #mainLanguage, #mainMenu, #mainLinks, #mainSidebar, #sidebarRight, p.foot{
	display: none;
}


li.collapsed ul {display: none;}
li.collapsed {list-style-image: url(img/plus.gif)!important;}
li.expanded   {list-style-image: url(img/minus.gif)!important;}
li.normal       {list-style-image: url(img/empty.gif)!important;}


