/* @override http://localhost:9000/css/main.css */

/* basic layout */

html, body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	text-align: center;
	margin-top: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border: 0;
	padding: 0;
	margin: 0;
}

tr{
	margin: 0;
	padding: 0;
}
tr.even{
	background-color: #CFE6F6;
}

td, th{
	font-size: 9pt;
}
h1, h2 {
	font-size: 1.0em;
}

img{
	border: 0;
}

b{
	color: #3381BF;
	font-weight: bold;
}

input:focus,
textarea:focus{
	background-color: #FFECBA;

}

/* Links */

a {
	color: #0061AF;
	font-weight: bold;
}

/* general classes */
.relative{
		position: relative;
}

.head-img{
	position:relative;
	top:5px;
}

/* Buttons */

.button {
	float: right;
	height: 30px;
	background-repeat: no-repeat;
	cursor: pointer;
	vertical-align: baseline;
	margin-right: 8px;
}

.button:hover {
	background-position: 0px -30px;
}

.create-button {
	margin-right: 10px;
	margin-bottom: 14px;
	cursor: pointer;
}

.schliessenbutton {
	float: right;
	position: relative;
	background-repeat: no-repeat;
	left: 4px;
	top: -6px;
	height: 26px;
	cursor: pointer;
}

.schliessenbutton:hover {
	/*background-position: 0px -26px;*/
}

#outer-frame {
	width: 947px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CFE6F6;
	text-align: left;
	position: relative;
	line-height: 150%;
}

/* Kopfbereich */

#head {
	background-image: url(/images/kopf.gif);
	height: 150px;
	background-repeat: no-repeat;
}

img#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	top: 33px;
}

#kinderuni-name {
	position: absolute;
	top: 112px;
	left: 6px;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
}

#kinderuni-name a{
	color: white;
	text-decoration: none;
}
#kinderuni-name a:hover{
	text-decoration: underline;
}
#scoreboard {
	position: absolute;
	top: 17px;
	right: 80px;
	visibility: hidden;
}

#score {
	position: absolute;
	top: 56px;
	right: 180px;
	visibility: hidden;
}

/*body */
#body{
	background-image: url(/images/body.jpg);
	background-repeat: no-repeat;
	padding-top: 22px;
}
/*footer*/

#footer {
	background-color: white;
	height: 50px;
}

#footer img {
	float: right;
}

#footer-margin {
	min-height: 10px;
}

#footer-margin #impressum-link{
	text-align: center;
}

.errors {
	color: red;
}

.errors ul {
	list-style-type: disc;
}

.error {
	border: 2px solid red;
}

/* Pagination */
div.paginateButtons{
	margin: 20px 0 0 10px;
}
div.paginateButtons a,
div.paginateButtons span{
	margin-right: 5px;
}

/* flash */
#main-content #startanimation{
	float: left;
	width: 380px;
	position: relative;
	left: 30px;
}

#main-content #inner-content #introtext{
	float: right;
	width: 230px;
	margin: 0 20px 0 0;
}

#main-content #inner-content > #introtext{
	float: right;
	width: 230px;
	margin: 30px 30px 0px 0px;
}

#main-content #introtext .bold{
	font-weight: bold;
}


#info-content p{
	margin-left: 10px;
}