/*
* CSS fuer lamparter-ortho.com
*
* 2005-03-21
*
* Stefan Joerger <stefan@stefan-joerger.de>
*/

html,body{
 /*background-image: url(../i/backgr.jpg);*/
 background-color: #ffffff; /*f5faff  ebf5ff ddeeff*/
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #000080;
}

h1{
 font-size: 22px;
 margin-bottom: 10px;
}

h2{
 font-size: 20px;
 margin-bottom: 7px;
 text-align: center;
}

h3{
 font-size: 16px;
 margin-bottom: 4px;
 text-align: center;
}

a{
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #000080;
}

table.layout{
 width: 100%;
}

table td{
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-weight: bold;
 color: #000080;
}

table, td{
 vertical-align: top;
}

img, table{
 border: 0;
}

table td.navi ul{
 margin: 0;
 padding: 0;
}

table td.navi li{
 list-style: none;
 text-decoration: none;
}

a.nohighl{
 text-decoration: none;
 color: #000080;
}

table td.navi{
 width: 190px;
 line-height: 170%;
}

div.fsize2{
 font-size: 12px;
}

.bold{
 font-weight: bold;
}

.alignLeft{
 text-align: left;
}

.alignCenter{
 text-align: center;
}

.alignRight{
 text-align: right;
}

/*
* Mai 2010
* Thomas Joerger
*/
table td.main{
 width: auto;
}

table td.teaser{
 width: 180px;
}

.teaserBox{
 margin-bottom: 10px;
 margin-left: 5px;
 padding: 2px;
 border: 1px solid black;
}

.teaserBoxHead{
 background-color: #FFFFFF;
 border-bottom: 1px dotted black;
 text-align: right;
}