/*
 *
 * CSS for www.foyerhandicap.ch
 *
 * Copyright (c) 2007 Alexis Domjan
 *
 * $Id: main.css,v 1.11 2008/04/21 13:06:44 adomjan Exp $
 *
 */


body.normal {
   margin: 0px;
   padding: 0px;
   background-color: white;
   background-image: url(../images/fond-gris.jpg);
   background-position: 50 0;
   background-repeat: repeat-y;
   font-family: "Trebuchet MS", "Helvetica", sans-serif;
}

div.main {
   position: absolute;
   top: 150px;
   left: 300px;
   width: 550px;
   border: 1px solid black;
   
}

	    
div.menu {
   position: absolute;
   top: 135px;
   left: 100px;
   width: 200px;
   height: 600px;
   background-image: url(../images/menu-bgnd.jpg);
   background-repeat: no-repeat;
}

div.news {
   position: absolute;
   top: 150px;
   left: 830px;
   width: 120px;
   border-left: #c0c0c0 1px solid;
   background-color: #f0f0f0;
}


div.menu-element {
   position: relative;
   left: 52px;
   width: 121px;
   height: 20px;
   text-align: left;
   vertical-align: middle;
}

div.menu-image {
   position: absolute;
   top: 0px;
   left: 126px;
   width: 10px;
   height: 16px;
}


#top { border-top:  #a0a0a0 1px solid; }

a.link {
   color: #505050;
   text-decoration: underline;
}

a.link:hover {
   color: black;
}


a.menu { 
   display: block;
   padding: 2px;
   font-size: 10pt;
   color: black;
   text-decoration: none;
   border-bottom: #a0a0a0 1px solid;
   font-weight: normal;
}

a.menu:hover { 
   font-size: 10pt;
   color: #000030;
   font-weight: normal;
   text-decoration: none;
   background-color: #c0c0ff;
}


a.menu-sel { 
   display: block;
   padding: 2px;
   font-size: 10pt;
   color: black;
   text-decoration: none;
   background-color: white;
   border-bottom: #a0a0a0 1px solid;
   font-weight: normal;
}

a.menu-sel:hover { 
   font-size: 10pt;
   color: #000030;
   font-weight: normal;
   text-decoration: none;
   background-color: #e0e0ff;
}


a.impressum {
   font-size: 7pt;
   text-decoration: none;
   color: #b0b0b0;
}

a.impressum:hover {
   text-decoration: underline;
}



p.title {
   font-size: 12pt;
   font-weight: bold;
   color: #707070;
   border-bottom: #909090 1px solid;
   display: block;
   padding-top: 0px;
   margin-top: 15px;
}

p.subtitle {
   font-size: 11pt;
   font-weight: bold;
   color: #707070;
}

td {
   font-size: 10pt;
   font-weight: normal;
   color: #404040;
}


p.normal {
   font-size: 10pt;
   font-weight: normal;
   color: #404040;
}

p.article {
   font-size: 10pt;
   font-weight: bold;
   text-decoration: underline;
   color: #404040;
}

ul {
   font-size: 10pt;
   font-weight: normal;
   color: #404040;
}

ul.list {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0 0 0 15px;
    padding: 0;
    list-style-image: url("http://www.foyerhandicap.ch/images/triangle-noir.png");
}



#justify { text-align: justify; }
#center { text-align: center; }
#left { text-align: left; }
#right { text-align: right; }

img.space-borded-right {
   margin-left: 10px;
   border: #707070 1px solid;
   padding: 2px;
}


img.space-borded-left {
   margin-right: 10px;
   border: #707070 1px solid;
   padding: 2px;
}

img.center-borded {
   border: #707070 1px solid;
   padding: 2px;
}




img.link {
   border: 1px solid #ddd;
}

img.link:hover {
   border: 1px solid #222;
}

