﻿/* 
	Theme Name: Lakritz Magazin
	Theme URI: http://www.lakritz-magazin.de
	Description: Lakritz-Design fuer WordPress
	Author: Lakritz Verlag
	Author URI: http://www.lakritz-magazin.de
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0
			First Release
*/

body {
	background: #fff url(http://lakritz-magazin.de/wp-content/themes/hiperminimalist-v1/bilder/bg.jpg) center repeat-y;
	color: #000;
	font-family: arial, "lucida console", sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	}

h1{font-style:italic;font-weight:bold;}

/* Structure Divs */
#content {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
	}

#header {
	margin-bottom: 0px;
	padding: 0;
	border-bottom: 15px solid #cd0000;
	}

#logo{
	width: 250px;
	float:left;
	height: 100px;
	}

#schnecken{
	width: 750px;
	height: 80px;
float:right;
	}

#kat-beschreibung{border:#cd0000 5px solid;color:#000;padding:10px;font-style:italic;}

#clearer{
	clear:both;
	}

#veranstaltungen{font-size:90%;font-style:italic;}

#pages {
	margin: 0;
	padding: 2px 0;
	text-align: right;
	}
	
#noticias {
	float: left;
	margin: 0;
	padding: 0 10px;
	text-align: justify;
	width: 750px;

	}

#sidebar {
	float: right;
	line-height: 1.2em;
	margin: 0;
	padding-left: 20px;
padding-right: 10px;
	width: 200px;
	text-align: left;
	background: #fff url(http://lakritz-magazin.de/wp-content/themes/hiperminimalist-v1/bilder/bg-sidebar.jpg) repeat-y;
	}

#credits {
	font-size: 11px;
	margin: 0;
	padding: 5px 10px;
	text-align:center;
color:#fff;
	}

#credits a{color:#fff;}

#bloque {
padding-top:20px;
	}
#footer{background:#cd0000;margin-top:20px;}

.vk-tabelle{width:750px;font-size:12px;line-height:20px;}
	
/* Config Structure Divs */

	/* Header */
	#header h1 {
		font-size: 18px;
		font-weight: normal;
		margin: 0;
		padding: 10px;
		}
		
	#header a, #header a:hover {
		color: #fff;
		text-decoration: none;
		}
	
	/* Pages */
	#pages li {
		display: inline;
		list-style: none;
		padding: 0 10px;
		}
		
	#pages ul {
		margin: 0;
		padding: 0;
		}
		
	.current_page_item a {
		text-decoration: underline;
		}

	/* Noticias */
	#noticias p, #noticias ul, #noticias ol {
		line-height: 1.5em;
		}
			
	#noticias ol, #noticias ul {
		margin: 0;
		padding: 0;
		}

	#noticias ul {
		list-style: square inside;
		}

	#noticias li {
		margin: 0;
		padding: 0;
		}

	#noticias h2 {
		font-size: 18px;
		font-weight: normal;
		margin: 10px 0;
		padding: 0;
		}
		
	#noticias h3 { 
		color: #666;
		font-size: 13px;
		font-weight: normal;
		margin: 0;
		padding: 10px 0 0 0;
		}

	#noticias small {
		font-size: 10px;
		}
		
	.feedback {
		font-size: 11px;
		margin: 0;
		padding: 10px 0;
		}

	#pagination {
		margin: 10px 0;
		text-align: center;
		}
		
	/* Comments */
	#commentlist {
		list-style: none;
		margin: 0;
		padding: 0;
		}

	#commentlist li {
		border-bottom: 1px solid #fff;
		margin: 10px 0;
		padding: 0 10px;
		}

	#commentlist small {
		font-size: 11px;
		}
	
	#comments, #postcomment {
		margin: 0px 0 0px 0px;
		text-transform: uppercase;
font-size:80%;
		}
			
	/* Sidebar */
	#sidebar h3 {
		font-size: 12px;
		margin: 0;
		padding: 0;
		}
		
	#sidebar ul, #sidebar ol {
		list-style: none;
		margin: 0;
		padding: 5px 0;
		}
	
	#sidebar li {
		margin: 0;
		padding: 0;
		}
	
	#sidebar div { 
		margin: 20px 0;
		padding: 0;
		}

	/*	Credits */
	#credits p {
		margin: 0;
		padding: 0;
		}

/* General */
a {
	color: #cd0000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

acronym, abbr, span.caps {
	border: 0;
	cursor: help;
	text-decoration: underline;
	}
	
blockquote {
	color: #666; /* Satan's number !!! */
	}

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	}

/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	
/* Images align */
img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #E3F5FE;
	}

img.center {


	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
/* Text align */
.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}

td{border-top:1px solid #ccc;padding-top:3px;padding-bottom:3px;}
td.plz{padding-top:30px;font-weight:bold;color:#cd0000;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:1000px; height:30px; font-size:0.85em; position:relative; z-index:99;border-right:0px solid #000;color:#fff;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:1000px; w\idth:1000px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;color:#fff;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:100px;position:relative;color:#fff;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:90px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#cd0000; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:137px; w\idth:137px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ff9f4a url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#ff7800 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#ff7800 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ff9f4a;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#ff7800;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:90px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#ff9f4a; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#ff7e0c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#ff7e0c;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: #fff;


  background: #cd0000;
  border-left: 0px solid black;
}

.menu .current_page_item a {
  color: #fff;
  font-weight: bold;
  background: #cd0000;
  border: 0px;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: #cd0000;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}


.menu .current_page_item a:hover {
  background: cd0000;
}