ul
{
	list-style: url(http://www.ms-blog.de/images/s_liststyle_square.gif);
}

/* ************** farben ************* */
.bg_color_grau, body, .footer_container
{
background-color: #c8C8C8;
}

.bg_color_weiss, #layout_container
{
background-color: #ffffff;
}

.bg_color_hell, .box_standard3, .comment_form
{
background-color: #E8A7A7; /* hell */
}

.bg_color_mittel
{
background-color: #BF5757; /* mittel */
}

.bg_color_dunkel
{
background-color: #9E0000; /* dunkel */
}



.txt_color_schwarz
{
color: #000000;
}

.txt_color_hell
{
color: #E8A7A7;
}

.txt_color_mittel
{
color: #BF5757;
}

.txt_color_dunkel, a, .box_title, .visualkey_menu
{
color: #9E0000;
}

.txt_color_grau_mittel, .list_container_title
{
color: #ABABAB;
}

.txt_color_grau
{
color: #C8C8C8;
}

.txt_color_weiss, .blog_title
{
color: #ffffff;
}

.txt_color5
{
color: #008000;
}

.txt_color6
{
color: #a00000;
}




/*  ************* startseite  ************  */
body, td, input, textarea
{
font-size: 12px;
font-family: verdana, helvetica;
}

form
{
margin: 0px;
padding: 0px;
}

.form_scrollwidgets, textarea
{
	scrollbar-arrow-color : #9E0000;
	
	scrollbar-highlight-color : #9E0000; /* rahmen innen */
	scrollbar-shadow-color : #9E0000;	/* rahmen innen */
	
	scrollbar-3dlight-color : #E6EAE9;		/* rahmen aussen - 3d-button */
	scrollbar-darkshadow-color : #E6EAE9;	/* rahmen aussen - 3d-button */

	scrollbar-face-color : #ffffff;
	scrollbar-track-color : #ffffff;
}


a
{
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}


.textsize_s, .box_a
{
font-size: 75%;
}

/* ******* layout allgemein ****** */

#layout_container_outer
{
text-align:left;
width: 780px;
margin-right:auto;
margin-left:auto;
}

#layout_container
{
text-align:left;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

.visualkey_container
{
position:relative;
width:760px;
margin-bottom: 20px;
}

.footer_container_outer
{
border-top: 1px solid #9E0000;

}

.footer_container
{
width:760px;
height: 24px;
border-top: 1px solid #ffffff;
text-align: center;
padding-top:4px;
}

.list_container_outer
{
float: left;
width: 549px;
margin-bottom:24px;
}

.list_container
{
position:relative;
border: 1px solid #C8C8C8;
padding: 19px;
padding-top: 15px;
}

.boxen_container_outer
{
float: left;
width:211px;
}

.boxen_container
{
margin-left: 10px;
}

.visualkey_menu_outer
{
width:100%;
}

.visualkey_menu
{
	height: 100%;
	text-align: right;
	padding-right: 15px;
	font-size: 75%;
	font-weight: bold;
}

.list_container_title
{
position:absolute;
left:20px; 
top:-6px;
background:white;
padding-left:5px;
padding-right:5px;
font-size: 75%;
font-weight: bold;
letter-spacing: 1px;
}



input
{
border: 1px solid #9E0000;
}

textarea
{
border: 1px solid #c8c8c8;

}



/*  ************* standard box  ************  */
.box_a
{
font-weight: bold;
}

.box_standard, .box_standard1, .box_standard2, .box_standard3
{
position:relative;
border: 1px solid #9E0000;
padding: 10px;

margin-bottom:20px;
}

.box_standard1
{
border: 1px solid #9E0000;
}

.box_standard2
{
border: 1px solid #c8c8c8;
}


.box_title
{
position:absolute;
left:5px; 
top:-6px;
background:white;
padding-left:5px;
padding-right:5px;
font-size: 75%;
font-weight: bold;

}

.box_text
{
line-height: 150%;
}
