/*
Theme Name: Laas Unltd.
Theme URI: http://laasunltd.de/
Description: Laas Unltd. Custom Wordpress Theme
Version: 1.0
Author: <a href="http://www.wortpflege.de">wortpflege</a>
*/

html {
/*	background: #000 url(img/ranz.jpg); */
	background: #ccc;
	height: 100%;
}


body
{
	min-height: 100%;
	/*background: url(img/background.jpg) top center repeat-y; */
	color: #fff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 62.5%;
	padding: 0;
}

a
{
	color: #fff;
	text-decoration: underline;
}

a:hover
{
	color: #666;
}


.menub ul {
	margin: 0 0 10px 0;
	padding: 0;
	background: url(img/m-n.jpg) top repeat-x;
	height: 50px;
	width: 100%;
}

.menub ul li {
	float: left;
	height: 50px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menub ul li a {
	display: block;
	margin-right: 1px;
	padding: 14px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
}

.menub ul li a:hover, .menub ul li.current_page_item a {
	background: #FF6820;
	color: #fff;
}


.mainhead {
	width: 100%;
	height: 26px;
	background: url(img/mainhead.png) top left no-repeat;
	margin: 0;
	padding: 0;
}

.mainhead p {
	height: 26px;
	margin: 0;
	padding: 3px 0 0 20px;
	font-weight: bold;
	font-size: 1.2em;
}

.mainbody {
	width: 100%;
	margin: 0;
	padding: 0;
/*	background-image: url(img/boxback.png); */
	background: #000;
}

* html .mainbody {
	background: #333;
}


.textbox {
	margin: 0;
	padding: 5px;
	font-size: 110%;
}

.textbox h2 {
	margin: 0 0 1em 0;
	padding: 2px;
	background: #FF6820;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

.textbox h2 a, .textbox h2 a:hover {
	color: #000;
	text-decoration: none;
}


.sidebar {
	width: 100%;
	margin: 0;
	padding: 0;
}

.sidehead {
	width: 100%;
	height: 26px;
	background: url(img/sidehead.png) top left no-repeat;
	margin: 0;
	padding: 0;
}

.sidehead p {
	height: 26px;
	margin: 0;
	padding: 3px 0 0 20px;
	font-weight: bold;
	font-size: 1.2em;
}


.sidebox {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
/*	background-image: url(img/boxback.png); */
background: #000;
}

.sidebox ul {
	margin: 0;
	padding: 5px;
}


* html .sidebox {
	background: #333;
}






.alignleft {
float: left;
}

.alignright {
float: right;
}



.container_12
{

}

.produkt {
border: 1px solid #FF6820;
width: 256px;
height: 350px;
margin-bottom: 10px;
margin-right: 5px;
float: left;
}

.produkt h2 {
text-align: center;
}