@import url("/application/js-calendar/calendar-blue2.css");

body, div, p, img, form, textarea, input, select, td, th, h1, h2, h3 {
	padding:0px;
	margin:0px;
	font:12px Arial;
}

body, div, p, img, form {
	border:0px;
	border-collapse:collapse;
}

body {
    background-color:#B0BBDC;
}

h1 {
    font-weight:bold;
    font-size:12px;
    color:#899496;
}

hr {
    border: 0px;
    color: #A1A4AA;
    background-color: #A1A4AA;
    height: 1px;
}

a {
    text-decoration:none;
    font-size:100%;
    font-weight:bold;
    padding:2px;
    color:#467AB1;
}

a:hover {
    color:#000000;
}

/* Formulare visit: http://www.aplus.co.yu/css/styling-form-fields/ */
/*
fieldset {
    padding:5px;
}

fieldset p {
	clear: both;
	position: relative;
	margin-bottom:3px;
}

.fieldsetborder {
    border:1px solid black;
}

label, fieldset p.cr p {
	margin: 1px;
	display: block;
	width: 10em;
	text-align: left;
	float: left;
    border-top:1px dotted #cccccc;
}

fieldset p.cr label {
	text-align: left;
	margin-left: 11em;
	width: auto;
	float: none;
}

fieldset p span {
	display: none;
}

fieldset p:hover span {
	margin-left: 17em;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}

* html fieldset p span {
	display: block;
}

input, textarea, select {
    background-color:#eeeeee;
    border:1px solid #000000;
}

input:focus, textarea:focus {
    color: #000;
    background: #dedede;
}

.buttons {
    text-align:center;
}

input.todo {
    width:auto;
    background-color:#ABAFB5;
    font-weight:bold;
    color:#ffffff;
    text-align:left;
}

input.todo:hover {
    background-color:#014894;
}

#left input.todo {
    padding-left:29px;
    height:29px;
    background-image:url('images/teldafax_grey_small.gif');
    background-repeat:no-repeat;
    background-position:0px -2px;
}

#left input.todo:hover {
    background-image:url('images/teldafax_blue_small.gif');
}
*/

/* LAYOUT */
#loading {
    position:absolute;
    width:100px;
    height:100px;
    top:50%;
    left:50%;
    margin-top:-50px;
    margin-left:-50px;
    background-image:url('images/loading.gif');
}

#site {
    z-index:1;
    position:relative;
    width:902px;
    top:0px;
    left:50%;
    margin-left:-450px;
    background-image:url('images/site_back.gif');
    background-color:white;
}

#top, #menu {
    margin-left:1px;
}

#top {
    width:900px;
    height:129px;
    background-image:url('images/top-background.jpg');
    border-bottom:1px solid white;
}

#menu {
    width:900px;
    height:29px;
    margin-top:-30px;
    margin-bottom:1px;
    overflow:hidden;
}

#left {
    float:left;
    width:225px;
    height:450px;
}

#left[id] {
    height:auto;
    min-height:450px;
}

#main {
    float:left;
    width:676px;
    height:450px;
    background-color:white;
}

#main[id] {
    height:auto;
    min-height:450px;
}

#footer {
    width:100%;
    text-align:center;
}

#clear {
    clear:both;
}

/* Module */
.module {
}

.module .topic {
    line-height:29px;
    height:29px;
    background-repeat:no-repeat;
    background-image:url('images/teldafax_blue_small.gif');
    padding-left:29px;
    overflow:hidden;
    color:#D4DBED;
    font-weight:bold;
    background-color:#004894;
    border-bottom:1px solid #ffffff;
    font-family: Tahoma;
}

.module .content {
    background-color:transparent;
    padding:5px;
    font-size:10pt;
    font-family:Arial;
}

#left .module {
    margin-left:1px;
}

#main .module {
    margin-left:1px;
    border-bottom:1px solid white;
}

/* Portal Table */
.portaltable {
    border-collapse:collapse;
    border-spacing:0px;
    border:0px;
    padding:0px;
    width:100%;
}

.portaltable th {
    background-color:#CD0035; /* #0059a8; */
    height:20px;
    color:#ffffff;
}

.portaltable .even {
    background-color:#fefefe;
}

.portaltable .odd td {
    background-color:#ececec;
}

.green {
    color:green;
}

.red {
    color:#CD0035;
}

.center {
    text-align:center;
}

.left {
    text-align:left;
}

.right {
    text-align:right;
}

/* SPECIAL OVERRIDES */
#editor .module, #editor .module .content {
    background-color:#ffffff;
}

#loading {
    position:absolute;
    width:100px;
    height:100px;
    top:50%;
    left:50%;
    margin-top:-50px;
    margin-left:-50px;
    background-image:url('images/loading.gif');
}

a.print { /* Print-link */
	margin-left:10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image : url('images/druckericon.gif');
	padding-left: 16px;
	text-decoration: none;
	text-align:left;
}

.calendar {
    z-index:2;
}

/* CSS-HACKS */
#main .module .content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* #main .module .content {text-align:justify;display: inline-table;} */
* html #main .module .content {height: 1%;}
#main .module .content {display: block;}

#menu * {
	font-family:Tahoma;
}