/****************************/
/*		ALLGEMEIN			*/

body
{
    background-color:       #e8e8ea;
    background-image:       url(/Images/steel.jpg);
    background-position:    center top;
    color:                  #000000;
    font-family:            Arial, Tahoma, Verdana;
    font-size:              11pt;
    font-weight:            normal;
    margin:                 0px 0px 0px 0px;
}

/*body
{
    background-color:       #e8e8ea;
    background-position:    center top;
    color:                  #505050;
    font-family:            Arial, Tahoma, Verdana;
    font-size:              11pt;
    font-weight:            normal;
    margin:                 0px 0px 0px 0px;
}*/

.im_navi
{
    border:                 none;
}

.text_ueberschrift
{
    font-size:		    14pt;
    font-weight:            bold;
}

/****************************/
/*		ZELLEN				*/

.NewsBox_Title
{
    border-bottom:          solid 2px #cd081a;
    color:                  #cd081a;
    font-size:              13px;
    font-weight:            bold;
    font-style:             italic; 
    text-align:             justify;
}

.NewsBox_More
{
    border-bottom:          solid 2px #cd081a;
    color:                  #505050;
    font-size:              11px;
    font-weight:            normal;
    margin:                 5px 5px 5px 5px;
    text-align:             right;
}

.NewsBox_Content
{
    color:                  #505050;
    font-size:              11px;
    font-weight:            normal;
    margin:                 5px 5px 5px 5px;
    text-align:             left;
}

.FaqBox_Title
{
    border-bottom:          solid 2px #cd081a;
    color:                  #cd081a;
    font-size:              13px;
    font-weight:            bold;
    font-style:             italic; 
    text-align:             justify;
}

.FaqBox_Content
{
    color:                  #505050;
    font-size:              11px;
    font-weight:            normal;
    margin:                 5px 5px 5px 5px;
    text-align:             justify;
}

.ThemeBox_1_Title
{
    background-color:       #cd081a;
    border-bottom:          solid 2px #cd081a;
    color:                  #ffffff;
    font-size:              13px;
    font-weight:            bold;
    font-style:             italic; 
    padding:                3px 3px 1px 3px; 
    text-align:             justify;
}

.ThemeBox_1_Content
{
    color:                  #505050;
    font-size:              11px;
    font-weight:            normal;
    margin:                 5px 5px 5px 5px;
    text-align:             justify;
}

.ThemeBox_2_Title
{
    background-color:       #79d043;
    border-bottom:          solid 2px #79d043;
    color:                  #ffffff;
    font-size:              13px;
    font-weight:            bold;
    font-style:             italic;
    padding:                3px 3px 1px 3px; 
    text-align:             justify;
}

.ThemeBox_2_Content
{
    color:                  #505050;
    font-size:              11px;
    font-weight:            normal;
    margin:                 5px 5px 5px 5px;
    text-align:             justify;
}

.ThemeBox_3_Title
{
    background-color:       #325897;
    border-bottom:          solid 2px #325897;
    color:                  #ffffff;
    font-size:              13px;
    font-weight:            bold;
    font-style:             italic;
    padding:                3px 3px 1px 3px;  
    text-align:             justify;
}

.ThemeBox_3_Content
{
    color:                  #505050;
    font-size:              11px;
    font-weight:            normal;
    margin:                 5px 5px 5px 5px;
    text-align:             justify;
}

.ThemeBox_4_Title
{
    background-color:       #c5beb8;
    border-bottom:          solid 2px #c5beb8;
    color:                  #ffffff;
    font-size:              13px;
    font-weight:            bold;
    font-style:             italic; 
    padding:                3px 3px 1px 3px; 
    text-align:             justify;
}

.ThemeBox_4_Content
{
    color:                  #505050;
    font-size:              11px;
    font-weight:            normal;
    margin:                 5px 5px 5px 5px;
    text-align:             justify;
}

/****************************/
/*		ÜBERSCHRIFTEN		*/

h1
{
	font-size:				14pt;
	font-weight:			bold;
	margin:					0px 0px 3px 0px;
	text-decoration:		none;
}

h2
{
	font-size:				14pt;
	font-weight:			bold;
	margin:					0px 0px 3px 0px;
}


/****************************/
/*		BUTTONS				*/
.Button
{
	border:					solid 1px #c0c0c0;
	width:                  192px;
}


/****************************/
/*		TEXTBOXEN			*/
.TextBox
{
	border:					solid 1px #c0c0c0;
	color:					#505050;
	font-size:				12px;
	margin:					0px 0px 4px 0px;
	padding:				2px 2px 2px 2px;
	width:					186px;
}


/****************************/
/*		LABELS				*/
.lblDate
{
	font-size:				10px;
}


/****************************/
/*		LINKS				*/

A:active, 
A:link, 
A:visited
{
	color:					#505050;
	font-style:             italic;
	font-weight:            bold;
	text-decoration:		none;
}

A:hover
{
	color:					#c0c0c0;
	font-style:             italic;
	font-weight:            bold;
	text-decoration:		underline;
}

A.text:active, 
A.text:link, 
A.text:visited
{
	color:					#505050;
	font-style:             normal;
	font-weight:            normal;
	text-decoration:		none;
}

A.text:hover
{
	color:					#c0c0c0;
	font-style:             normal;
	font-weight:            normal;
	text-decoration:		underline;
}

A img
{
	border:					solid 1px #c0c0c0;
	padding:				1px 1px 1px 1px;
}

/****************************/
/*		BILDER				*/

.ThemeBox_Image
{
    border:                 solid 1px c0c0c0;
    float:                  left;
    margin:                 2px 2px 2px 0px;
    width:					100px;
}

/****************************/
/*		ABSÄTZE				*/

P
{
    margin:                 0px 0px 0px 0px;
}