
/******************************************************************************
 *
 *    CSS-Boxen bzw. DIV-Container
 *
 ******************************************************************************/

div#page
{
    position: 			relative;
    top: 				0px;
    margin: 			0px auto 5px auto;
    padding:			0px;
    width: 				942px;
    color: 				#313C73;
    background: 		url(../images/bg_page.gif) repeat-y;
    text-align: 		left;
}

div#head
{
    margin: 			0px;
    padding: 			0px;
    width: 				942px;
    height: 			219px;
    background: 		url(../images/bg_head.jpg) no-repeat;
}

div#logo
{
    margin:				0px;
    padding:			0px;
}

div#box-1
{
    position:			relative;
    top:				0px;
    left:				4px;
    margin: 			0px;
    padding: 			0px 0px 224px 0px;
    width: 				202px;
    background: 		#F4F5F4 url(../images/bg_box-1.jpg) bottom no-repeat;
    border-right: 		solid 1px #9c9c9c;
    float: 				left;
}

div#content
{
    margin: 			0px;
    margin-left: 		225px;
    padding: 			20px 0px 20px 0px;
    padding-bottom: 	20px;
    width: 				500px;
    min-height: 		500px;
    line-height: 		140%;
    color: 				#333;
}

* html div#content
{
    height: 			500px; /* nur für IE 5.5 - 6.x */
}

html + body div#content
{
    height: 			500px; /* nur vom IE 5.0 */
}

div#news-box
{
    position:			absolute;
    top:				219px;
    left:				742px;
    margin:				0px;
    padding: 			10px;
    width:				172px;
    height:				326px;
    background: 		url(../images/bg_news-box.gif) no-repeat;
}

div#news-box h1
{
    display:			none;
}

div#foot
{
    position: 			relative;
    top: 				0px;
    width: 				942px;
    height:				73px;
    margin: 			0px auto 0px auto;
    padding:			0px;
    text-align: 		right;
    background: 		url(../images/bg_foot.gif) no-repeat;
    clear:				both;
}


.list-box-1 ,
.list-box-2
{
    margin: 			0px 0px 10px 0px;
    padding: 			0px 0px 10px 10px;
    border-left: 		solid 4px #ccc;
    border-bottom: 		solid 1px #ccc;
}

.box ,
.info-box ,
.text-box ,
.error-box
{
    margin: 			0px;
    margin-bottom: 		10px;
    padding: 			10px;
    border: 			solid 1px #cdcdcd;
    color:				#333;
}

.text-box
{
    background: 		#fefefe;
}

.info-box
{
    padding-left: 		35px;
    background:			#efefef url(../images/attention.gif) 10px 10px no-repeat;
}

.error-box
{
    padding-left: 		35px;
    border:				solid 1px #f00;
    background:			#ffefef url(../images/attention.gif) 10px 10px no-repeat;
    color:				#f00;
}

