/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	color: #fff;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/* Common Classes */

/*@import url(fonts-min.css);*/

body {
	min-height:100.05%;
}

pre {
	border: 1px solid #444;
	padding: 4px;
	overflow: auto;
	font-family: 'Nimbus Mono L', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
}

code {
	font-family: 'Nimbus Mono L', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
}

.error {
	font-size: small;
	color: #8b0000; /* darkred */
}

.goleft {
	position: relative; /* IE fix */
	float: left;
	padding: 2px 1em 1em 0;
}

.goright {
	position: relative; /* IE fix */
	float: right;
}

.clearing {
	margin: 0;
	padding: 0;
	clear: both;
	visibility: hidden;
}

.clearme {
	clear: both;
}

/*@charset 'UTF-8';
@import url(menu1/menu.css);
@import url(rcorner/border.css);
@import url(../default.css);*/

html {
	color: #323C3C;
	/* #EDE6E5 */
	background: #f2f2ea url(back_content.png) 50% 0 repeat-y;
}

body {
	margin: 0;
	padding: 0;
/*	font:111%/1.4 Arial,Helvetica,"trebuchet ms",sans-serif;*/
}

/* Layout Boxes */

#wrapper {
	position: relative;
	margin: 0 auto;
	top: 0;
	width: 820px;
	/*	DEFAULT FONT-SIZE: We have to set font-size for the wrapper instead body or html
	because otherwise it breaks yui fonts normalization. 85%=11px, 92%=12px, 100%=13px */
	font-size: 94%;
	line-height: 150%;
}

#header {
	position: relative;
	background: #fefefe url(back_header2.png) 0 0 repeat-x;
}

#header #shadow {
	position: relative;
	width: 858px;
	height: 180px;
	margin: 0 auto;
	background:  url(back_content.png) 0 0 repeat-y;
}

#header #bg {
	background: url(img_3326_2.jpg) 0 0 repeat-x;
/*	background: url(img_1326.jpg) 50% 0% repeat-x;*/
	width: 820px;
	height: 180px;
	margin: 0 auto;
}

#header #logo {
	position: absolute;
	width: 180px;
	top: 10px;
	right: 30px;
	color: #bbb;
	text-align: right;
	font-family: "Comic Sans MS", sans-serif;
/*	border: 1px solid red;*/
}

#header h1 {
	width: 100px;
	height: 19px;
	margin: 0 0 0 auto;
	padding: 0;
	background: url(logo1x100_w.png) 0 0 no-repeat;
}

#header h1 span {
	visibility: hidden;
}

#state {
	position: absolute;
	width: 800px;
	bottom: 0;
	padding: 0 10px;
	line-height: 26px;
	height: 30px;
	text-align: right;
	font-size: small;
	border-bottom: 1px solid #888;
	color: #fff;
	background: #222;
	/*url(trans3.png);*/
	opacity: .45;
}

#state a { color: #fff;}

#sidebar {
	position: absolute;
	width: 160px;
	left: 0px;
	top: 0px;
	margin: 6px 0px 20px 12px;
	color: #111;
	border-top: 0;
	display: inline;  /* IE Float Bug Fix */
}

#sidebar h4 {
	margin: 0;
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0 5px;
	color: #323C3C;
	border-bottom: 1px solid #888;
}

#sidebar a {
	font-weight: normal;
}

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

#sidebar li {
	background: url(item.gif) 0 2px no-repeat;
	padding-left: 18px;
}

#content {
	position: relative;
	margin: 6px 6px 6px 187px;
/*	padding: 1.5em;*/
	color: #111;
/*	background: #fefefe;*/
/*	border: 0px solid #888;*/
}

#content ul {
	list-style-type: circle;
	padding-left: 0px;
	padding: 0;
	margin: 0 0 1em 2em;
}

#content ul.features {
	list-style-image: url(yes.gif);
}
#toolbox {
	position: absolute;
	top: 0px;
	right: 20px;
}

#footer {
	clear: both;
	text-align: right;
	line-height: 3em;
/*	font-size: smaller;*/
	padding: 0 .6em;
	margin: 0 10px 10px 0;
}

#bookmarks a {
	background: none;
	padding: 0;
	margin: 0 0 0 4px;
	line-height: 28px;
}

/* Content Boxes */

