/* layout.css - Definitions for main layout objects
   anything that resides in layout.tt2
*/

#all{
    width: 989px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#top{
    height: 165px;
    padding:0px 7px 0px 0px;
}
#top_logos_klein{
    text-align: right;
	float:right;
}
#top_logo{
    float: left;
	margin:45px 0px 0px 0px;
}
/* this is the logo image */
#top_logo img{
    border: none;
	margin-left:14px;
}
#top_links{
    float: right;
	clear:right;
	margin-top:25px;
}

#left_bar {
    width: 127px;
    float: left;
	margin-right:10px;
}

#content{
    width: 570px;
    float: left;
}

#content{
    min-height:660px;
}

#bottom {
	width:570px;
    margin-left:137px;
	/*padding-top:36px;*/
}

body.kinofuerschulen #cinemas_flash{
	/* hide sidebar from teachers */
	display: none;
}


#cinemas_flash {
    width: 280px; /* correct and right value: 290px, set when outlines removed */
    float: right;
	/*background-color:#000;*/
	color:#fff;
}

#top_logos_klein a {
	height:41px;
    margin-top:30px;
	display:block;
	margin-left: 8px;
}

#top_logos_klein a:hover {
	background-position:0px -41px;
}

#logo_europa{
	width:129px;
	background:transparent url(../images/layout/logo_europa.gif) top left no-repeat;
        margin-right:20px;
	float:left;
}

#logo_s{
	width:69px;
	background:transparent url(../images/layout/logo_s.gif) top left no-repeat;
	float:left;
}

#logo_cicae {
        width:82px;
        background:transparent url(../images/layout/logo_cicae.gif) top left no-repeat;
        float:left;
        margin-top:16px !important;
        height:68px !important;
}
#logo_cicae:hover {
        background-position:0 -69px!important;
}

#copyright{
    margin-top:13px;
    background:transparent url(../images/bg_box/200.jpg) no-repeat scroll left top;
    padding:8px 13px;
}

a#top_jump {
    margin-top:40px;
    display:block;
    padding-left:13px;
    background:transparent url(../images/pfeil_oben.gif) no-repeat 4px 4px;
}

