body
{
	/*background-color: #C7E0EF;*/
	/* background-image: url(images/bg.jpg);*/
	font-family: Times New Roman; font-size: 12px; color: #4E71CD;
	line-height: 15px;
	margin:0 5%;
}
a:link
{
	/*color: #000099;*/
	color: #ACD1E8;
	text-decoration: none;
	font-size: 11px;
}

a:visited
{
	/*color: #000099;*/
	color: #ACD1E8;
	text-decoration: none;
	font-size: 11px;
}

a:hover
{
	color: #4E71CD;
	/*text-decoration: underline;*/
	text-decoration: none;
	font-size: 11px;
}

a.metaredirect
{
	color: #4E71CD;
	text-decoration: none;
}

a.whitepages:hover
{
	color: #4E71CD;
	text-decoration: underline;
}

hr
{
	color: #4E71CD;
}

/*form formatting*/
.button
{
	background-color: #96D0F3;
	border-width: 1px; border-style: solid; border-color: #4E71CD;
}

.small_button
{
	background-color: #96D0F3;
	border-width: 1px; border-style: solid; border-color: #4E71CD;
	font-size: 11px;
}

.field
{
	border-width: 1px; border-style: solid; border-color: #4E71CD;
}

/*box formatting*/

.box
{
	background: #081121;
	background-image: url(images/tdesign/box_bg.jpg);
	border-color:#4E71CD ; border-style:solid; border-width:1px;
	width: 450px;
	height: 100px;
	padding: 2px;
	text-align: left;
	font-size: 11px;
}

.box_left_small
{
	background: #000033;
	border-color: #4E71CD; border-style: solid; border-width: 1px;
	width: 20%;
	height: 50px;
	padding: 2px;
	text-align: left;
	font-size: 14px;
}

.box_small
{
	background: #081121;
	border-color:#4E71CD ; border-style:solid; border-width:1px;
	width: 450px;
	font-size: 14px;
}


.box_small_test
{
	border-style:solid; border-width:0px;
	width: 450px;
	font-size: 14px;
}



.box_center
{
	border-style:solid; border-width:0px;
	text-align: center;
	width: 1px;
}

.box_small_no_align
{
	background: #081121;
	border-color:#4E71CD ; border-style:solid; border-width:1px;
	width: 450px;
	font-size: 14px;
}

.box_delete
{
	background: #96D0F3;
	border-color:#4E71CD ; border-style:solid; border-width:1px;
	width: 450px;
	text-align: center;
	padding: 5px;
	font-size: 11px;
}

.box_whitepages
{
	width: 100%;
	font-size: 11px;
	padding: 2px;
}

.box_character
{
	background: #96D0F3;
	background-image: url(images/box_bg.jpg);
	border-color: #4E71CD; border-style: solid; border-width: 1px;
	width: 100%;
	padding: 2px;
	font-size: 11px;
}

.box_properties
{
	background: #000033 url(images/box_bg.jpg);
	border-color: #4E71CD; border-style: solid; border-width: 1px;
	width: 95px;
	padding: 3px;
}

.box_error
{
	background: #330000 url(images/box_bg.jpg);
	width: 95px;
	padding: 3px;
	border: 1px solid #FF0000;

}

.box_probshowing
{
	background: #96D0F3;
	background-image: url(images/box_bg.jpg);
	border-color: #4E71CD; border-style: solid; border-width: 1px;
	width: 450px;
	padding: 3px;
	font-size: 11px;
}


.box_head
{
	width: 50%;
	background: #132F5F;
	color: #FFFFFF;
	background-image: url(images/box_head.jpg);
}

/*list style*/
ul
{
	list-style-type: circle;
	font-size: 11px;
}

/*table who "holds" everything*/
.outer_table
{
	width: 100%;
}


/*text formatting classes*/
.small_2
{
	font-size: 11px;
}

.bold
{
	font-weight: bold;
}

.small
{
	font-size: 10px;
}

.copy
{
	font-size: 9px;
}

.subheader
{
	font-size: 12px;
}

.errormessage
{
	font-style: italic; color:#990000;
}

.mainheader
{
	font-family: tahoma; font-size: 16px; font-weight: 600;
}

.changedmessage
{
	font-family: verdana; font-size: 13px; color: #006699;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.noshade
{
color: #4E71CD;
}

.menu
{
	font-size: 2px;
}

/* hier beginnt das für die Box relevante CSS  */

div {
	margin:0;
}

.tr {
	background:url(images/designs/main/box/box_rounded_tr.jpg) top right no-repeat;
}

.tl {
	background:url(images/designs/main/box/box_rounded_tl.jpg) top left no-repeat;
}

.br {
	background:url(images/designs/main/box/box_rounded_br.jpg) bottom right no-repeat;
}

.bl {
	background:url(images/designs/main/box/box_rounded_bl.jpg) bottom left no-repeat;
}

.inhalt {
	margin:0;
	padding:2.5em 5em 5em 2.5em;
}

.inhalt p {
	margin:0;
	padding:0;
}
