@charset "utf-8";

/****************************************************************/
/*   Design:   Multiflex-5.3                                    */
/*   File:     Reset all grid and content styles                */
/*--------------------------------------------------------------*/
/*   Design:   www.1234.info                                    */
/*   Date:     January 22, 2008                                 */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Please keep footer credits with the words        */
/*             "Design by 1234.info". Thank you!                */
/****************************************************************/

/***********/
/*  RESET  */
/***********/

html{color:rgb(0,0,0); background:rgb(255,255,255);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0; font-variant:normal;}
sup {vertical-align:text-top;} /* to preserve line-height and selector appearance */
sub {vertical-align:text-bottom;} /* to preserve line-height and selector appearance */
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;} /* to preserve line-height and selector appearance */
legend{color:rgb(0,0,0);} /*because legend doesn't inherit in IE */

/*eigene Ergänzugen*/

.functions
{
margin:1.0em 0 1.0em 0; 
color:rgb(0,0,0); 
line-height:1.3em; 
padding: 0 20px 0 20px; 
font-size:131% !important /*Non-IE6*/; 
font-size:115% /*IE6*/;
}


.faq_list
{
list-style-type:disc;
list-style-position: inside;
}

.inputField
{ 
	BORDER-RIGHT: #7f7f7f 1px solid; 
	BORDER-TOP: #7f7f7f 1px solid; 
	BORDER-LEFT: #7f7f7f 1px solid; 
	BORDER-BOTTOM: #7f7f7f 1px solid; 
	FONT-SIZE: 12px; 
	WIDTH: 150px; 
} 

.errorField 
{
    BORDER-RIGHT:#9F0004 1px solid;
	BORDER-TOP:#9F0004 1px solid;
	BORDER-LEFT:#9F0004 1px solid;
	BORDER-BOTTOM:#9F0004 1px solid;
    FONT-WEIGHT:bold;
    COLOR:#00CC33;
	FONT-SIZE:12px;
	WIDTH:150px;
	background-color:#FF0033;
}
.fehler
{
color:blue;
text-decoration:underline;
text-align:left;
}
.einbau_codes
{
background-color:#CCCCCC;
border:1px solid #000000;
text-align:left;
}

.list_einbau_codes
{
list-style-type:disc;
list-style-position: inside;
}


.title
{
font-size:20px;
padding-bottom:15px;
padding-top:30px;
}
.manage_users
{
table-layout:auto;
font-size:10px;
}

.add_block_msg
{
padding: 1cm 1cm;
background-color: #FF9933;
font-size:20px;
color: black;
}
