/*
	Excite DE, 2006
	Copyright:	Excite DE (www.excite.de)
*/

body
	{
	color: #000;
	margin: 0px 0px 4px 0px;
	}

*
	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #333;
	line-height: 14px;	
	}

A 
	{
	text-decoration: none;
	color: #069;
	}

A:hover
	{
	color: #069;
	text-decoration: underline;
	}

IMG
	{
	border: 0px
	}
	
#layout 
	{
	width: 770px;
	position: relative;
	clear: both;
	margin: 0 auto;
	text-align: left;
	}



/* FONT */

.title_red
	{
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
    font-size: 12px;	
    color: #E00000;
	margin: 8px 2px 8px 4px;
	line-height: 24px
	}

A.title_red
	{
	color: #E00000;
	}

A.title_red
	{
	color: #fff;
	background: #E00000;
	}

.i
	{
	color: #666;
	}
	
A.i, A.i:hover
	{
	color: #666;
	line-height: 18px;
	}	
			
.title_i
	{
	color: #666;
	font-weight: bold;
	}	
	
A.title_i, A.title_i:hover
	{
	color: #666;
	line-height: 18px;
	}

.is
	{
	color: #444;
	font-size:10px;
	line-height: 14px;
	}
	
.is_red
	{
	color: #E00000;
	font-size:10px;
	line-height: 14px;
	}

A.is, A.is:hover
	{
	font-size: 10px;
	color: #069;
	}

