*
{
	margin: 0;
	padding: 0;
}

/*
 =GENERAL
 -----------------------------------------------------------------------------*/
body
{
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color: #333;
}

a
{
	color: #222;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
}
a:hover
{
	border-bottom: 1px solid #CCC;
	color: #940000;
}

blockquote
{
	padding: 0 0 0 10px;
	border-left: 5px solid #EEE;
}

ul
{	
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	border:1px solid #eee;
}
li
{
	margin:0 0 0 10px;
	padding:5px;
}

#header,
#wraper
{
	width: 784px;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	clear: both;
}

.clear
{
	clear: both;
	display: block;
}

.error
{
	color: #940000;
}

.success
{
	color: #009400;
}

input
{
	padding: 5px;
	border: 1px solid #999;
	color: #555;
	width: 150px;
}

#print
{
	display: none;
}

/*
 =NAVIGATION
 -----------------------------------------------------------------------------*/

/*
	Upper navigation (functional buttons)
*/
#nav
{
	float: right;
	border: none;
	padding: 0;
	margin: 0;
}

#nav li
{
	float: left;
	list-style: none;
	margin-right: 4px;
	padding-top: 0;
}

#nav li a
{
	display: block;
	padding: 5px 0px 10px 0px;
	background: #FFF;
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 1px 0 0;
}

#nav li a:hover
{
	background: #FFF url(/img/site/nav_a_hover.jpg) top center no-repeat;
	color: #000;
}

/*
	Subpages displayed in the content
*/
ul#subnav
{
	margin: -10px 0 0 -5px;
	padding: 0;
	border: 0;
	height: 40px;
}
ul#subnav li
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#subnav a
{
	font-weight: bold;
	color: #940000;
	border-top: 2px solid #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	margin: 0 5px 0 0;
	border-bottom: none;
}
ul#subnav a:hover,
ul#subnav a.current
{
	border-top: 2px solid #005A97;
	color: #121212;
	border-bottom: none;
}

/*
 =HEADER
 -----------------------------------------------------------------------------*/
#header
{
	position: relative;
	z-index: 49;
}
#header h1
{
	position: absolute;
	background: #EF3B3B;
	width: 140px;
	height: 250px;
	margin-top: 20px;
	opacity: .7;
}

#header h1 a
{
	display: block;
	width: 132px;
	height: 37px;
	border: 0;
	position: relative;
	margin: 50px auto;
	border: 0;
}

/*
	Only necessary to cover the original logo, because that one becomes
	transparent together with the entire element when I assign an opacity.
	The element is added from javascript
*/
#header a.over
{
	position: absolute;
	top: 70px;
	left: 14px;
	width: 132px;
	height: 37px;
	z-index: 200;
	border: 0;
}

#header img
{
	border: 0;
}

/*
 =STRIPE
 -----------------------------------------------------------------------------*/
div#stripe
{
	background: #29638B url(/serve/header) center center no-repeat;
	position: relative;
	height: 190px;
	clear: both;
}

#lfttst,
#rgttst
{
	position: absolute;
	top: 0;
	left: 50%;
	width: 8px;
	color: #000;
	background: #FFF;
	height: 190px;
	margin-left: -408px;
}
#rgttst
{
	margin-left: 400px;
}

#stripe #motto,
#stripe #mottoover
{
	background: #494F99;
	color: #FFF;
	width: 220px;
	position: absolute;
	top: 50px;
	left: 40%;
	padding: .5em;
	font: normal 180%/25px Arial,sans-serif;
	z-index: 100;
	opacity: 0;
	display: none;
}
/*
	Only used to cover the initial motto with the same motto but without
	opacity
*/
#stripe #mottoover
{
	background: none;
	opacity: 1;
}

/*
 =SIDEBAR
 -----------------------------------------------------------------------------*/
#sidebar
{	
	position: relative;
	width: 160px;
	float: right;
	background: #FFF;
	padding: 10px 20px 10px 10px;
	margin: -30px 0 0 0;
	opacity: .9;
}

#lang p
{
	text-align: right;
}
#lang a,
#lang a img
{
	border: 0;
}

#important h4
{
	position: relative;
	background: #003C58;
	color: #FFF;
	padding: .2em;
	padding-left: 1em;
}
#important p
{
	position: relative;
	border: 1px solid #EEE;
	padding: .2em;
	margin-top: .1em;
	background: #F7FDF9;
	color: #000;
}

