﻿@charset "UTF-8";

a:link, a:visited {
	text-decoration:  none;
	color:  #0a489b;
	


	}

a:hover, a:active {
    text-decoration: underline;
	color: #CC1111;
	}
	

span.piros {color: red;

	}

span.vastag {

	font-weight: bold;
	
	}
	
span.plusz {
	color: red;
	font-size: 400%;
	}
	
.jobb {
	text-align: right;
	}
	
.center {
	text-align: center;
	}

.apro {font-size: 85%; 
	}


.cim {
	background-color: #0a489b;
	color: #FFFFFF;
	font-weight: bold;
	}

.keret {
		text-align: left;
		font-size: 80%;
		border-style: solid;
		border-color: #0a489b;
		padding: 10px 4px;	
	
		color: #333333;
		border-width: thin;
			background-color: #f0f4f9;
	}
	

.margo {
		padding: 17px
		}	
	
p.indent {
   	text-indent: 2em;
	}

a img {
    border: none;
	}
	
img {
	border: none;
	}

h1, h2 { text-align: center;
	color: #0a489b;
	font-family: Comic Sans MS, Verdana;
		border-bottom-style: solid;
	border-bottom-color: #CC1111;

	}


	
body {	
	margin: 0;
   	padding: 0;
	text-align: center;
	background-color: #43a6c4;	
	background-image: url(http://pokerkarrier.hu/kepek/hattersima.png);
	background-repeat: repeat-x;
	}

#content {
    margin: auto;
   	width: 950px;	
   	color: #333333;
	background-color: #FFFFFF;

	}
	
#header{
	width: 950px;
	height: 100px;
	background-image: url(http://pokerkarrier.hu/ujlogo13.png);
	background-repeat: repeat-x;

	border-bottom-style: solid;
	border-bottom-color: white;
	border-bottom-width: thin;
}

#menu {
  	text-indent: 1em;
	background-color: #CC1111;
	color: #EEEEEE;
	text-align: left;
	padding: 8px 0px;
	font-family: Comic Sans MS, Verdana;
	background-image: url(kepek/menuhatter.jpg);
	}

#menu a {
    	text-decoration: none; 
	font-weight: normal; 
   	color: #EEEEEE;
  	padding: 0px 15px;

}

#menu a:hover{
   	background-color: white;
	color: #0a489b;
	padding: 8px 15px;
	}

#col1 {
   	padding: 15px;
    width: 225px;
	float: left;

	}

#col2 {
	padding: 19px 19px;
   	margin-left: 255px;
	text-align: left;
	font-family:  Verdana, Comic Sans MS;
	font-size: 80%;
	}
	


#footer {
		 padding: 15px;
		clear: both;
    background-color: #0a489b;
	color: white; 
	}


