﻿html{
	background-image: url(/Images/bg.png);
	background-repeat: repeat-y;
	background-color:white;
	background-position: top;
	overflow-y:scroll;
}

body,textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
textarea{
	font-size:13px;
}

a{
	color:#3E83AD;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a span{
	display:none;
}

ul{
	list-style: none;
}
strong{
	font-weight:bold;
}
div.Content ul{
	margin: 0 0 0 1.3em;
}
div.Content ul li{
list-style-image:none;
list-style-position:outside;
list-style-type:disc;


}
/*===== Debug-Panel =====*/
.debug{display:block;position:absolute;bottom:10px;left:10px;border:1px solid #7c7c7c;background:white;cursor:pointer;z-index:100;}
.debug h3{font-size:11px;background:#eeeeee! important;padding: 2px 5px;display:block;color:black;visibility:visible;margin: 0px;}
.debug p{display:none;padding: 5px 10px;font-size:11px;color:black;}
.debug a{font-size:11px;}
.dbg{
	display:none;
	width:430px;
	overflow:auto;
	color:#bfbfbf;
}



#out{
	display:block;
	width:980px;
	margin: 0 auto 20px auto;
	overflow:hidden;
}
#out .header{
	display:block;
	width:100%;
	height:170px;
	position:relative;
}
#out .cont{
	display:block;
	width:820px;
	margin:0 40px 20px 120px;
}
#out .cont .tbx{
	border:1px solid #ccc;	
}
/*==== Header =====*/
#out .header .home{
	display:block;
	position:absolute;
	width:580px;
	height:90px;
	top:50px;
	left:50px;
	background-image: url(/Images/ITAlogo.png);
	background-repeat: no-repeat;
}

#out .header .links{
	display:block;
	position:absolute;
	top:0px;
	right:40px;
	height:25px;
	line-height:25px;
}

#out .header .links li{
	float:right;
	margin-left:20px;
	min-width:1px;
	
}



/*===== Content =====*/
#out div.cont div.boxM{/*==ALTE Startseite (PrePage) ==*/
	display:block;
	width:820px;
	height:270px;
	background-image: url(/Images/box_m.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color:white;
	margin-bottom:60px;
}
div.boxM div.in{
	display:block;
	margin: 0px 30px;
	padding: 50px 0;
}
#out div.cont div.boxM div.in h1{
	font-size:24px;
	font-weight:bold;	
	margin-bottom: 30px;
}
div.boxM div.in p,div.boxM div.in td{
	font-size:16px;
	font-weight:bold;
	margin-bottom: 1em;
}

div.subboxtext{
width: 540px;
}

/*== Form ==*/
span.missing{
	font-weight:bold;
	color:orange !Important
}
.btnSend{
	display:block;
	width:98px;
	height:22px;
	background-image:url(/Images/btnSend.png);
	background-repeat: no-repeat;
}

table.reg td{
	padding-right:10px;
	padding-bottom: 5px;
}

/*== Text ==*/
#out div.cont p{
	display:block;
	margin-bottom: 1em;
}
#out div.cont h1{
	font-size:16px;
	font-weight:bold;
	margin-bottom:1em;
	color:#3e83ad;
}

#out div.cont h2{
	font-weight:bold;
	margin-bottom: 1em;
}

#out div.content ul{
	padding-left:1.5em;
}
#out div.content li{
	list-style-type: disc;
	list-style-position: outside;
}

.Btn{
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	padding: 0 0 0 22px;
	background-image: url(/images/buttonbg.png);
	color:#666;
	font-size:11px;
	text-transform:uppercase;
}
.Btnr{
	display:block;
	float:left;
	width:12px;
	height:22px;
	background-image: url(/images/buttonbgr.png);
}

#TopNav a,#MainNav a,#Footer a{
	display:block;
	color:#aaa;
	font-weight: bold;
}
#TopNav a.sel,#MainNav a.sel,#Footer a.sel{
	color:#3e83ad;
	font-weight:bold;
}