.box {
	position: relative;
	margin: 0 .4em 0 0;
	padding: 14px 16px 6px 16px;
	height: auto;
/*	border: 1px solid #bbb;*/
/*	background: #F8F8F8;*/
}

.box a:hover {
	text-decoration: underline;
}

.box-right {
	position: relative;
	float: right;
	width: 360px;
}

.box .foot {
	margin: 10px 0 0 0;
	text-align: right;
	color: #666;
	border-top: 1px solid #ccc;
}


.paginator {
	text-align: center;
}

.paginate-link, .paginate-current, .paginate-previous, .paginate-next {
	margin: 0 2px;
	padding: 0 4px;
	border: 1px solid #ccc;
}

.paginate-current {
	background: #fceddc;
}

#id_comment {

}

#id_person_name {
}
/* Sidebox */

.sbox {
/*	font-size: smaller;*/
/*	margin: .4em 0 .4em .4em;*/
	padding: 8px;
/*	border: 1px solid #bbb;
	background: #F8F8F8;*/
}

/* Common Classes */

.article {
	min-height: 120px;
}

.thumbnail {
	position: relative;
	float: left;
	margin: 10px 10px 10px 0;
}

p.thumbnail img {
	border: 1px solid #aaa;
}

.thumb-txt {
	margin-left: 120px;
}

.price {
	color: #6f0000;
	font-family: "Georgia", serif;
	font-size: 170%;
}

.price span {
	color: #333;
	font-family: sans-serif;
	font-size: 45%;
}

.features ul {
	list-style-image: url(feature_yes.gif);
}

.source {
}

.footTags {
}
.footComments {
	background: url('comment.png') 0 50% no-repeat;
	padding-left: 20px;
}
.poweredby{
	background: #fff;
}
.poweredby a{
	border-bottom: 1px solid #fff;
	margin-left: 4px;
	vertical-align: middle;
}

/* Common Tag */

pre {
	width: 575px;
	background: #fff;
}

em {
	border-bottom: 1px solid #efe3c3;
	font-family: inherit;
/*	font-size: 105%;*/
}

h2 {
	font-family: "Lucida Grande",Arial,Sans-serif;
	font-size: 200%;
/*	font-variant: small-caps;*/
	font-weight: normal;
	letter-spacing: -1px;
	color: #323C3C;
/*	color: #5C93BE;*/
	text-shadow: #c0c0c0 3px 3px 5px;
	margin: .6em 0 .2em 0;
	line-height: 32px;
	padding-left: 14px;
}

h2:first-letter {
	font-size: 110%;
}

h3 {
	font-family: Tahoma,Geneva,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 144%;
	font-weight: normal;
/*	letter-spacing: -1px;*/
	color: #323C3C;
	margin: 0 0 .5em 0;
	color: #bb6f02; /*#0066cc;*/
	color: #003366;
}

h3 a {
	font-weight: normal !important;
	color: #003366 !important;
}

h3 span {
	font-size: 60%;
	color: #222;
}

h4 {
/*	font-family: Tahoma,Geneva,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;*/
	margin-bottom: .4em;
	margin-top:.3em;
	font-style: normal;
}

.box h4 {
	font-size: 120%;
	font-weight: bold;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: Tahoma,Geneva,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	color: #003366;
}

h5 {
	font-family: Tahoma,Geneva,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: .4em;
	color: #444;
}

h6 {
	font-size: inherit;
	margin: 0;
	padding: 0;
}
abbr[title], acronym[title] {border-bottom: 1px #777 dotted; cursor: help}


.box hr {
	border: none;
	border-top: 2px dotted #bba;
	background: none;
	height:1px;
	width:100%;
}

hr.footnote { border: none;  border-top: 1px solid #ccb; margin: 0; }

img {
	border: none;
}

/* Form Elements */
form {
/*	background: #de2;*/
/*	border: thin solid #ab0;*/
	width: auto;
	margin:0;
	padding: 0 .5em;
	line-height: 150%;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left; /* das floating der labels und inputs aufheben */
}

input[type=checkbox] {
	margin-left: 0;
}

input.edit, input.sedit, textarea {
	color: #000;
	background: #fefefe;
	border: 1px solid #a6a6a6;
	font-family: Arial, sans-serif;
	font-size: 90%;
	padding: 3px 3px;
/*	background: url(input.png) no-repeat -2px -2px;*/
}

input:focus, textarea:focus {
	border-color: #003366;
	color: #000;
	background-color: #fff;
}

#dst {
	text-transform: capitalize;
	border: 1px solid #eee;
	background: none;
	margin-right: 16px;
}

#dst option {
	padding-left: 20px;
}

