
/*-----------------------   RESET   -----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------   BASICS   -------------*/
body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #9c9d9f repeat-x;
	color: #000;
}

#wrap{
	margin: 0 auto;
	width: 842px;
	min-height: 400px;
	position: relative;
	z-index: 2;
	background: url(../img/bg_wrap.png) repeat-y;
	text-align: left;
}

#wrap_arabic{
	margin: 0 auto;
	width: 842px;
	min-height: 400px;
	position: relative;
	z-index: 2;
	background: url(../img/bg_wrap.png) repeat-y;
	text-align: right;
}

.js{
	display: none; /* visible thru jquery */
}

.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
small, .small{
    font-size: 76%;
	line-height: normal;
}

img.left{
    float: left;
	margin-right: 8px;
}
img.right{
    float: right;
	margin-left: 8px;
}

.clear{
	clear: both;
	display: block;
	font-size: 1%;
}

a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #ee7f01;
	text-decoration: underline;
}

h1, h2, h3, h4{
	color: #ee7f00;
	font-weight: normal;
	margin-bottom: 12px;
}

h1{
	font-size: 42px;
	letter-spacing: -1px;
}
h2{
	font-size: 20px;
}
h3, h4{
	font-size: 14px;
	font-weight: bold;
}



/*-------------   CONTENT   -------------*/
#content{
	float: left;
	width: 490px;
	margin: 10px 0 10px 73px;
	font-size: 13px;
}

#content hr{
	border: none;
	background: #fff;
	border-bottom: 1px solid #f6bf7f;
	padding-top: 18px;
	margin-bottom: 18px;
	clear: both;
}

#content a{
	color: #ee7f01;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#content p, #content ul,  #content td, #imageBar p, #imageBar ul,  #imageBar td{
	font-size: 13px;
	line-height: 130%;
	margin-bottom: 1em;
}

#content h1 .sub{
    display: block;
	color:  #000;
	font-size: 30px;
}

#content ul{
	margin-left: 1em;
	padding-left: 1em;
	list-style-type: disc;
}

#content ul.orange{
    color: #ee7f00;
}



.thumb a{
	background: none;
}
#content .thumb a:hover{
	background: none;
}

/* Formulare */
#content form p{
    margin-bottom: 0.5em;
}

.tf{
    margin: 1px;
	background: #fff;
	border: 1px solid #d0d0d0;
}
.tf.w344{
    width: 344px;
}
.tf.w272{
    width: 272px;
}
.tf.w258{
    width: 258px;
}
.tf.w100{
    width: 100px;
}
.tf.w76{
    width: 76px;
}
.tf:focus{
    margin: 0px;
	background: #fff;
	border: 2px solid #ee7f01;
}

label.lBlock{
    display: block;
}
label.lLeft{
    display: block;
	float: left;
	width:140px;
	margin-top: 3px;
}
#content label.big{
    display: block;
    padding-bottom: 8px;
    font-size: 14px;
	font-weight: bold;
	color:#EE7F00;
}
label.lLeft.padLeft{
    padding-left: 44px;
	width:175px;
}

fieldset{
    padding: 10px;
	background: #fdecd9;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 1em;
}


/* inhalt > tabelle default */
#content table{
	border-spacing:0;
	border-collapse:collapse;
	margin-bottom: 1em;
}
#content table td, #content table th{
    border-bottom: 1px solid #525252;
	background: #fff;
	margin: 0;
	padding: 2px 1px;
	vertical-align: top;
}

#content table tr:hover td, #content table tr:hover th{
	background: #e0e7ea;
}



/*-------------   RIGHT BAR   -------------*/
#rightBar{
	float: left;
	width: 184px;
	margin: 0 0 133px 26px; /*-> 133px bottom for the untis-logo  */ 
	font-size: 14px;
}

#rightBar .box{
	margin-bottom: 16px;
    background: #fcdbb9;
}
#rightBar .box.first{
	margin-top: -25px;
}
#rightBar .box .inner{
    padding: 0 6px 4px 12px;
}
#rightBar .box .top{
    display: block;
	height: 9px;
	background: url(../img/box_red_top.png) no-repeat left top;
}
#rightBar .box.first .top{
    height: 25px;
	background: url(../img/box_red_top_first.png) repeat-x;
}
#rightBar .box .bot{
    display: block;
	height: 9px;
	background: url(../img/box_red_bot.png) no-repeat left bottom;
}

#rightBar .box.grey{
    background: #e3e4e5;
}
#rightBar .box.grey .top{
	background: url(../img/box_grey_top.png) no-repeat left top;
}
#rightBar .box.grey .bot{
	background: url(../img/box_grey_bot.png) no-repeat left bottom;
}


#rightBar h2{
	font-size: 22px;
	color: #ee7f00;
	margin-bottom: 12px;
}
#rightBar h3{
	font-size: 17px;
	color: #ee7f00;
	margin-bottom: 12px;
}
#rightBar h2 a, #rightBar h3 a{
    color: #ee7f00;
	text-decoration: none;
}
#rightBar h2.black, #rightBar h3.black{
    color: #000;
}


.subNav li{
    display: inline;
}
.subNav a{
    display: block;
	margin: 0 0 4px 0;
}
.subNav .active a{
	font-weight: bold;
    letter-spacing: -1px;
}



/*-------------   HEADER   -------------*/
#header{
	height: 227px;
	width: 842px;
	margin: 0 auto;
	background: url(../img/bg_header.png) no-repeat;
	text-align: left;
	font-size: 18px;
	position: relative;
	z-index: 1;
}

#header span#headerTitle{
    position: absolute;
	z-index: 2;
	right: 70px;
	top: 98px;
	width: 500px;
	font-size: 24px;
	color: #000;
	text-align: right;
}

#sitelogo{
	margin: 0 0 0 21px;
	padding: 0;
}

#mainNav{
	margin: 10px 0 0 73px;
	padding: 0;
	width: 590px;
	height: 32px;
}
#mainNav li{
	display: inline;
}
#mainNav a{
    float: left;
	margin-right: 20px;
	color: #000;
}

#mainNav a:hover, #mainNav .active a{
	color: #fff;
	text-decoration: none;
}

#header form{
    float: right;
	width: 169px;
	margin: 10px 72px  0 0;
	text-align: right;
}

#header form#languages{
	width: 490px;
	margin: 8px 0 0 0;
}


#lang{
    background: #fcdbb9;
	border: 1px solid #fcdbb9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}





/*-------------   FOOTER   -------------*/
#footer{
	height: 40px;
	width: 698px;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 60px 72px 0 72px;
	background: url(../img/bg_footer.png) no-repeat center top;
	font-size: 13px;
	text-align: left;
}
#footer ul, #footer li{
	display: inline
}

#footer li a{
    float: left;
	margin-right: 15px;
	color: #fff;
	text-decoration: none;
}

#untisLogo{
    position: absolute;
	right: 67px;
	top: -115px;
	z-index: 3;
}
#untisLogo, #untisLogo img{
    width: 188px;
	height: 129px;
}



/* Lightbox */
#lightbox a{
	background: none;
}
#outerImageContainer{
	border: 5px solid #ee7f01;
	border-bottom: none;
	background: #fff; /* url(../img/logo_tas_unger.gif) no-repeat center;*/
}
#imageDataContainer{
	border: 5px solid #ee7f01;
	border-top: none;
}
#loading{
	top: 70%;
}