.isb
	{
	color: #777;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	}

A.isb, A.isb:hover
	{
	font-size: 10px;
	color: #069;
	font-weight: bold;
	}
	
.xs
	{
	font-size: 9px;
	color:  #777;
	}
	
.mt, .mt:hover
	{
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 15px;
	color: #E00000;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	}

.sep {color: #888888}


		
#header
	{	
	float: left;
	width: 100%; 
	}
	
#link_header
	{
	text-align: right;
	width: 98%; 
	margin: 2px 8px 0 8px;
	font-size: 10px;
	color: #777;	
	}
	
#link_header a, a:hover
	{
	font-size: 10px;
	color: #777;
	text-decoration: underline;
	}
	
#header img
	{
	padding: 0 14px 8px 0;
	vertical-align: middle;
	}
	
	
/* SEARCH */

#search
	{
	clear: both;
	width: 100%;
	border-top: 1px solid #CCC;
	background: url("http://image.excite.de/mesp/suche.gif") no-repeat;
	background-position: 1% 12%;
	vertical-align: middle;
	padding: 8px 0 8px 2px;
	margin: 4px 0 8px 2px; 
	}


#src_options
	{
	margin-left: 94px;
	color: #888;
	}

.src_link
	{
	margin: 0 14px 14px 14px;
	color: #069;
	text-decoration: underline;
	}
	
.src_link:hover
	{
	margin: 0 14px 14px 14px;
	text-decoration: underline;
	font-size: 11px;
	}
		
#src_search
	{
	height: 36px;
	margin-bottom: -4px;
	vertical-align: middle;
	padding: 10px 0 2px 8px;
	}
	
.option_sel
	{
	margin: 4px;
	}
	
#src_fld
	{
	width: 440px;
	vertical-align: middle;
	height: 14px;
	border: 1px solid #AAA;
	background: #E6F0F9;
	padding: 2px;
	}
	
.src_button
	{
	vertical-align: middle;
	margin-left: 4px;
	}
	
.src_where
	{
	vertical-align: middle;
	font-size: 9px;
	color: #777;
	}
	
	
	
/* BODY */

.grid
	{ 
	width: 770px;
	position: absolute;
	clear: both;
	background: url("http://image.excite.de/mesp/bg_page.gif");
	border: 1px solid #ccc;
	}		



/* BOX BASIC */

.box
	{
	position: relative;
	margin: 1px 0 0 0;
	padding: 4px;
	}

.box h3
	{
	width: 100%;
	height: 14px;
	vertical-align: middle;
	text-indent: -1000px;
	}

.box img
	{
	padding: 2px;
	}
	
.box .middle
	{
	margin: 0;
	padding: 0 4px 0 4px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

.box ul
	{
	list-style: url(http://image.excite.de/mesp/dot.gif);
   margin: 0 4px 0 18px;
   padding: 0;
	}

.box ul li
	{
	padding-bottom: 6px;
	}


/* BOX ROUNDED CORNERS */

.box .round,
.box .round span
	{
	display: block;
	height: 5px;
	background: transparent no-repeat;
	}

.box .round
	{
	position: relative;
	width: 50%;
	background-position: top left;
	}

.box .round span
	{
	position: absolute;
	width: 100%;
	margin-left: 100%;
	background-position: top right;
	}

.box .top,
.box .top span
	{
	background-image: url(http://image.excite.de/mesp/bg_top_box.gif);
	}

.box .bottom,
.box .bottom span
	{
	background-image: url(http://image.excite.de/mesp/bg_bottom_box.gif);
	}

		
/* SINGLE BOXES IN HP */

#main
	{
	width: 271px;
	}
	
#main .middle
	{
	height: 260px;
	}
	
#banner300
	{
	background: #E6F0F9;
	width: 306px;
	height: 260px;
	text-align: center;
	margin: 2px 2px 2px 2px;
	}

#toolbox
	{
	width: 155px;
	}
	
#toolbox .middle
	{
	height: 260px;
	}
		
#hot
	{
	width: 270px;
	}
	
#hot .middle
	{
	height: 84px;
	}
	
#hot a
	{
	font-size: 10px;
	color: #069;
	font-weight: bold;
	text-decoration: none; 
	}	

#hot a:hover
	{
	text-decoration: underline; 
	}	
	
#flirt
	{
	float: left;
	width: 270px;
	}
	
#flirt .middle
	{
	height: 72px;
	}
	
#flirt img
	{
	float: left;
	padding: 0 12px 0 0;
	}
	
#menu
	{
	width: 306px;
	margin-top: 0;
	}
	
#menu .middle
	{
	height: 178px;
	}	
		
#menu h3
	{
	float: left;
	width: 282px;
	background: url(http://image.excite.de/mesp/excite_channels.gif) no-repeat;
	margin: 7px 0 -10px 2px;
	border-bottom: 1px solid #DDD;
	}	
		
#menu .link_dx
	{
	position: absolute;
	margin: 5px 0 0 -44px; 
	font-size: 10px;
	color: #666;
	}	
	
#menu img
	{
	padding-right: 4px;
	padding-top: 4px;
	vertical-align: middle;
	}
	
#menu ul
	{
	list-style: none;
	position: relative;
	display: block;
	clear: both;
   margin-left: 2px;
	}
	
#menu li 
	{
	position: relative;
	margin: -7px;
	padding: 8px 0 1px 4px;
	border-bottom: 1px dashed #CCC;
	}
	
#menu a, a:hover 
	{
	font-size: 11px;
	color: #666;
	font-weight: normal;
	}
			
#heute
	{
	width: 155px;
	}

#heute .middle
	{
	height: 177px;
	}
	
#heute .link_dx, .link_dx:hover
	{
	position: absolute;
	margin: 1px 0 0 50px; 
	font-size: 10px;
	color: #069;
	}
	
#heute p
	{
	margin: 2px 0 2px 0;
	vertical-align: middle;
	}
	
#heute img
	{
	padding: 8px 4px 4px 4px;

	vertical-align: middle;
	}	
	
#heute .exciting
	{
	padding: 4px;
	margin-top: 7px;
	vertical-align: middle;
	border-top: 1px solid #CCC;
	}	

#tipps
	{
	width: 270px;
	}
	
#tipps p
	{
	margin: 0 0 1px 4px;
	}
	
#tipps ul, li
	{
	list-style: none;
	vertical-align: middle;
	}

#tipps li, a
	{
	line-height: 11px;
	}
		
#tipps .middle
	{
	height: 166px;
	padding-left: 4px;
	}
	
#shopping
	{
	width: 472px;
	margin-bottom: -2px;
	}	
		
#shopping .middle
	{
	padding-top: 4px;
	height: 69px;
	padding-left: 8px;
	}
	
#shopping img
	{
	float: left;
	vertical-align: middle;
	padding-right: 8px;
	}
	
#shopping a
	{
	line-height: 18px;
	}	
	
#directory
	{
	width: 472px;
	margin-top: -12px;
	}

#directory .middle
	{
	padding-top: 4px;
	height: 69px;
	padding-left: 8px;
	}	
	
#directory img
	{
	float: left;
	vertical-align: middle;
	padding-right: 8px;
	}			
	
#directory a
	{
	line-height: 18px;
	}	

	
	/* FOOTER */

#footer
	{ 
	float: left;
	text-align:center;
	position: absolute;
	width: 770px;
	height: 24px;
	margin-left: -4px;
	background: url("http://image.excite.de/common/graphics/solid.gif");
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}	
	
#footer img
	{ 
	margin: 4px 1px -4px -28px;
	}	
	
.val
	{	
	text-align: left;
	}
	
#footer a, #footer a:hover
	{	
	line-height:24px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	margin-left: 58px;
	color: #333;
	font-size: 11px;
	}

#exc-site
	{	
	clear: both;
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	color: #888
	}

#exc-site a, a:hover
	{	
	font-size: 10px;
	color: #666;
	}	
	

