/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #1A2D48;
}

blockquote, h3, p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3, h4 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
	color: #C30;
	font-size: 1.3em; 
	font-family: Georgia, Times, serif;
}

h4 {
	font-weight: normal;
	color: #C30;
	font-size: 1.0em; 
	font-family: Georgia, Times, serif;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #3766A6;
	background-color: #3766A6;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

.content-individual {
	min-height: 120px; 
}

.content-individual li, .entry-content li {
	font-size: 0.9em; 
}

.content-individual ul li, .entry-content ul li {
	list-style-type: square; 
}

.pagination {
	text-align: center; 
	font-size: 0.9em;
	padding: 0;
}

.pagination li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
}

.pagination li.active {
	background: #C30;
	color: #FFF;
	padding: 3px;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	/* font-weight: bold; */
	color: #C30;
	border-bottom: 1px #C30 solid;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

a.site_name, a.bild_link {
	border: none;
}

#navigation a {
	border: none; 
	color: #FFF;
	padding-left: 10px; 
	display: block; 
}

.navi_blue a {
	background: url(images/3.jpg) no-repeat; 
	font-weight: normal; 
}

.navi_level2 a {
	background: url(images/6.jpg) no-repeat; 
	margin-left: 20px;
	font-weight: normal; 
}

.navi_blue a:hover, .navi_blue .navi_active {
	font-weight: bold; 
	background: url(images/5.jpg) no-repeat; 
}

.navi_blue .navi_active {
	margin-top: 10px; 
	margin-bottom: 10px;
}

.navi_level2 a:hover, .navi_level2 .navi_active {
	font-weight: bold; 
}

.navi_level2 .navi_active {
	margin-left: 30px;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 900px;
	min-height: 600px; 
	border-top: 20px solid #5D8BC9;
	border-bottom: 10px solid #5D8BC9; 
	background-color: #FFF;
}

#head, #foot {
	padding: 20px 30px 0 22px; 
}

#site_slogan {
	font: italic 1.6em/1.5em Georgia, Times, serif;
	text-align: right; 
	float: right; 
	width: 350px; 
	margin: 10px 0 0 0; 
	padding: 0;
	color: #C30; 
}

.hr_head {
	width: 840px;
	margin: 2em 30px 0.2em 8px;
}

.head_right {
	text-align: right; 
	margin: 0; 
	padding: 0;
	font-size: 0.7em;
}

p.head_right a, p.breadcrumb a {
	color: #000;
	border-bottom-color: #000;
}

#navigation {
	width: 170px;
	margin: 30px 5px 0 30px;
	float: left;
}

#navigation ul {
	list-style-type: none;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

#navigation li {
	font-size: 0.9em; 
}

#category_list {
	margin-top: -10px;
	margin-bottom: 10px; 
}

/*.navi_blue li {
	background: url(images/3.jpg) no-repeat;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
} */

#right {
	float: right; 
	width: 134px; 
	margin: 40px 30px 0 5px;  
	padding-top: 0; 
	padding-bottom: 0; 
}

#content {
	margin: 50px 190px 0 205px;
}

.hr_content {
	width: 350px;
}

div.noten_vorschlaege_mit, div.noten_vorschlaege_ohne {
	display: inline-block; 
	width: 140px; 
	padding: 4px;
	margin-bottom: 10px;
	height: 300px;
	vertical-align: top;
}

div.noten_vorschlaege_mit {
	border-right: 1px dotted #333;
	padding-right: 6px; 
}

.grey_background, .grey_background_galerie {
	background-color: #EEE;
	padding: 5px;
	margin-bottom: 0px;
}

.grey_background_galerie {
	padding: 2px;
}

.bild_link img {
	border: 1px solid #3766A6; 
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 910px;
w\idth: 900px;
}

#navigation {
\width: 170px;
w\idth: 170px;
}

#right {
\width: 134px; 
w\idth: 134px; 
}

/* overrides
----------------------------------------------- */

#navigation p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* own elements
----------------------------------------------- */

p.breadcrumb {
	font-size: 0.7em;
	margin: 0 0 0 8px;
	padding: 0;
	float: left; 
}

p.articles_right {
	text-align: left;
	margin: 0; 
	padding: 0 3px;
}

p.imgs_right {
	text-align: center; 
	padding-left: 3px;
	padding-right: 3px;
}

.imgs_right img {
	margin: 0;
	background-color: #DDD;
	border: 1px solid #3766A6; 
}

p.articles_price_right {
	text-align: right; 
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 0 3px;
}

.hr_right {
	width: 100%;
	padding: 0; 
	margin: 0 0 5px 0;
}

.no_img {
	border: 1px solid #1A2D48; 
	font-size: 0.7em;
	padding: 50px 5px;
}

/* yab_shop_cart
----------------------------------------------- */

.bordered {
	border-bottom: 1px solid #3766A6; 
	padding: 3px 3px;  
	margin-top: 0;  
	font-weight: bold; 
}

p.bordered a {
	border: none; 
	color: #333;
}

.bordered_div {
	border-bottom: 2px solid #3766A6; 
	border-top: 2px solid #3766A6;
	margin-bottom: 40px; 
}

.yab_cart, .yab-shop-required-notice, ul.yab-shop-notice {
	background-color: #FEC;
	padding: 5px 10px; 
	margin: 30px 10px 20px 10px; 
	width: 320px;
	border-left: 5px solid #C30;
}

