/*
pokern-in-berlin.de
Renald Otto
*/

*{
	margin:0;
	padding:0;
	outline:none;
}

body{
	background:#fff url(../img/bg.png) repeat-x top left;
	border-top:2px solid #dcc;
	font-family:arial, helvetica, sans-serif;
	font-size:62.5%;
}

#container{
	margin:0 auto 10px;
	width:900px;
}

#head{
	height:90px;
	margin-top:40px;
	position:relative;
	width:100%;
}

#top{
	background:url(../img/poker.png) no-repeat center bottom;
	height:62px;
	overflow:auto;
	padding-bottom:15px;
	margin:20px auto;
	width:860px;
}

#main{
	background:url(../img/main.png) repeat-x left top;
	float:left;
	margin-bottom:30px;
	width:100%;
}

.column{
	display:inline;
	float:left;
	margin-right:45px;
	width:280px;
}

.right{
	margin:0;
	width:240px;
}

#footer{
	background:url(../img/dot.png) repeat-x left top;
	clear:both;
	padding:1.5em 0;
	width:100%;
}

h1,h2,h3,h4,h5,h6,address,blockquote,img,ol,p,ul{
	margin:0 0 1em;
	padding:0;
}

/* Image Replacement */

.ir{
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-995em;
}

.ir a{
	display:block;
	height:100%;
	width:100%;
}

#logo{
	background-image:url(../img/pokern.png);
	height:50px;
	width:420px;
}

#event,#offer{
	height:50px;
	width:384px;
}

#event{
	background-image:url(../img/h2_event.png);
	float:left;
}

#offer{
	background-image:url(../img/h2_offer.png);
	float:right;
}

#karten{
	background-image:url(../img/h3_52karten.png);
	height:125px;
	width:274px;
}

#referenz{
	background-image:url(../img/h4_referenz.png);
	height:25px;
	margin:0 0 1em;
	width:165px;
}

#impressum{
	background-image:url(../img/h4_impressum.png);
	height:25px;
	margin:1em 0 0.5em;
	width:100px;
}

#kontakt{
	background-image:url(../img/h4_kontakt.png);
	height:25px;
	margin:1em 0 0.5em;
	width:120px;
}

a:link,a:visited{
	color:#633;
	text-decoration:none;
}

a:hover{
	border-bottom:1px dotted #a33;
	color:#a33;
	text-decoration:none;
}

address{
	color:#666;
	font-size:1.2em;
	font-style:normal;
	position:absolute;
	right:5px;
	text-align:right;
	top:0px;
}

ul{
	width:240px;
}

li{
	color:#333;
	font-size:1.2em;
	line-height:1.6em;
	text-align:justify;
  margin-bottom: 0.4em;
  margin-left: 1em;
/*list-style-type:none;*/
}

.foto{
  background-color:#fff;
	border:1px dotted #333;
	display:block;
	height:206px;
	margin:0 0 1em;
	overflow:hidden;
	padding:3px;
	width:275px;
}
	
h4{
	color:#333;
	font-size:1.7em;
	letter-spacing:1px;
}

h5{
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 3px;
	padding:2px 2px 0;
}

p{
	font-size:1.2em;
	line-height:1.8em;
	text-align:justify;
}

#footer p{
	color:#999;
	font-size:1.2em;
	height:30px;
	margin:0 auto;
	padding-top:10px;
	width:485px;
	text-align:center;
}

#footer p a{
	color:#999;
}

p#partner,p#partner a{
	padding-top:0;
	color:#ccc;
	height:1.7em;
}

#footer p a:hover, p#partner a:hover{
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}

