/*

Theme Name: WordPress Default DE-Edition

*/

html {
  height:100%;
  margin-bottom:1px;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	color: #666;
	background: #000;
	}

a {
	text-decoration: underline;
	font-weight: normal;
	color:  #000;
	outline: none;
	background-color: transparent;
	}

a:visited {
color:  #999;
	}

a:active {
	color:  #999;
	}

a:hover {
	color: #999;
	text-decoration: none;
	}

b {
	font-weight: bold;
	}

strong {
	color: #999980;
	font-weight: bold;
	}

p {
	color: #666;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
	}

#adresse p {
	color: #000;
	}

.post {
	border-top: 0px solid #ff0;
	}

.element {
	border: 0px solid #000;
	background: #fff;
	margin: 0px 0px 0px 0;
}

h1 {
	background: #000;
	color: #ff0;
	margin: 0 0px 5px 0;
	padding: 1px 5px 1px 5px;
	font-size: 15px;
	font-weight: bold; 
	font-family: arial;
  	text-transform: uppercase;
	}

h2 {
	background: #ffec00;
	color: #000;
	margin: 0 0px 5px 0;
	padding: 1px 0px 1px 5px;
	font-size: 15px;
	font-weight: normal; 
	font-family: arial;
  	text-transform: uppercase;
	}

h3 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0px;
	}

h4 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #ff1a00;
	}

h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 22;
	}

h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

img {
	border: 0;
	}	

ul {
	color: #444;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 20px;
	}

li	{margin-bottom: 2px;}

#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	}

#show {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	}

#uno {
	position: absolute;
	top: 35px;
	left: 25px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #ccc;
	background-color: #ffec00;
	width: 245px;
	height: auto;
	text-align: left;
	}

#dos {
	position: absolute;
	top: 150px;
	left: 200px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #ccc;
	background-color: #fff;
	width: 600px;
	height: auto;
	text-align: left;
	}			

#tres {

	position: absolute;
	top: 25px;
	left: 600px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #ccc;
	background-color: #fff;
	width: 415px;
        height: auto;
	text-align: left;
	}			


#palette {
	width: 400px;
        height: 100px;
	}	

	/* Menu - aktiver Eintrag. Wo bin ich? */

li#focus a
 	{
	background-color: #999980;
	color: #000;
	font-weight: bold;
	}

h2.toggler {
	cursor: pointer;
	background: #ffec00;
	color: #000;
	margin: 0px 0px 5px 0;
	padding: 1px 0px 1px 5px;
	font-size: 15px;
	font-weight: normal; 
	font-family: arial;
  	text-transform: uppercase;
}
  
div.element p {
	margin:0px;
	padding: 0px 0px 10px 5px;
	color: #444;
}
div.element h3 {
	margin:0px;
	padding: 10px 0px 0px 5px;
	color: #444;
}

h2.toggler a { color: #000; font-weight: normal; background:transparent; text-decoration:none; }

.inner {
	padding: 2px 10px 2px 10px;
}


  .hideonscreen { display:none;}
