/*  ----------------------------------------------------------------------------

Client: Riesterer Network Management

Agency: kubus media | Interaktive Medien, Basel
Author: Sebastian Wohlrab for kubus media AG
E-Mail: s.wohlrab@kubusmedia.com

Date: 2007-02-07

----------------------------------------------------------------------------  */

html {
	background: url(../images/base/background.gif) top center;
}

body {
	margin: 0;
	padding: 0;
	font-family: "lucida grande", verdana;
	color: #41474c;
	font-size: 10.5px;
	background: url(../images/base/background_top.gif) top center repeat-x;
}

/*  ------------------------------------------------------------------------  */

a {
	color: #17a0ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	color: #17a0ff;
	font-weight: bold;
	font-size: 200%;
	margin: 20px 0 1em 0;
}

h2 {
	font-size: 130%;
	margin: 0 0 1em 0;
}

h3 {
	margin: 0;
	font-size: 115%;
}

hr {
	background-color:#cccccc;
	color:#cccccc;
	border: #cccccc;
	height: 1px;
	margin: 1em 0 1em 0;
}

#content {
	line-height: 1.5em;
}

#content img.right {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#content ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}

#content ol {
	padding: 0;
	margin: 0 0 1em 0;
}

#content ol li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #cccccc;
	list-style-position: inside;
}

#print {
	display: none;
}

/*  ------------------------------------------------------------------------  */

#wrap, 
#shadow, 
#widewrap {
	margin: 0 auto;
}

#wrap {
	width: 850px;
	background: #ffffff url(../images/base/nav_back.gif) left top repeat-y;
}

#widewrap {
	width: 900px;
	background: url(../images/base/site_shadow_bottom.png) top no-repeat;
	padding: 1em 0 1em 0;
	text-align: center;
}

#shadow {
	width: 850px;
	background: url(../images/base/site_shadow.png) left top repeat-y; 
	padding: 0 25px 0 25px;
}

#content {
	float: right;
	width: 462px;
	background-color: #ffffff;
	padding-top: 250px;
	padding: 250px 40px 40px 40px;
}

/*  ------------------------------------------------------------------------ 

        (__)
        (oo)
  /------\/
 / |    ||
*  /\---/\
   ~~   ~~		Moooh! it's tha C00!

*/

#navigation {
	width: 308px;
	float: left;
	background: url(../images/base/nav_top.jpg) left top no-repeat;
	padding-top: 100px;
}

#navigation .padding {
	padding: 0px 20px 0 20px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li.active a, 
#navigation ul li.inactive a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0 15px 0 15px;
	width: 238px;
	border-bottom: 1px solid #53beff;
	line-height: 26px;
	font-size: 120%;
}

#navigation ul li.active a {
	background-color: #0686f2;
}

#navigation ul li.inactive a:hover {
	background-color: #0d99ea;
}

#navigation .shadow {
	padding-top: 14px;
	background: url(../images/base/nav_shadow.gif) left top no-repeat;
}

img.logo {
	border: none;
	margin-bottom: 2em;
	padding-top: 70px;
}

/*  ------------------------------------------------------------------------  */

#tools {
	text-align: center;
	margin-top: 30px;
	padding: 0 12px 0 12px;
}

#tools a {
	color: #ffffff;
	padding-top: 50px;
	width: 61px;
	text-align: center;
	margin: 0 10px 0 10px;
	text-decoration: none;
	float: left;
}

#tools a:hover {
	text-decoration: underline;
}

#tools a.print {
	background: url(../images/icons/print.gif) top no-repeat;
}

#tools a.recommend {
	background: url(../images/icons/recommend.gif) top no-repeat;
}

#tools a.find {
	background: url(../images/icons/find.gif) top no-repeat;
}

#tools a.print:hover {
	background: url(../images/icons/print_hover.gif) top no-repeat;
}

#tools a.recommend:hover {
	background: url(../images/icons/recommend_hover.gif) top no-repeat;
}

#tools a.find:hover {
	background: url(../images/icons/find_hover.gif) top no-repeat;
}

/*  ------------------------------------------------------------------------  */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.bottom_space_border {
	padding-bottom: 1em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1em;
}

.space_right {
	margin-right: 20px;
}

/*  ------------------------------------------------------------------------  */

form.default hr {
	margin-top: 0;
}

form.default {
	font-weight: bold;
}

form.default input,
form.default textarea {
	width: 300px;
	border: 1px solid #666666;
	margin-bottom: 1em;
	background: #ffe7d5;
}

form.default input:focus,
form.default textarea:focus {
	background: #ffb986;
}

form.default .button {
	border: 1px solid #666666;
	background: #eeeeee;
	width: 140px;
}

form.default .button:focus {
	background: #cccccc;	
}

form.default fieldset {
	line-height: 15px;
	border: none;
	border-bottom: 1px solid #cccccc;
	padding: 0;
	margin-bottom: 1em;
}

form.default fieldset.none {
	border: none;
}

form.default .error {
	color: #800000;
}

/*  ------------------------------------------------------------------------  */

.search_highlight {
	color: #ffffff;
	font-weight: bold;
	background-color: #0686f2;
}