.yab_cart_right {
	font-size: 0.9em; 
	padding-left: 3px; 
	padding-right: 3px; 
}

.yab_cart_red {
	color: #C30; 
}

.yab_cart_link {
	padding-left: 3px; 
	padding-right: 3px; 
	margin: 20px 0 0 0; 
	text-align: right; 
}

.yab_cart_link a {
	padding: 3px 5px; 
	font-size: 0.9em; 
	color: #FFF;
	text-decoration: none; 
	border: none; 
	font-weight: normal; 
	background-color: #C30;  
	border-top: none; 
	border-right: 1px solid #600;
	border-bottom: 1px solid #600;
	border-left: none;
}

/* yab_shop_checkout table
----------------------------------------------- */

table {
	border-collapse: separate; 
	border-spacing: 15px; 
	margin: 0; 
	padding: 0;
	width: 505px; 
	font-size: 0.9em; 
}

#yab-checkout-table th {
	text-align: left; 
	font-weight: normal; 
	border-bottom: 1px dotted #C30;
	font-size: 1em; 
}

td {
	border-bottom: 1px dotted #C30;
}

#yab-checkout-table td img {
	max-width: 70px;
	max-height: 70px; 
	float: left; 
	margin: 0 10px 10px 0; 
}

#yab-checkout-table td a {
	display: inline-block; 
	width: 150px; 
	font-size: 0.9em; 
	border: none; 
}

#yab-checkout-table ul {
	list-style-type: none; 
}

#yab-checkout-table ul li {
	font-size: 0.9em; 
	text-align: right; 
}

.yab-checkout-change, .yab-checkout-price {
	vertical-align: top; 
	text-align: left; 
}

.yab-checkout-change input {
	background-color: #FFF; 
	border-width: 1px; 
	margin-right: 30px; 
}

input.submit-edit, input.submit-del, input.submit {
	padding: 3px 5px; 
	font-size: 0.7em; 
	color: #FFF; 
	background-color: #C30;  
	margin: 10px 10px 0 0; 
	width: auto; 
	border-top: none; 
	border-right: 1px solid #600;
	border-bottom: 1px solid #600;
	border-left: none;
	cursor: pointer; 
}

input.submit {
	margin-left: 10px;
	margin-right: 0px;
	font-size: 0.9em;
	padding: 3px 5px;
	cursor: pointer; 
}

.yab-checkout-change div {
	width: 100px; 
}

td.yab-checkout-price {
	width: 80px; 
	font-size: 0.9em; 
	text-align: right; 
}

tr.yab-checkout-subtotal td, tr.yab-checkout-shipping td, tr.yab-checkout-total td, tr.yab-checkout-tax td {
	border-bottom: none; 
	text-align: right;
	margin: 0; 
	padding: 0; 
}

tr.yab-checkout-total td {
	font-weight: bold; 
}

tr.yab-checkout-total td.yab-checkout-sum {
	border-bottom: 3px double #C30;
}

tr.yab-checkout-tax {
	font-size: 0.7em; 
	font-style: italic; 
}

/* yab_shop_checkout form
----------------------------------------------- */

.yab-shop-notice {
	font-size: 0.7em;
	margin-top: 30px;
	margin-left: 15px; 
}

ul.yab-shop-notice {
	margin: 0 0 40px 15px; 
	padding-left: 40px;
	padding-bottom: 10px; 
	list-style-type: square; 
	width: 290px; 
	font-size: 0.9em; 
}

.yab-shop-required-notice {
	margin: 30px 0 0 15px;
	font-weight: bold; 
}

#yab-checkout-form fieldset {
	border: none; 
	border-top: 1px dotted #C30;
	border-bottom: 1px dotted #C30;
	/* background-color: #FEC; */
	margin: 0 15px 30px 15px; 
}

#yab-checkout-form label {
	width: 150px; 
	display: inline-block; 
	vertical-align: top; 
}

#yab-checkout-form input, #yab-checkout-form textarea {
	width: 250px; 
}

.yab-shop-required {
	font-weight: bold; 
}

.yab-shop-zip #postal {
	width: 50px; 
}

.yab-shop-phone #phone {
	width: 100px; 
}

#yab-checkout-form p.tou, #yab-checkout-form p.submit {
	margin-left: 145px; 
}

#yab-checkout-form p.tou label {
	width: 200px; 
}

#yab-checkout-form input.checkbox, #yab-checkout-form input.submit {
	width: auto; 
	margin-right: 20px; 
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.article_img {
	float: right; 
	margin: 10px 0; 
	border-bottom: none; 
	background-color: #EEE;
	padding: 5px;
}

.article_img a {
	border: none;
}

.article_img a > img {
	border: 1px solid #3766A6; 
}

.article_img p {
	margin: 2px 0;
	padding: 0;
}

#all_pictures {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc3300;
}

.yab_shop_price_label {
	float: left; 
	margin: 10px 0 0 0;
}

.yab_shop_price {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0; 
}

.yab-shop-price {
	font-weight: bold; 
}

.yab-add {
	margin: 5px 0 30px 0; 
}

.cart_add {
	margin-left: 60px;
	margin-top: 25px;
}

.published, .tags {
	font-size: 0.7em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}
