/* @override http://www.redfoxwebdesign.nl/basic.css */

/* www.redfoxwebdesign.nl */

/* bbedit (html), cssedit (css) and textpattern (cms) */

/* basic */

* 
{
	margin: 0;
	padding: 0;
	border: 0px solid red;
}

body 
{
	background: #fff url(images/80.gif) repeat-x 0 -10px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 67%;
	line-height: 1.6em;
	text-align: left;
}
	
body#home{background: #fff url(images/83.jpg) no-repeat 0 0 fixed;}
body#portfolio{background: #fff url(images/86.jpg) no-repeat 0 0 fixed;}
body#articles{background: #fff url(images/88.jpg) no-repeat 0 0 fixed;}
body#contact{background: #fff url(images/87.jpg) no-repeat 0 0 fixed;}

#container 
{
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	width: 774px;
}

a:link 
{
	color: #502f00;
	text-decoration: none;
	border-bottom: 1px solid #295da7;
}

a:visited 
{
	color: #502f00;
	text-decoration: none;
	border-bottom: 1px solid #295da7;
}

a:hover 
{
	color: #502f00;
	text-decoration: none;
	border-bottom: 0px solid #295da7;
}

a:active 
{
	color: #502f00;
	text-decoration: none;
	border-bottom: 1px solid #295da7;
}

#accessibility 
{
	position: absolute;
	top: -10000px;
}

/*
p, blockquote, li, h3 
{
	font-family: "Lucida Grande", Verdana, Tahoma, Helvetica;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
}
*/

/* @group header */

#header 
{
	height: 200px;
	position: relative;
	border-bottom: 1px solid #fff;
}

#home #header{background: transparent url(images/60.gif) no-repeat 0 0;}
#portfolio #header{background: transparent url(images/78.gif) no-repeat 0 0;}
#articles #header{background: transparent url(images/89.gif) no-repeat 0 0;}
#contact #header{background: transparent url(images/90.gif) no-repeat 0 0;}

h1 
{
	text-align:left;
	background-color: #cc3300;
	padding: 4px 0 8px 16px;
	font: normal 3em/100% "Courier New", Courier, sans-serif; 
}

h1 a:link
{
	text-decoration: none;
	color: #fff;
	border: 0;
}

h1 a:visited
{
	text-decoration: none;
	color: #fff;
	border: 0;
}

h1 a:hover
{
	text-decoration: none;
	color: #fff;
}

h1 a:active
{
	text-decoration: none;
	color: #fff;
	border: 0;
}

h2 
{
	font-weight: normal;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 2em;
	color: #000;
	padding: 20px 0 0 20px;
}

/* @end */

/* @group nav */

#nav
{
	float: left; /* making ol inside #nav */
	padding: 0 0 10px 16px;
	border-bottom: 1px solid #cc3300;
	background-color: #fff;
	width: 774px;
	voice-family: "\"}\""; /* for IE5! (boxmodel hack > width) */
	voice-family: inherit;
	width: 758px;
}

html>body #nav 
{
	width: 758px; /* be nice to Opera! */
}

