* {

			}
		
			body, table, select, input, textarea, label, tr, td {
				font-family: Arial, sans-serif;
				font-size: 13px;
				line-height: 17px;
			}
			
			body {
				background-color:#ffffff;
			            background-image: url(http://www.freifick.info/images/bg.jpg);
				background-repeat: repeat;	

			}
			
			a {
				color:#E80F51;
				padding:0px 5px;
				cursor:pointer;
                                                font-size: 14px;
                                                font-weight:bold;
                                                line-height: 25px;
			}

			h1 {
				font-size: 18px;
				color:#000;
				padding-bottom:10px;
                                    }
			
			h2 {
				font-size: 16px;
				color:#000;
				padding-bottom:10px;
			}
			h3 {
				font-size:15px;
                                                color:#E80F51;
                                                font-weight:bold;
                                                line-height: 25px;
			}

                                   hr {
                                                color:#f2f2f2;
			}
			#small {
				
				color:#E80F51;
				font-size:9px;
			}
			
/* footer */
			
			
			#footer {
				
				text-align:center;
				color:#E80F51;
				font-size:11px;
			}
			
			#footer ul {
				border-top:1px solid #ebe6e0;
				height:50px;
				padding:15px 0px 0px 42px;
			}
			
			#footer ul li {
				float:left;
			}