/* Content und Sidebar-Elemente */


body {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: normal;
          color: #000000;
			 background-color: #6699FF;   /* Dogderblue - #1E90FF*/
          /* background-color: #6699CC; */
          /* background : #6699FF url(/images/bg.jpg) repeat-x; */
		
			background-image: url(../images/flyingtext_400x300.png);
			background-attachment: fixed;
			background-repeat: no-repeat;
			background-position:bottom left;
		
}

.fl_img	
	{
		background-image: url('http://www.skull-it.com/images/flaggen.png');
		width: 20px;
		height: 14px;
		margin: 2px 2px 2px 2px;
	}

.active
	{
   	color: Gainsboro;
	}

#navi  {

	/* background-color: #6699FF; */
	background-color: #6699CC; 
	/* background-color: Saddlebrown; */
	/*background : #ffffff url(../images/bg01.jpg) repeat-x;*/
}

hr {

        color: #555555;
        height: 1px;

        border: 1px; /* F&uuml;r Firefox und Opera */
        border-top: solid 1px #555555;
        border-bottom: transparent;

}


#topbar {
          position:absolute;
          border: 0px;
          padding: 15px;
          width: 900px;
          background-color: #6699FF;
          visibility: hidden;
          z-index: 100;
}

h1 {
          font-size: 42px;
          font-weight: bold;
          text-transform: lowercase;
          text-align: center;
}

h2 {
			 font-size: 22px;
          font-weight: bold;
          text-align: left;
			 /* font-variant:small-caps; */
			 /* text-transform: lowercase; */
}

h6 {
          font-size: 12px;
          text-align: center;
}

ul, li {
		margin-left: 0px;
		list-style-position: inside;
		list-style-type: none;  /* none,circle,square,disc */
}

a {
		color: #FFCC00;    /*  FFCC00 */
		text-decoration: none;
      font-weight: bolder;
      font-style: normal;
      text-decoration: none;
}

a:hover
{
          color: #FFA500;   /*  FFA500  --  Orange   */
}



input.box {
          border : 1px solid #888888;
          width: 300px;
          vertical-align: top;
          padding: 1px;
          margin: 0px 0px 10px 0px;
          background : #ffffff url(/images/pfade.gif) repeat-x;
}



