@import 'base.css';
@import 'nav.css';
@import 'webshop.css';
@import 'teasers.css';
@import 'ui.calendar.css';

/*
=Base
/////////////////////////////////////////////////////////////// */
body 				{
						background-color:#f0f0f0; 
						color: #333; 
						font-family: Arial, Helvetica, sans-serif;
						font-size: 11px; 
						line-height: 1.5; 
					}
p 					{ 
						margin-top:5px; margin-bottom:10px; 
						color: #333;
						font-family: Arial, Helvetica, sans-serif; 
						font-size: 12px; 
						line-height: 1.5; 
					}

a 					{ 
						color: #000; 
						text-decoration: underline; 
					}
a:hover 			{	color:#e80000; }
a img 				{	border:medium none; }

h1 					{ 
						margin:0 0 0.5em; padding:0;
						font-size:24px; 
						font-weight:normal; 
						letter-spacing:-0.01em; 
						line-height:1.1; 
					}
h2 					{ 
						padding-bottom:0; 
						margin-top:10px; margin-bottom: 5px; 
						color: #333; 
						font-weight:normal; 
						font-size: 18px; 
						letter-spacing:-0.01em  }

.imgBorder 			{	border: 1px solid #ccc; }

/*
=Page
/////////////////////////////////////////////////////////////// */
#popup #page 				{ 
						width:500px; 
						text-align:left; 
						margin:0 auto; 
					}
#popup #contentwrap 		{ 
						border:1px solid #ddd; 
						background:#fff url('img/fbird.gif') top right no-repeat;
					}
#popup #content 			{	min-height:100px;	}
* html #popup #content		{	height:100px;	}

#popup #content .innercontent 	{ 	padding:20px 20px 10px 20px; }
#popup #content p.intro { 	font-size:14px;}
