/* CSS-Stylesheet www.digitmail.de - layout */

/* common stuff */
html, body
{
	background-color: #fbfcfd; 
	/* background-color: #f4f7fb; */
	/* background-image: url(../timages/bg_white_gray.gif); */
	font-family: Verdana,Arial,Tahoma,sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #3151a1;
	
	text-align: center; /* this is only for fuckin' IE */
	
	height:100%; 
	
	margin: 0px;
	padding: 0px;
}

.divcomplete
{
	width: 900px;
	height: 100%;
	
	margin: 0px auto 0px auto;
	
	background-color: #ffffff; 
	border: 1px solid #bfcce4; 
}

.divtop
{
	text-align: center; /* only for brain dead IE */

	width: 900px;
	height: 85px;
	
	background-image: url(../timages/top.jpg);

	border-bottom: 2px solid #cc071e;
}

/* common stuff end*/




/* topmost stuff, let ' s say the head */
.divhead
{	
	width: 450px;
	height: 85px;
	
	text-align: right;
	
	float: right;

	padding: 0px;
 	margin-right: 5px;
}

.divheaddummy
{	
	width: 890px;
	height: 40px;
	
	clear: both;
	float: right;

	margin-right: 5px;		
}

.divheadsearch
{	
	width: 890px;
	height: 17px;
	
	clear: both;
	float: right;
	
	text-align: right;
	vertical-align: middle;
	
	margin-right: 5px;
}

.divheadlinks
{	
	width: 450px;
	height: 25px;
	
	clear: both;
	float: right;
	
	text-align: right;
	
	margin-right: 5px;	
}



.divheadlinks p
{	
	font-family: Verdana,Arial,Tahoma,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3151a1;
	
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;	
}







.sfield
{
	width: 100px;
	clear: both;
	float: right;
}

.slabel
{
	font-family: Verdana,Arial,Tahoma,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3151a1;

	margin-right: 10px;
	
	float: right;
}

.slabel p
{
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.sfield_txt
{
	font-family: Verdana,Arial,Tahoma,sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #3151a1;
	background-color: #ffffff;

	width: 100px;
	
	border: 1px solid #bfcce4;
}


form
{

	padding: 0px;
	margin: 0px;
}



/* topmost stuff end */






/* middle stuff */
.divmiddle
{	
	width: 900px;
	height: 120px;
	
	text-align: left;
		
	padding: 0px;
	margin: 0px auto 0px auto;

	overflow: hidden;	

	border-bottom: 2px solid #cc071e;
	
	background-color: #bfcce4;
}


.divflash
{
	width: 450px; 
	height: 120px;

	float: left;
		
	overflow: hidden;
	
	background-color: #bfcce4;
	
}

.divpic
{
	width: 450px; 
	height: 120px;
	
	float: right;
	
	overflow: hidden;	
	
	background-color: #bfcce4;
	
	
	
}



/* middle stuff end */




/* breadcrumb */
/* NOT USED AT THE MOMENT */

.divbreadcrumb
{
	width: 880px;
	
	text-align: left;
		
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 5px auto 0px auto;
		
	overflow: hidden;
	
	background-color: #bfcce4;
}


.divbreadcrumbouter
{
	text-align: center;
	margin: 5px auto 0px auto;
	width: 890px;
	background-color: #bfcce4;
}
/* breadcrumb end */





/* content stuff */



.divcontent
{
	width: 900px;

	overflow: hidden;

	text-align: right;
		
	padding-bottom: 5px;
	margin: 10px auto 0px auto;
		
	background-color: #ffffff;
}


.divnav
{
	width: 200px;
	
	float: left;
	
	/* background-color: #f0f1f1; */
	background-color: #ffffff;
	
	padding-top: 5px;
	
	text-align: center;
}



.divcontentright
{
	width: 660px;
	float: right;
	
	text-align: left;
		
/*	border: 1px solid #bfcce4; */
	border: 1px solid #bfcce4;
	background-color: #ffffff;

	margin-right: 10px;
	margin-bottom: 5px;
	display: inline; /* double-margin IE fix */
	padding: 10px;
}



/* content stuff end */

.line
{
	font-family: Verdana,Arial,Tahoma,sans-serif;
	font-size: 1px;
	font-style: normal;
	font-weight: normal;
	width: 900px;
	height: 1px;
	border-top: 1px solid #d3373b;	
}


hr
{
	height: 1px;
/*	size: 1px;*/
	color: #bfcce4;
	background-color:#bfcce4;
	padding: 0px;
	margin: 0px;
}
