/*
////////////////////////////////////////////////////////////////
//
// format.css  Stylesheet fuer die gesamte Webside
// erstellt durch gia-online, 53175 Bonn, www.gia-online.de
//
////////////////////////////////////////////////////////////////
*/

/* CSS Document - www.topfofswitzerland.ch */



* {
	margin: 0 auto;
	padding: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #FFFFFF url(../images/layout/bg.gif) repeat-x top left;
}
.clear {
	clear: both;
}
hr {
	background-color: #CCCCCC; /* Mozilla 1.4 */
	color: #CCCCCC; /* IE 6 */
	border: #CCCCCC; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin: 0px;
	clear: both;
}
/***************************************************/
/* Schriften                                       */
/***************************************************/

h1 {
	font-size: 30px;
	color: #8CB889;
	font-weight: normal;
	margin-left: 5px;
}
h2 {
	font-size: 16px;
	color: #8CB889;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
	color: #8CB889;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 20px;
	border-bottom: 1px #99B7AA solid;
}

.lila {
	color: #921E41 !important;
}
/***************************************************/
/* Boxen                                           */
/***************************************************/

#header {
	padding: 0;
	margin: 0 auto;
	height: 360px;
	background: url(../images/layout/bg_header.jpg) no-repeat top left;
}
#navigat {
	padding: 150px 20px 0px 460px;
}
#content {
	float: left;
	width: 950px;
	padding: 50px 20px 30px 25px;
	margin: 0 auto;
	text-align: left;
}
* html #content {
	padding: 0px 20px 30px 25px;
}
#content_left {
	line-height: 150%;
	float: left;
	width: 600px;
}
#content_right {
	line-height: 150%;
	float: left;
	padding-left: 70px;
	width: 280px;
}
#partner {
	clear: both;
	padding: 10px 20px 20px 20px;
	margin: 0 auto;
	border-top: 1px #BCBCBC solid;
	text-align: left;
}
#footer {
	clear: both;
	font-size: 11px;
	padding: 10px 20px 20px 20px;
	margin: 0 auto; 
	color: #666666;
	background-color: #CECECE;
	border-top: 1px #BCBCBC solid;
	height: 90px;
}
.footer_wrapper {
	float: left;
	width: 250px;
}
blockquote.stoerer  {
background: #FFFFFF url(../images/layout/bg_stoerer_gewinnspiel.jpg) no-repeat top left;
padding: 20px 7px 0px 15px;
margin: 0px;
}

/***************************************************/
/* Links                                           */
/***************************************************/

a, a:link, a:visited, a:active {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

/***************************************************/
/* Navugation		                               */
/***************************************************/

.nav {
	float: left;
	height: 23px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#nav ul {
	list-style-type: none;
	margin-top: 70px;
	padding: 0px;
}
#nav li {
	display: block;
	height: 23px;
	line-height: 23px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0;
	list-style-type: none;
}
#nav li a, nav li a:link {
	display: block;
	height: 23px;
	line-height: 23px;
	float: left;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
	color: #8A8A8A;
	font-weight: bold;
	font-size: 12px;
	margin-right: 5px;
}
#nav li a:visited {
	color: #8A8A8A;
}
#nav li a:hover {
	color: #FFFFFF;
	margin-right: 5px;
	background: url(../images/layout/nav_rund_links.gif) no-repeat left top;
}
#nav li:hover {
	background: url(../images/layout/nav_rund_rechts.gif) no-repeat right top;
}
* html #nav a span {
	padding-right: 5px;
}
* html #nav a:hover span {
	float: left;
	width: auto;
	background: url(../images/layout/nav_rund_rechts.gif) no-repeat right top;
	color: #FFFFFF;
	padding-right: 5px;
	cursor: pointer;
}

/***************************************************/
/* Sub-Navugation	                               */
/***************************************************/

#subnav {
	float: right;
}

/***************************************************/
/* Bilder			                               */
/***************************************************/

#logo {
	float: right;
	text-align: left;
	display: inline;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
.img_border {
	display: inline;
	margin: 0px;
	padding: 1px;
	border: #DDE3E8 solid 1px;
}
.img_right {
	float: right;
	text-align: left;
	display: inline;
	margin: 3px 0px 3px 5px;
	padding: 4px;
	border: 0;
}
.img_right_border {
	float: right;
	text-align: left;
	display: inline;
	margin: 3px 0px 3px 5px;
	padding: 1px;
	border: #DDE3E8 solid 1px;
}
.img_left {
	float: left;
	text-align: right;
	display: inline;
	margin: 0px 5px 3px 0px;
	padding: 4px;
	border: 0;
}

/***************************************************/
/* Gallery			                               */
/***************************************************/

.thumb {
	background: #EFEFEF;
	border-color: #EFEFEF;
}

/***************************************************/
/* Sonstiges		                               */
/***************************************************/

#content_right ul, li {
	list-style-image: url(../images/layout/pfeil.gif);
	margin-bottom: 15px;
}


/***************************************************/
/* Formular Gewinnspiel                            */
/***************************************************/

input {
	margin-bottom: 15px;
	color: #921E41;
}