/*===== Main Nav =====*/
#MainNav{
	display:block;
	width:100%;
	overflow:hidden;
	margin: 0 0 10px 0;
}
#MainNav li{
	float:right;
	margin-left:20px;
	min-width:1px;
}

#MainNav #Row1,#MainNav #Row2{
	padding-right:10px;
}
#MainNav #Row2{
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:10px;
}
/*===== Footer =====*/

#Footer{
	display:block;
	border-top: 1px solid #ccc;
	margin:50px 40px 10px 120px;
	padding-top:0.5em;
}
#Footer li{
	float:right;
	margin-left:20px;
	min-width:1px;
}

#Footer div.footer{
	float:left;
}
/*===== Banner =====*/
.Banner{
	display:block;

	width:100%;
	overflow:hidden;
	margin: 0 0 20px 0;
}
.BannerItem{
	Xbackground-color:#3e83ad;
	padding: 20px 40px;
	color:white;
}
.BannerItem .in{
	display:block;
}
/*===== Teaser =====*/
.TeaserItem{
	display:block;
	float:left;
	width:260px;
	height:170px;
	margin-right:20px;
	background-image:url(/images/teaserbg.png);
	background-repeat: no-repeat;
}
.TeaserItem .in{
	margin: 10px;
}

.TeaserItem h3{
	color:#3e83ad;
	font-size:16px;
	font-weight:bold;
	margin: 0 0 5px 0;
}

.TopTeaser{
	clear:both;
	overflow:hidden;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #ccc;
}
.TopTeaser .Item2{
	margin-right:0px;	
}


/*===== Content =====*/
.Content{
	overflow:hidden;
}
.Content .Main{
	float:left;
	width:65%;
}
.Content .SubTeaser{
	float:right;
	width:260px;
}
.Content .SubTeaser .TeaserItem{
	margin: 0 0 20px 0;
}


div.box{
	background-repeat: no-repeat;
}
div.box div.in{
	overflow:hidden;
}
div.box-m{background-image:url(/images/box_icon.jpg);}
div.box-xl{background-image:url(/images/box_xl.jpg);}



/*===== Register Test =====*/
#RegTest{
	color:white;
	padding: 20px 0;
}
#RegTest .inner{
	overflow:hidden;
	display:block;
	margin: 0 40px;
}
 #out #RegTest h1{
	color:white;
	margin-bottom: 20px;
}

#out #RegTest h2{
	margin-top:40px;
}
#RegTest .RowText{
	display:block;
	clear:both;
	overflow:hidden;
	margin-bottom: 5px;
}
#RegTest .RowText .lab{
	display:block;
	width:150px;	
	float:left;
}
#RegTest .RowText .tbx{
	display:block;
	float:left;
	width:200px;
	padding: 1px 2px;
	border:1px solid #ccc;
	margin-right:10px;
}
#RegTest .RowText .ddl{
	display:block;
	width:150px;
	padding: 1px 2px;
	border:1px solid #ccc;
}

#RegTest .fielderror{
	color:white !Important;
	padding: 1px 2px;
}
#RegTest div.red input.tbx{
	background-color:#f08080;
}
#RegTest .send{
	display:block;
	margin:20px 0 0 150px;
}





/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 200px;
    height: 100px;
}


#Karussell{
	display:block;
	width:820px;
	height:320px;
	overflow:hidden;
	position:relative;
}

#Karussell li{
	display:block;
	width:820px;
	height:320px;
}

#Karussell li .in{
	display:block;
	margin: 10px 20px;
}
#Karussell .ctrl{
	display:none;
	position:absolute;
	right:10px;
	bottom: 10px;
	z-index:100;
}
#Karussell .ctrl a{
	padding: 5px 10px;
	margin: 0 0 0 5px;
	background-color:#edd;
}
