body{
	font-size: 13px;
	margin: 0;
}
body table{
	font-size: 13px;
}
.center{
	text-align: center;
}
.field{
	border: 1px solid #00acef;
	width: 180px;
}
.button{
	background-color: #00acef;
	border: none;
	color: #ffffff;
	padding: 3px 20px 3px 20px;
}
#header{
	margin-top: 10px;
	width: 900px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/panel/header.png");
	background-repeat: no-repeat;
	background-position: bottom ;
	background-position: 475px;
}
#mainLogo{
	float: left;
	margin-left: 50px;
}
#mainLogo img{
	border: none;
}
#spacer1{
	margin-top: 5px;
	width: 100%;
	height: 11px;
	background-image: url("../images/panel/spacer1.png");
	background-repeat: repeat-x;
}
#spacer2{
	margin-top: 5px;
	width: 100%;
	height: 11px;
	background-image: url("../images/panel/spacer2.png");
	background-repeat: repeat-x;
}
#pageContent{
	margin-top: 10px;
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
#pageContent .loginBox{
	width: 500px;
	float: right;
}
#pageContent .loginBox .loginInfo{
	width: 100%;
	background-color: #00acef;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#pageContent .loginBox .loginInfo div img{
	vertical-align: middle;
	margin-right: 5px;
}
#pageContent .loginBox .loginInfo div{
	margin-left: 50px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
}
#pageContent .loginBox .text{
	float: left;
	width: 195px;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
}
#pageContent .loginBox .form{
	float: right;
	width: 295px;
	text-align: left;
	padding-bottom: 8px;
	padding-top: 8px;
}
#pageContent .loginBox .spacer{
	width: 100%;
	height: 10px;
	background-color: #00acef;
	margin-top: 20px;
	float: left;
}
#pageContent .loginBox .submit{
	width: 100%;
	float: left;
	margin-top: 5px;
	text-align: center;
}
#pageContent .loginBox .informations{
	width: 100%;
	background-color: #989898;
}
#pageContent .loginBox .informations div{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#pageContent .loginBox .informations a{
	color: #9f0c0f;
	text-decoration: none;
	font-weight: bold;
}
#pageContent .loginBox .informations a:hover{
	text-decoration: underline;
}
#pageContent .extra{
	margin-top: 10px;
	width: 100%;
	float: left;
	background-color: #f0f0f0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #9f0c0f;
}
#pageContent .extra a{
	color: #00acef;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
#pageContent .extra .withSpacer{
	border-right: 2px solid #00acef;
}
#pageContent .extra .spacer3{
	height: 100%;
	width: 1px;
	background-color: #9f0c0f;
}
#pageContent .informations{
	float: left;
	width: 380px;
	text-align: justify;
}
#pageContent .informations p:first-letter{
	margin-left: 10px;
}
#footer{
	text-align: center;
	margin-top: 5px;
	font-size: 10px;
}
#footer a{
	text-decoration: none;
	color: #000000;
}
#mainleft{
	width: 150px;
	float: left;
	margin-right: 20px;
}
#mainleft .mainMenuElem{
	background-color: #515151;
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #00acef;
}
#mainleft .mainMenuElem a{
	color: #ffffff;
	text-decoration: none;
}
#mainleft .mainMenuElem a:hover{
	text-decoration: underline;
}
#mainleft .subMenuElem{
	border: 1px solid #00acef;
	background-color: #9a9a9a;
	color: #ffffff;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#mainleft .subMenuElem a{
	color: #9e0c0f;
	text-decoration: none;
}
#mainleft .subMenuElem a:hover{
	text-decoration: underline;
}
#mainright{
	width: 730px;
	float: left;
}
#mainright h3{
	background-color: #f2f2f2;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
.pictures{
	border: none;
	width: 730px;
	height: 175px;
}
.error{
	color: red;
	font-weight: bold;
}

.even{
	background-color: #eeeeee;
}
.odd{
	background-color: #dddddd;
}
#adminNews{
	border-spacing: 0px;
}
#adminNews tr:hover{
	background-color: #999999;
}
.center{
	text-align: center;
}
#galeria{
	border-collapse: collapse;
}
#galeria .notActive{
	background-color: red;
}
#galeria .even{
	background-color: #dddddd;
}
#galeria .odd{
	background-color: #bbbbbb;
}
#galeria tr:hover{
	background-color: #765432;
}
