html{
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-color: white;
	background-position: center;
	text-align: center;
	height: 100%;
	margin:0;
	padding:0;
}
body{
   font-size: 11px;
	font-family: Verdana, Arial;	
	width: 980px;
	height: 98%;
	margin:  auto;
	padding: 0;	
}
img{
	border: 0;
}
div{
	margin: auto;
}
h1{
	font-size: 20px;
	font-weight: bold; /*color: #0099ff;*/
	color: Black;
	padding: 2px 0 4px 0;
	margin: 0;
}
h2{
	font-size: 18px;
	font-weight: normal;
	color: Black;
	padding: 2px 0 4px 0;
	margin: 0;	
}
h3{
	color: #668833;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #668833;
}
h4{
	color: black;
	font-size: 11px;
	margin: 0px 0 5px 0;
	padding: 0px;
	font-weight: normal;
}
p{
	text-align: left;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	margin-top: 0;
	padding-top: 0;
}
span.hint{
	border-bottom: 1px dashed black;	
}
/*************************************/
#container{
   background-color: #ffffff;
	text-align: justify;	
	min-height: 100%;
   height: auto !important;
   height: 100%;	
	padding:     7px;
}	
#pageHeader{
	height: 110px;
	text-align: center;
}
#pageNavigationBar{
	height: 35px;
	background-color: #3EB1C9;
	background-color: #83C93E;
	background-color: #23507D;
	margin: 7px 0 7px 0;
}
#pageNavigationBar ul{
   margin: 0;
	overflow: auto;
   height  : auto;
	padding-left : 10px;
}
#pageNavigationBar li{
	float: left;
	text-align: center;
	list-style-type: none;
}
#pageNavigationBar a:link, #pageNavigationBar a:visited, #pageNavigationBar a:active{
	text-decoration: none;
	color: White;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial,  sans-serif;
	font-weight: bold;
	display: block;
	width: 130px;
	height: 25px;
   padding-top: 10px;	
	border: none;
}
#pageNavigationBar a:hover{
	background-color: #8DB6DF;
	border: none;
}
#pageMenu{
	width: 160px;
	float: left;
}

#pageMenu ul{
	margin: 0;
	padding: 0;
	overflow: auto;
	height: auto;
	font-size: 11px;
}
#pageMenu li{	
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size:   12px;
	color : #668833;
	font-weight: bold;
}
#pageMenu a:link, #pageMenu a:visited, #pageMenu a:active{
   margin-left: 10px;
	font-size:   11px;
	text-decoration: none;
	color: Black;	
	font-weight: normal;
}
#pageMenu a:hover{
   margin-left: 10px;
	font-size:   11px;
	text-decoration: underline;
	color: #2a8d1c;
	font-weight: normal;
}
#pageContent{	
   margin-left: 6px;
   width: 800px;
	float: left;	
}
#pageFooter{

}
/*************************************/
.flag{
	border-style: solid;
	border-width: 1px;
	border: 1px solid #cecebe;
}
.fadeFlag{
	border-style: solid;
	border-width: 1px;
	border: 1px solid #cecebe;
}
.clear{
	clear: both;
}
.roundedBoxHeader{
	width: 100%;
	height: 17px;
	background-color: #3EB1C9;
	background-color: #83C93E;
	background-color: #23507D;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 0 0;
}
.roundedBoxContent{
	width: 100%-2px;
	border-right: 1px solid #3EB1C9;
	border-left: 1px solid #3EB1C9;
	border: 1px solid #3EB1C9;
	border: 1px solid #83C93E;
	border: 1px solid #6383A3;
	padding: 15px 10px 15px 10px;
}
.roundedBoxFooter{
	width : 100%;
	height: 22px;
	background-color: #3EB1C9;
	background-color: #83C93E;
	background-color: #6383A3;
}
.magicBoxHeader{
	cursor: hand;
	width: 100%;
	margin: 5px 0 0 0;
	border: 1px solid black;
	padding: 2px;
	background-color: #3e83c9;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.magicBoxContent{
	
}
.errorBoxHeader{
	background: Red;
	color: White;
}
.errorBoxContent{
	background: #FFA6A8;
	border: 2px solid Red;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}
