
/*-------------------------------------------------*/
/**********************************************************************************
	** Genereller Browserreset (aus YAML)
	**********************************************************************************/

	  /* Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
	  *
{ margin:0; padding: 0 }

/*-------------------------------------------------*/
/* Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
	  option
{ padding-left: 0.4em }

/*-------------------------------------------------*/
/**
	  * Globale Korrektur des Italics Bugs des IE 5.x und IE 6
	  *
	  * @bugfix
	  * @affected   IE 5.x/Win, IE6
	  * @css-for    IE 5.x/Win, IE6
	  * @valid      yes
	  */
	  * html body *
{ overflow:visible; }

/*-------------------------------------------------*/
* html iframe, * html frame
{ overflow:auto }

/*-------------------------------------------------*/
* html frameset
{ overflow:hidden }

/*-------------------------------------------------*/
/* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
	  html
{ height: 100%; overflow-x: hidden; }

/*-------------------------------------------------*/
body
{
	    min-height: 101%;
	    font-size: 100.01%;
	    color: #000;
	    text-align: left;
}

/*-------------------------------------------------*/
/* Rahmen für <fieldset> und <img> Elemente löschen */
	  fieldset, img
{ border: 0 solid}

/*-------------------------------------------------*/
/*  Neue Standardwerte für Listen & Zitate */
	  ul, ol, dl
{ margin: 0 0 1em 1em }

/*-------------------------------------------------*/
li
{ margin-left: 1.5em; line-height: 1.5em; }

/*-------------------------------------------------*/
dt
{ font-weight: bold; }

/*-------------------------------------------------*/
dd
{ margin: 0 0 1em 2em; }

/*-------------------------------------------------*/
blockquote, cite
{ margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

/*-------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------*/

	/***************************************************************************************
	**   Grundformatierungen
	***************************************************************************************/
body
{
font-family: tahoma, helvetica, arial;
font-size: 90%;
background-image: url('../backgrounds/template/bg_content_1px.jpg');
background-position: center;
background-repeat: repeat-y;
background-color: #fdd485;
}

/*-------------------------------------------------*/
h1
{
line-height: 150%;
font-weight: normal;
padding: 0px 0px 10px 0px;
margin: 0px 0px 10px 0px;
font-size: 140%;
border-bottom: 1px dotted #000;
}

/*-------------------------------------------------*/
p
{
margin: 0px 0px 10px 0px;
padding: 0px;
}

/*-------------------------------------------------*/
h2
{
font-size: 100%;
line-height: 100%;
font-weight: bold;
padding: 0px;
margin: 0px;
}

/*-------------------------------------------------*/
h3
{
font-size: 100%;
line-height: 100%;
font-weight: bold;
padding: 0px;
margin: 0px;
}

/*-------------------------------------------------*/
.box_content
{
padding: 0px 0px 0px 0px;
line-height: 150%;
}

/*-------------------------------------------------*/
.box_bild
{
margin: 10px 0px 10px 0px;
}

/*-------------------------------------------------*/
.box_grossbild
{
margin: 10px 0px 10px 0px;
}
