/* Allgemein */

*  { padding: 0; margin: 0; }
p, ul, ol { margin-bottom: 1em; } 

h1 {
	font-size: 130%;
	margin-bottom: 1em;
}
h2 { 
	font-size: 120%;
	margin-bottom: 1em;
}
h3 {
	font-size: 110%;
	margin-top: 1em;
}

html { height: 101%; }
body {
	margin: 20px;
	background-color: #d4d9cf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

big {
	margin-bottom: 10px;
	text-align: center;
}

/* Hyperlinks */

a { 
	text-decoration: none;
	outline: none;
	font-weight: bold; 
}
a:link { color: #24b100; } 
a:visited { color: #24b100; }
a:hover, 
a:focus { border-bottom: 1px solid #24b100; }
a:active { 
   color: white;
   background-color: #72f215;
}

/* title / footer */

#title {
	font-size: 400%;
	text-align: center;
	color: #24b100;
} 
#title a {
	font-weight: normal;
}
#title small {
	font-size: 50%;
	color: black;
}
#subtitle {
	font-style: italic;
	text-align: center;
	margin-bottom: 30px;
}

#footer {
	clear: both;
	background-color: #b0b4ac;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
#footer span {
	margin-right: 2em;
	margin-left: 2em;
}

/* start.php, show_session.cs */

#communitybet {
	float: right;
	width: 50%;
	min-width: 530px;
	margin-right: 20px;
	margin-left: 10px;
}

#singlebets {
	clear: both;
}

#pagelinks {
	clear: both;
}

.session {
	background-color: #d4d9cf;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid;
	border-color: #24b100;
}
.session .header {
	background-color: #b0b4ac;
	border-bottom: 1px;
	padding: 5px;
	padding-left: 1em;
	margin-bottom: 10px;
}
.session .header a {
	color: white;
}
.session .header a:hover, .session .header a:focus {
	border-bottom: 1px solid white;
}
.session .body {
	overflow: hidden;
	margin: 1em;
}
.session .body div {
	float: left;
	min-width: 33%;
	margin-bottom: 0.5em;
}

.session .body .more {
	clear: both;
}

/* bet.asp */

#inputform {
	float: left;
	width: 40%;
	position: relative;
}

#inputform #biginput {
	position: absolute;
	right: 0%;
	width: 70%;
}

#tagcloud {
	float: left;
	width: 52%;
	margin-left: 3%;
	border-style: solid;
	border-color: #24b100;
	text-align: justify;
}
#tagcloud span {
	margin: 5px;
} 