p.similar
{
	background: #f4f4f4;
	padding: 10px;
	margin: 0 0 10px 0;
	border-left: 5px solid #f0f0f0;
}

p.similar a.more
{
	display: block;
	color: #333;
	font-weight: 900;
	text-decoration: none;
	text-align: right;
	border: none;
}

#sidebar h2
{
	color: #333;
	margin: 10px 0;
	font-size: 1.3em;
}

#sidebar ul
{
	list-style: none;
	border-top: 1px solid #eee;
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 1em;
}
#sidebar ul li
{
	margin: 0;
	margin-top: 5px;
	padding: 0;
	border: 1px solid #CCC;
}
#sidebar ul li a
{
	display: block;
	background: #29638B;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}
#sidebar ul li a:hover,
#sidebar ul li a.current
{
	background: #09669F;
}

/*
 =EXTRA
 -----------------------------------------------------------------------------*/
#extra
{
	float: left;
	width: 150px;
	margin-top: 50px;
}

#extra a
{
	display: block;
	border: 0;
	color: #FFF;
}

#extra p
{
	color: #000;
	font-weight: 600;
	margin-top: 5px;
}
#extra p a
{
	width: 134px;
	margin: 0;
	padding: 3px;
}
#extra p#personal a
{
	border: 1px solid #29638B;
	background: #3B699F;
}
#extra p#personal a:hover
{
	background: #1D5C9F;
}
#extra p#professional a
{
	border: 1px solid #940000;
	background: #AF2B2B;
}
#extra p#professional a:hover
{
	background: #AF0000;
}
#extra p#business a
{
	border: 1px solid #86B6BA;
	background: #000;
}
#extra p#business a:hover
{
	background: #222;
}

/*
 =CONTENT
 -----------------------------------------------------------------------------*/
#content
{
	margin: 0 190px 0 160px;
	padding: 10px 20px 0 0;
	background: url(/img/site/content.jpg) top right no-repeat;
}

#content h2
{
	font: 2em Arial;
	color: #121212;
	letter-spacing: -1px;
	margin: 10px 0;
	border-bottom: 2px solid #eee;
	background: url(/img/site/h2.jpg) bottom left no-repeat;
}
#content h2 a
{
	color: #121212;
	text-decoration: none;
}

#content p
{
	margin: 15px 0;
	font-size: 120%;
	line-height: 1.4em;
}

#content h3
{
	font: 1.8em Trebuchet MS;
	color: #555;
	margin: 10px 0;
}

#content img
{
	padding: 5px;
	border: 1px solid #eee;
}

#content form
{
	margin: 1em;
	padding: 1em;
}

#content label
{
	display: block;
	clear: left;
	margin: 1em;
}
#content label span
{
	display: block;
	width: 7em;
	float: left;
}

#content .article
{
	margin: .2em;
	margin-left: 1em;
	margin-top: .5em;
}
#content .article p
{
	margin: .1em;
}

.button
{
	width: 5em;
	margin: .2em;
	background: #F4F4F4;
	padding: .1em;
}

#utils
{
	margin-top: 5em;
}
#utils a
{
	color: #940000;
	border-bottom-color: #005A97;
}
#utils a:hover
{
	color: #222;
}
#utils #sendtofriend,
#utils #bookmark
{
	border-left: 1px solid #005A97;
	padding: 0 5px;
}
#utils #bookmark,
#utils #sitemap
{
	border-right: 1px solid #005A97;
	padding: 0 5px;
}

#send_friend
{
	float: left;
	display: block;
}

/*
	Used for flash and error pages
*/
#content.message
{
	padding-top: 5em;
	background: none;
	margin: 0;
}

/*
 =FOOTER
 -----------------------------------------------------------------------------*/
#footer
{
	background: #29638B;
	text-align: center;
	padding: 10px 0;
	margin: 30px 0 0 0;
	color: #FFF;
	width: 100%;
}

#footer a
{
	color:#EEE;
}

/*
 =SITEMAP
 -----------------------------------------------------------------------------*/
#sitemap
{
	width: 100%;
}
#sitemap td
{
	padding: .2em;
}

#sitemap tr.page
{
	background: #333;
}
#sitemap tr.page a,
#sitemap tr.subpage a
{
	color: #FFF;
}
#sitemap tr.page a:hover,
#sitemap tr.subpage a:hover
{
	color: #F37575;
}

#sitemap tr.subpage
{
	background: #777;
}

#sitemap tr.article
{
	background: #FFF;
}
