/* 
    Document   : main
    Created on : 16.5.2010, 12:33:16
    Author     : Martin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body { background: url(../images/body-bck.png) repeat-x; }
h1 {color:#19303D; font-family:Georgia,"New York CE",utopia,serif; font-size:26px; margin:0px 0 5px 0;}
p { color:#322F3E; font-family:Georgia,"New York CE",utopia,serif; text-align: justify }


img.avatar { border: 5px solid #95C8E0; margin-right: 15px; float: left }

.left {float:left}
.right {float: right}

/* table */
table tr td { width: 50%; vertical-align: top; padding: 10px; }

/* 2010 */
.y2010.heading { color: #DE1562; font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; font-size: 18px; }

.clear { clear: both; }

.heart { background: url(../images/heart.png) no-repeat; padding-left: 60px; height: 48px; color:#19303D; padding-top: 10px; }

#unfluid { width: 800px; position: relative; margin: auto; top: 20px; padding: 15px}

#logo { float: right; }
.headline { margin-bottom:10px;}

.leftc { width: 330px; }

.portft tr td { vertical-align: top;  }



