/* onlinepujcky.eu */

@import url('reset.css');

body { font-family:Tahoma,Verdana,Sans-Serif;font-size:62.5%;text-align:center;background:#ffffff;text-align:center; }
strong { font-weight:bold; }

#wrapper { width:852px;margin:100px auto 0 auto;text-align:left;font-size:1.2em;position:relative; }

/* Bar */

#bar { text-align:center; }
#bar a { color:#bc1414; }
#bar a:hover,#menu a:hover { text-decoration:underline; }
#bar .left,#bar .right { position:absolute; }
#bar .left { left:0; }
#bar .right { right:0; }

/* Menu */

#menu { width:100%;height:48px;background:url('../images/menu.jpg') repeat-x;margin:15px 0 0 0;overflow:hidden; }
#menu li { height:48px;float:left;background:url('../images/menu_separator.jpg') left center no-repeat;padding:/*18px*/0 10px 0 10px;margin:0 0 0 -2px; }
#menu a { color:#ffffff;display:block;margin:18px /*16px 0 16px*/0 0 0; }

/* bof -  Content */

#content-wrapper { width:900px;margin:0 auto;background:url('../images/content_top.jpg') center top no-repeat;padding:27px 0 0 0;text-align:left; }
#content { width:900px;background:url('../images/content.jpg') repeat-y; }

/* Left */

#left { width:225px;margin:0 0 0 75px;border-right:1px solid #f5cbcb;font-size:1.2em;line-height:1.8em;float:left; }
* html #left { margin:0 0 0 37.5px; }
#left li { background:url('../images/list.jpg') left center no-repeat;padding:0 0 0 25px; }
#left a { color:#000000; }
#left a:hover { text-decoration:underline; }

/* Right */

#right { width:520px;margin:0 0 0 50px;font-size:1.2em;float:left; }
h1,h2 { font-weight:bold; }
#right ol { width:250px;float:left;margin:40px 10px 0 0;line-height:1.6em; }
#right strong { color:#424242;font-weight:normal;text-decoration:underline; }
#right p { text-indent:50px;width:480px;line-height:1.6em;margin:20px 0 20px 0; }

/* Forms */

.error,.success { color:#df3737;border:1px dashed #f5cbcb;padding:8px;text-indent:0 !important; }
.error a,.success a { color:#df3737;text-decoration:underline; }
.success { color:#556d19;border:1px dashed #556d19; }
.success a { color:#556d19; }
form { line-height:2.2em; }
label { float:left;width:260px;display:block; }
select { float:left;background:#ffffff;border:1px dashed #f5cbcb;padding:2px;width:220px; }
fieldset { border:1px dashed #f5cbcb;width:480px;padding:10px;margin:10px 0 /*10px*/0 0; }
legend { font-weight:bold;background:#ffffff; }
.text-input,textarea  { border:1px dashed #f5cbcb;width:210px;padding:2px; }
textarea { height:120px;margin:0 0 5px 0; }
.submit-input { padding:10px 25px 20px 25px;height:40px;background:url('../images/menu.jpg') repeat-x;color:#ffffff;font-weight:bold;font-size:1.3em;margin:15px;display:block; }
.submit-input:hover { cursor:pointer; }

/* eof -  Content */

/* Footer */

#footer { width:900px;margin:0 auto;background:url('../images/footer.jpg') no-repeat;padding:45px 0 0 0;color:#424242;font-size:1.2em;margin-bottom:20px; }
#footer a { color:#424242;text-decoration:underline; }
#footer a:hover { text-decoration:none; }

/* Stuff */

.clear { clear:both; }
.left { float:left !important; }
.right { float:right !important; }
.center { text-align:center;margin:0 auto; }