.msgBoxHeader{
	background: #1E90FF;
	color: White;
}
.msgBoxContent{
	background: #B0D9FF;
	border: 2px solid #1E90FF;	
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.flagBox{
	text-align: center;
}
.flagBox a:link, .flagBox a:visited, .flagBox a:active{
	margin: 0;
	padding: 0;
}
.flagBox a:hover{
	margin: 0;
	padding: 0;
}
/* Pagination */
.pagination
{
	text-align: center;
}
.not_selected:link, .not_selected:active, .not_selected:visited{
	padding: 2px 6px;
	background-color: #F8F8F8;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
.not_selected:hover{
	padding: 2px 6px;
	background-color: #F0FFF0;
	text-decoration: none;
	color: #009900;
	font-size: 12px;
	border: solid 1px #009900;
}
.selected:link, .selected:active, .selected:visited{
	padding: 2px 6px;
	background-color: #F8F8F8;
	text-decoration: none;
	color: #444444;
	font-size: 12px;
	border: solid 1px #666666;
}
/**************Forumlarze************/
form {
	/*background-color: #ecf6fc;*/
	background-color: #f5f8ca;
	width: 70%;
	margin: auto;
	padding: 10px;
	border: 1px solid Black;
	font-family: Verdana, Arial, sans-serif;
}
.simpleform {
	width: 100%;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	border: none;
	background-color: white;
}
.simpleform .simpleformbutton{
	cursor: hand;
	width: 100%;
	margin: 5px 0 0 0;
	border: 1px solid black;
	padding: 2px;
	background-color: #ee0000;
	color: #ffffff;
	font-weight: bold;
}
input{
	/*background-color: White;*/
	width: 67%;
	margin: 5px 0 0 0;
	padding: 0px 0 1px 0;
	/*border: 1px solid #ff3f00;*/
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
label{
	width: 28%;
	margin: 5px 0 0 2%;
	padding: 2px 0 0 0;
	text-align: left;
	font-size: 11px;
	display: block;
	float: left;
}
textarea{
	width: 67%;
	margin: 5px 0 0 0;
}
form .form_button{
	cursor: hand;
	width: 100%;
	margin: 5px 0 0 0;
	/* border: 1px solid #7b7b7b;*/
	border: 1px solid black;
	padding: 2px;
	background-color: #23507D;
	color: #ffffff;
	font-weight: bold;
}
form .form_button_red{
	cursor: hand;
	width: 100%;
	margin: 5px 0 0 0;
	/* border: 1px solid #7b7b7b;*/
	border: 1px solid black;
	padding: 2px;
	background-color: #ee0000;
	color: #ffffff;
	font-weight: bold;
}
form .form_button_green{
	cursor: hand;
	width: 100%;
	margin: 5px 0 0 0;
	/* border: 1px solid #7b7b7b;*/
	border: 1px solid black;
	padding: 2px;
	background-color: #228b22;
	color: #ffffff;
	font-weight: bold;
}
/* Striping */
table.stripeMe {
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}
table.stripeMe th {
	background: #3e83c9;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	border-right: 1px solid #fff;
}
table.stripeMe tr{
	border-left: 2px solid #3e83c9;
	border-right: 2px solid #3e83c9;
}
table.stripeMe td {
	padding: 4px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	border-right: 1px solid #fff;
}
table.stripeMe tr.alt td {
	background: #ecf6fc;
}
table.stripeMe tr.green_alt td {
	background: #7aec42;
}
table.stripeMe tr.over td, table.stripeMe tr:hover td {
	background: #bcd4ec;
}
table.stripeMe th a {
	color: #ffffff;
	text-decoration: underline;
}