/*<![CDATA[*/

/*
MyTPL - an easy Website Template System.
    Website: http://mytpl.informationswissenschaft.net
        Copyright (C) 2005 G. Üffing
        Contact: webmaster[at]mytpl.informationswissenschaft.net
    See: README.txt for GNU GENERAL PUBLIC LICENSE
*/

/*
StyleSheet zu MyTPL.
Die Anordnung hier entspricht der
im Quellcode.
*/


/* Verhalten des Body-Bereichs
*/
body{
    font-size:smaller;
    font-family:verdana,arial,helvetica,sans-serif;
    background-color: white;
    margin:7px;
    color:#000098;
}
    /* Die ganze sichtbare Website
    */
    #website{
        padding:0px;
        border:1px solid cornflowerblue;	
	width:804px;
	background-color: white;
    }
        /* Kopfbereich (Header)
        */
        #header{
        padding:2px;
        border:0px solid gray;
        background-color:white;
        margin-bottom:0px;
        }
        
        /* Navigation
        */
        #navigation{
            float:left;
            width:150px;
            padding:0px;
            border:1px;
	    background-image:url(../bilder/menu3.jpg);		
            margin-bottom:10px;
	    margin-top:7px;
            margin-left:3px;
	  
        }
        
                /* Navigation Linkverhalten
                */
                #navigation li a                {display: block;background-color:transparent;width:100%;color:#000098;}
                #navigation li a:hover          {display: block;background-color:#e1e1e1;width:100%;border-left:10px;text-decoration:underline;}
                #navigation li a:active,#active {
                                                display: block;
                                                cursor:default;
                                                background-color:orange !important;
                                                width:100%;
                                                border-left:10px;
                                                text-decoration:underline;
                                                }
                #navigation li a:visited        {}
                
/* SlideShow
        */

#Masthead {
	height: 80px;
	background: transparent url(../img/logo_digitalis.gif) center center no-repeat;
}

#OuterContainer {
	padding: 0;
	margin: 0 auto;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #D7D7FD;
	font-size: 0px;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #D7D7FD;
	}

#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}

#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#About {
	width: 100%;
	text-align: left;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top: 15px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}


        
        /* Der eigentliche Inhalt der Sites
        */
        #inhalt{
            margin-left:160px;padding:5px;line-height:160%;
            border:0px solid cornflowerblue;
	    background-image:url(../bilder/bg1.gif);
            background-color: white;
	    color:#000098;
        }
        /* Der Fußbereich (Footer)
        */
        #footer{
        margin-top:5px;
        border:1px;
	border-color:#000098;
	background-image:url(../bilder/line_oben2.jpg);
        background-color:white;
        }
        

/* Verhalten bei bestimmten Tags
*/        
ul,li{list-style:none;margin:0;padding:5px;}
h3{margin-top:2px;background-image:url(../bilder/line_oben.jpg);}

/*]]>*/