#search_label {
	display: none;
}

#search_input {
	width: 98px;
	color: #444;
	background: #fff url('search_16.png') 2px 50% no-repeat;
	padding-left: 22px;
}

label {
	display: block;
	position: relative;
	text-align: left;
	padding-right: 4px;
	vertical-align: top;
	cursor: pointer;
}

.contact-form {
	padding: 0;
}

.contact-form label {
	display: block;
/*	width: 6em;
	float: left;*/
	line-height: 165%;
	font-style: oblique;
	text-align: left;
}

.contact-form input {
	width: 340px;
}

.contact-form textarea {
	width: 432px;
}

input.butt {
	float: none;
	width: auto;
/*	font-size: 90%;*/
	color: #404040;
/*	background: #E0E1E5 url(ab_inactive.gif);*/ /* e5e5e5 */
/*	border: 0px ridge #a6a6a6;*/
}

.errorlist li {
	color: #6f0000;
}

.helptxt {
	font-size: 85%;
}

/* Default Links */

:link, :visited {
	color: #111;
	font-weight: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
:link:hover, :visited:hover {
	color: #10375e;
	color: #000;
	text-decoration: none !important;
	border-bottom: 1px solid #008B8B; /* DarkCyan */
	border-bottom: 1px solid #003366; /* DarkCyan */
}

a.nobd {
	border: none !important;
}
/*
a[rel="external"]:after {
	content: url(extern.gif);
	padding-left: .2em;
	vertical-align: middle;
	text-decoration: none;
}
*/

#nav {
	padding: 8px 0 !important;
/*	background: #f8f8f8;*/
/*	cursor: url(../g2251.png), pointer !important;*/
}

#nav ul {
	padding: 0;
	margin: 0 !important;
	margin-right: 2px !important; /* fix */
	list-style: none !important;
}

#nav ul ul a{
	padding-left: 36px !important;
	background-position: 20px 50% !important;
	background-image: none !important;
	font-size: 96% !important;
}

#nav li{
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

#nav a, #nav a:link, #nav a:visited {
	display: block;
	height: 20px;  /* ie6 fix */
	line-height: 20px;
	padding: 0 2px 0 22px;
	margin: 0 3px;
	text-decoration: none;
	color: #111;
	background: url(0200_small_arr.png) 4px 4px no-repeat;
	border: 1px solid #f8f8f8;
	border-width: 1px 0 1px 0;
}

#nav a:hover {
	font-weight: bold !important;
	color: #141e4f;
	background: #e9e9e9 url(0030_arr.png) 6px 4px no-repeat;
	border: 1px solid #a1bbca;
	border-width: 1px 0 1px 0;
/*	cursor: inherit;*/
}
#nav li ul, #nav li.open li.closed ul {
	display: none;         /* collapse */
}

#nav li.open ul {
	display: block;        /* expand */
}

#nav ul li.closed a {
/*	background-image: url(bullet_closed.gif);
	background-repeat: no-repeat;*/
}

#nav ul li.open a {
/*	background-image: url(bullet_open.gif);
	background-repeat: no-repeat;*/
}

#nav li.active a {
/*	background-position: 0px -20px;*/
	color: #111;            /* highlight text */
	font-weight: bold !important;
}

#nav li.active li a {
/*	background-position: 0px 0px;*/
	color: #111;          /* fix lower levels */
	font-weight: normal !important;
}

﻿/* Content Box */

.big_middlebar {
	position: relative;
	background: url(bm.png) repeat-y 0 0;
	margin-bottom: 1em;
	border: 1px solid #fff;
}

.big_topbar {
	position: relative;
	background: url(bt.png) no-repeat 0 0;
}

.big_bottombar {
	position: relative;
	background: url(bb.png) no-repeat bottom left;
	padding: 0;
}

/* Sidebar Box */
.small_middlebar {
	position: relative;
	background: url(sm.png) repeat-y 0 0;
	margin-bottom: 1em;
	border: 1px solid #fff;
}

.small_topbar {
	position: relative;
	background: url(st.png) no-repeat 0 0;
}

.small_bottombar {
	position: relative;
	background: url(sb.png) no-repeat bottom left;
	padding: 0;
}
