/************************************************************************************/
/*                                                                                  */
/* In diesem Style Sheet befinden sich generelle Styles für HTML Elemente           */
/*                                                                                  */
/************************************************************************************/

/************************************************************************************/
/*HTML und BODY*/
html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	
	/*
	background-image: url(../images/design/bg_balloons.png);
	position: top, left;
	background-repeat: no-repeat; */
}

body
{
	font-family: verdana, arial,helvetica,sans-serif;
	font-size:11px;
	color: #000000;
	background-color: #ffea00;
	background-image: url(../images/design/img_bg_repeat.gif);
	background-repeat: repeat-x;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
}


/* ich finde in al diesen css nix und darum nun hier */
img {
border:0px;
}


/************************************************************************************/
/*Überschrifen/Titel*/
h1
{
	font-size: 14px;
	color: #e10019;
	margin-top:0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e10019;
	height: 30px;
	margin-bottom: 15px;
	clear: both;
}

h1 img
{
	vertical-align: middle;
	height: 16px;
	width: 16px;
	margin-right: 5px;
	float: left;
}


h2
{
	font-size:13px;
	margin-bottom:0.5em;
	margin-top:0;
	color: #CC0000;
	font-weight: normal;
	clear: both;
}
h3
{
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


h4
{
	font-size:13px;
	margin-bottom: 5px;
	margin-top:0;
	color: #CC0000;
	font-weight: bold;
	clear: both;
}


h5
{
	font-size: 22px;
	color: #e10019;
	margin-top: 20px;
	margin-bottom: 15px;
	clear: both;
}




/************************************************************************************/
/*Liste*/
ul li
{
	margin: 0px;
	padding: 0px;
}

ul
{
	padding: 0px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

li
{
	float: left;
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 5px;
	height: 16px;
	clear: both;
}





/************************************************************************************/
/*Absatz*/
p
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}




/************************************************************************************/
/*Links*/
a
{
	color: #0066FF; 
}

a:hover
{
	color: #c7395a;
	text-decoration: underline;
}

