@charset "UTF-8";
/* CSS Document */

@import url(typo.css);
@import url(main.css);
@import url(../webfonts/PageSerif/pageserif.css);

html, body {
  height: 100%;
  padding:0px;
  margin:0px;

}


body {
	background-color:#fff;
}


a {
	font-family: PageSerifOTLight, PageSerifOTDemi, Arial, Helvetica;
}

a:link {
	text-decoration: none;
	color:#000;
}

a:visited {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration: none;
	color:#c10024;
}

a:active {
	text-decoration: none;
	color:#c10024;
}	

/*
.typo_navi-ebene-info a:link {text-decoration: none; color:#fff};
.typo_navi-ebene-info a:visited {text-decoration: none; color:#fff};
.typo_navi-ebene-info a:hover {text-decoration: none; color:#c10024};
.typo_navi-ebene-info a:active {text-decoration: none; color:#fff};
*/

/*
.box-320-sidebar a:link {text-decoration: none; color:#000};


.typo_navi-ebene-1 a:link {text-decoration: none; color:#000};
.typo_navi-ebene-1 a:visited {text-decoration: none; color:#000};
.typo_navi-ebene-1 a:hover {text-decoration: none; color:#c10024};
.typo_navi-ebene-1 a:active {text-decoration: none; color:#000};

.typo_navi-ebene-2 a:link {text-decoration: none; color:#000};
.typo_navi-ebene-2 a:visited {text-decoration: none; color:#000};
.typo_navi-ebene-2 a:hover {text-decoration: none; color:#c10024};
.typo_navi-ebene-2 a:active {text-decoration: none; color:#000};
*/


#query 
{
	background-image: url("http://ganz-sicher.net/blog/images/icons/search.png");
	background-position: 2px center;
	background-repeat: no-repeat;
	border: 1px solid #CBD0D5;
	color: gray;
	float: right;
	margin: 2px 2px 0 0;
	padding: 1px 3px 1px 24px;
	width: 200px;
	display: none;
}

#searchresults
{
	display: none;
	margin: 15px 0 35px 0;
	display: none;
	border: 1px solid yellowGreen;
	padding: 5px;
	background: whitesmoke;
}

#searchtitle
{
	color: #ccc;
	text-shadow: 1px 1px white;
	float: right;
}