/* 
    Document   : konkurs
    Created on : 2010-04-22, 12:27:56
    Author     : Tomasz Skręt
    Description:
        Główny arkusz stylów
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #dc6b9e;
	background-image: url('../images/tlo.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: #000000;
}

.linki {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.linki a {
	color: #000000;
}

#naglowekKontener {
	height: 200px;
}

#naglowek {
	height: 200px;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
}

#naglowek h1 {
	position: absolute;
	left: -9999em;
}

#trescKontener {
}

#nagrodyKontener {
	margin-top: 10px;
}

#tresc, #nagrody {
	width: 950px;
	margin: 0 auto;
	padding: 5px;
	position: relative;
	background-image: url('../images/tresc_middle.png');
}

#tresc_top, #nagrody_top {
	width: 960px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-image: url('../images/tresc_top.png');
	background-position: top center;
}
#tresc_bottom, #nagrody_bottom {
	width: 960px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-image: url('../images/tresc_bottom.png');
	background-position: bottom center;
}


.tresc {
	width: 900px;
	margin: 0 auto;
}

#stopkaKontener {
	height: 150px;
}

#stopka {
	height: 155px;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font-size: 10px;
	text-align: center;
}

#stopka .linki {
	position: relative;
	left: 50%;
}

#linkiDol {
	position: relative;
	left: -50%;
	text-align: left;
	float: right;
}

#stopka .copyright {
	padding-top: 40px;
	padding-bottom: 20px;
	color: #000000;
}

#stopka .linki li {
	float: left;
	padding: 1px 5px;
	border-right: 1px dotted #ffffff;
	position: relative;
}

.linki li.ostatni {
	border-right: none !important;
}

.wysrodkowane {
	
}
.space {
	clear: both;
	height: 10px;
}
#menuGora {
	width: 940px;
	margin: 0 auto;
	clear: both;
	text-align: center;
}

#menuGora a {
	color: #ffffff !important;
	font-size: 17px;
	font-weight: bold;
	background-color: #8bb31c;
	padding: 5px 10px;
	margin: 0 10px;
	border: 1px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#menuGora a:hover {
	background-color: #bed003;
}

#menuGora li {
	float: left;
}

#menuGora li:hover {
}

#menuGora li.aktywny a {
	color: #deff1a;
}

.wysrodkowane {
	text-align: center;
}

.wyroznione {
	color: #bf299c;
}

.pogrubione {
	font-weight: bold;
}

#tresc a {
	color: #bf299c;
}

.tresc h2 {
	color: #bf299c;
	padding-top: 10px;
	border-bottom: 2px dotted #bf299c;
	margin-bottom: 15px;
}

.stopka-nagrody {
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
}

.stopka-nagrody h2 {
	border-bottom: 2px dotted #bf299c;
	color: #bf299c;
	text-align: left;
	margin-bottom: 5px;
}

.czerwony {
	color: #ff0000;
}

.kolumna350 {
	width:420px;
	float: left;
	margin-right: 20px;
}

.kolumna350+.ostatnia {
	margin-right: 0 !important;
}

#formDodaj input {
	font-size: 11px;
	padding: 2px 5px;
	border: 1px solid #bf299c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#formDodaj .wiersz {
	padding-top: 5px;
	padding-bottom: 5px;
}

#formDodaj .kolumna350 label {
	font-size: 14px;
	font-weight: bold;
	width: 180px;
	display: block;
	text-align: right;
	padding-right: 10px;
	float: left;
}

.label2 {
	float: none !important;
	width: 400px !important;
	font-weight: normal !important;
	text-align: justify !important;
}

#dodaj_zgoda {
	float: left;
	margin-right: 10px;
}

.inputSubmit {
	background-color: #8bb31c;
	color: #ffffff;
	padding: 4px 10px !important;
	margin: 10px auto;
	font-size: 18px !important;
	font-weight: bold;
}

.popraw {
	border: 2px solid #ff0000 !important;
}

.dodaj_zgoda {
	padding: 5px;
	border: 2px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.zdjecie {
	float: left;
	margin: 5px;
}

.zdjecie img {
	border: none;
}

.tresc h3 {
	color: #bf299c;
	font-size: 13px;
	padding: 5px;
}

#dialog-overlay {

    /* set it to fill the whil screen */
    width:100%;
    height:100%;

    /* transparency for different browsers */
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background:#000;

    /* make sure it appear behind the dialog box but above everything else */
    position:absolute;
    top:0; left:0;
    z-index:3000;

    /* hide it by default */
    display:none;
}


#dialog-box {

    /* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

    /* css3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

	text-align: center;

    background:#eee;
    /* styling of the dialog box, i have a fixed dimension for this demo */
    width:328px;

    /* make sure it has the highest z-index */
    position:absolute;
    z-index:5000;

    /* hide it by default */
    display:none;
}

#dialog-box .dialog-content {
    /* style the content */
    padding:10px;
    margin:13px;
    color:#666;
}

li.wyroznione {
	border-bottom: 2px dotted #ffffff;
}

li.wyroznione a {
	color: #99d420;
}

.odstep {
	padding: 5px;
}
.wyjustowane {
	text-align: justify;
}