#nav ol
{
	float: left; /* making li inside ol */
	list-style: none; /* no browser' bullets here */
	margin: 20px 0 10px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#nav ol li
{
	float: left; /* making list horizontal here */
	display: inline;
	font-size: 2em;
}

#nav ol li a
{
	float: left; /* to line up blocks horizontal */
	display: block; /* to make tab clickable */
	margin: 0 16px 0 0;
	padding: 0 2px 2px;
	color: #502f00;
	border: 0;
	background-color: transparent;
	text-decoration: none;
	line-height: 100%;
}

#nav ol li a:hover
{
	border: 0;
	color: #fff;
	background-color: #cc3300;
	padding: 0 2px 2px;
	text-decoration: none;

}

/* a.active is ONLY working when .active is in HTML */

#nav ol li a.active
{
	color: #cc3300;
	background-color: #fff;
	border: 0;
}

/* @end */

/* @group content */

#content 
{
	float: right;
	padding: 20px 0 30px 10px;
	width: 548px;
	background-color: #fff;
}

.article 
{
	margin-bottom: 20px;
	background: url(#fff) no-repeat 140px 0px;
}

h3 
{
	font-weight: normal;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 2.2em;
	padding: 8px 0 8px 10px;
	color: #502f00;
}

h3.koptitel
{
	color: #b32e04;
	font-size: 2.2em;
	padding-bottom: 30px;
}

h4 
{
	font-weight: normal;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.8em;
	padding: 10px 0 0 10px;
	color: #502f00;
}

#content p 
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	text-align: left;
	padding: 0 20px 10px 10px;
	color: #502f00;
}

#content p.date 
{
	padding: 0 0 0 10px;
}

h3 a:link 
{
	text-decoration: none;
	border-bottom: 0px;
	color: #502f00;
}

h3 a:visited 
{
	text-decoration: none;
	border-bottom: 0px;
	color: #502f00;
}

h3 a:hover 
{
	text-decoration: none;
	border-bottom: 0px solid #fff;
	color: #502f00;
}

h3 a:active 
{
	text-decoration: none;
	border-bottom: 0px;
	color: #502f00;
}

#content img 
{
	border: 1px solid #666;
	margin: 6px 0 4px;
}

#content img.smiley 
{
	border: 0px solid #666;
	margin: 6px 0 4px;
}

#content a.image
{
	text-decoration: none;
	border-bottom: 0px solid #fff;
}

/* @end */

/* @group sidebar */

#sidebar 
{
	float: left;
	margin-bottom: 10px;
	padding: 12px 0 0 14px;
	width: 202px;
	background-color: #fff;
}

#sidebar img.icon
{
	border: 0;
	padding-right: 4px;
	vertical-align: bottom;
	background-color: #fff;
}

#sidebar img.inline
{
	border: 1px solid #666;
	margin: 5px 8px 0 0;
	float: left;
	background-color: #fff;
}

#sidebar h6 
{
	padding-bottom: 4px;
	font-size: 1.2em;
	color: #502f00;
}

#sidebar p 
{
	font-size: 1.2em;
	line-height: 160%;
	color: #502f00;
}

#sidebar p.small 
{
	font-size: 110%;
	line-height: 160%;
	color: #502f00;
	padding-bottom: 1em;
}

#sidebar p.recent_articles 
{
	font-size: 1.3em;
	line-height: 160%;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #502f00;
}

.sidebarbox_articles
{
	padding: 0 10px 10px 0;
	margin: 8px 0 10px 4px;
	border: 0;
}

.sidebarbox
{
	padding: 10px 10px 0 0;
	margin: 0 0 10px 4px;
}

.sidebarbox_articles a:link
{
	border-bottom: 1px solid #cc3300;
	color: #502f00;
	background-color: #fff;
}

.sidebarbox_articles a:visited 
{
	border-bottom: 1px solid #cc3300;
	color: #502f00;
	background-color: #fff;
}

.sidebarbox_articles a:hover
{
	border-bottom: 0px solid #cc3300;
	color: #cc3300;
	background-color: #fff;
}

.sidebarbox_articles a:active
{
	border-bottom: 0px solid #cc3300;
	color: #502f00;
	background-color: #fff;	
}

#sidebar a.image
{
	text-decoration: none;
	border-bottom: 0px solid #fff;
}

/* @end */

/* @group footer */

#footer 
{
	clear: both;
	width: 774px; /* to enable background-color full width */
	height: 40px;
	margin: 20px 0 0 0;
	text-align: center;
	background-color: #cc3300;
}

#footer h4 
{
	color: #fff;
	font: normal 1.8em/100% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background-color: #502f00;
	padding-bottom: 30px;
}

#footer a 
{
	color: #fff;
	text-decoration: none;
	border-bottom: 0px solid #fff;
}

#footer p 
{
	color: #fff;
	font: normal 1.2em/140% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background-color: transparent;
	padding: 10px;
	text-align: center;
}

#footer p a:link 
{
	text-decoration: none;
	border-bottom: 0px solid #fff;
	color: #fff;
}

#footer p a:visited 
{
	text-decoration: none;
	border-bottom: 0px solid #fff;
	color: #fff;
}

#footer p a:hover 
{
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#footer p a:active 
{
	text-decoration: none;
	border-bottom: 0px solid #fff;
	color: #fff;
}

/* @end */

