html {
	overflow-y: scroll;
	padding: 10px;
} 
body {
	color: #000000;
	margin:0px;
	background-image: url(/images/bg.gif);
}
td, p, div, span, ol, ul, input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:140%; }

input, textarea {
	padding:0px;
	margin:0px;
	border:1px solid #999999;
	background-color:#FFF;
	line-height:120%;
	margin-top:1px;
	margin-bottom:1px;
	padding-top:1px;
	padding-bottom:1px;
	resize: none;
}
textarea { resize: none; }

input:focus, textarea:focus { outline: none; }

input[type=submit] {
	padding:2px 10px 2px 10px;
}

#maintable { width:980px; height:100%; background-color:#FFFFFF; }
.progressbar_box { background-color:#dddddd; width:100px; height:19px; margin-bottom:2px; }
.progressbar { background-color: #CF0017; height:100%; width:0px; }

a, a:link {
	color: #e40042;
	text-decoration: underline
}
a:visited {
	color: #e40042;
	text-decoration: underline
}
a:hover { color: #e40042; text-decoration: none }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
ul { list-style-type: none; list-style-position: outside; margin-left: 0px; padding-left: 1px;  }
ol { list-style-position: outside; list-style-type: decimal; margin-left: 0px; padding-left: 1px; }
ul li { list-style-type: none; background:url('/images/bullet.gif') no-repeat 0px 6px; padding-left:14px; }
hr { color: #cccccc; background-color: #cccccc; height: 1px; border:0px solid #cccccc }
.checkbox { border-width:0px }

.small {  font-size: 10px}
.big {  font-size: 15px}
.color1 { background-color: #E0E0E0 }
.color2 { background-color: #f8f8f8 }
.color3 { background-color: #cccccc }
.color4 { background-color:#ffffff }

select.search{
	width: 280px;
}

.entrytitle {
	color:#000;
	font-size:12px;
	font-weight: bold;
}

#maincontainer { width:100%; height:100% }

.inwarelink { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#aaaaaa; }
.inwarelink a:link {  color: #aaaaaa; text-decoration: none}
.inwarelink a:visited {  color: #aaaaaa; text-decoration: none}
.inwarelink a:hover { text-decoration: none}
.smallcolor {
	font-size: 10px;
	color: #e40042;
}

.redline { background-color:#E2004C; }

.smallcolor a:link {
	color: #e40042;
	text-decoration: none
}
.smallcolor a:visited {
	color: #e40042;
	text-decoration: none
}
.smallcolor a:hover {
	color: #e40042;
	text-decoration: none
}

.footer {
	font-size: 10px;
	color: #000;
}

.footer a:link {
	color: #000;
	text-decoration: none
}
.footer a:visited {
	color: #000;
	text-decoration: none
}
.footer a:hover {
	color: #000;
	text-decoration: none
}

.courselink a:link { color: #000000; text-decoration: none }
.courselink a:visited { color: #000000; text-decoration: none }
.courselink a:hover { color: #e40042; text-decoration: none }
.coursetitle { background-color:#e40042; color: #ffffff; font-weight:bold; }
.coursetitle a:link { color: #ffffff; text-decoration: none }
.coursetitle a:visited { color: #ffffff; text-decoration: none }
.coursetitle a:hover { color: #ffffff; text-decoration: none }


.navigation {
	background-color: #E40042;
	height: 25px;
	width: 805px;
}
.boxtitel {
	font-size: 11px;
	font-weight: bold;
	background-color: #E40042;
	color: #FFF;
	text-align:left;
}
.boxtitel2 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align:left;
}
.boxtext *, .boxtext {
	font-size: 11px;
	color: #000;
	text-align:left;
}
.medium {
	font-size: 11px
}
.title {
	color: #E40042;
	font-size: 13px;
	line-height: 120%;
}
.titletext {
	font-size: 13px;
	padding-bottom: 6px;
	line-height: 120%;
}
.printadress { font-size:10px; }

.errorstr, .errorstr * { color:#ff0000; }
.errorfield { background-color:#FFD9D9; }

a[href $=".pdf"], a[href $=".PDF"],
a[href *=".pdf#"], a[href *=".PDF#"],
a[href *=".pdf?"], a[href *=".PDF?"] {
    background: url("/images/pdf.gif") center left no-repeat;
   	display:inline-block;
	padding-left:20px;
	line-height:18px;
}

a[href $=".doc"],a[href $=".docx"]{
    background: url("/images/word.gif") center left no-repeat;
    display:inline-block;
	padding-left:20px;
	line-height:18px;
}

a[href $=".xls"]{
    background: url("/images/excel.gif") center left no-repeat;
	display:inline-block;
	padding-left:20px;
	line-height:18px;
}


.interneDokumenteUl {
	list-style-type:none;
	margin:0px;
}

.interneDokumenteUl li.opened{
	background: url("/images/bullet_minus.gif") no-repeat scroll 0 6px transparent;
	padding-left:5px;
}

.interneDokumenteUl li.closed{
	background: url("/images/bullet_plus.gif") no-repeat scroll 0 6px transparent;
	padding-left:5px;
}

