 /*
CSS for K. Markov's Homepage 
"gs2010" CSS
*/


#content {
position: relative;
padding: 5px;
margin-left: 180px;
margin-bottom: 0;
margin-top: 56px;
color: #636363;
background-image: url('../fig/a2.gif');
background-repeat: repeat-x;
font-size: 120%;
}

#thema {
margin-top: 30px;
}

#project {
height: 350px;
}

#project h3 {
padding-top: 5px;
padding-left: 5px;
background-image: url('../fig/a2.gif');
background-repeat: repeat-x;
}

#project_fig {
float: right;
margin-right: 20px;
margin-left: 20px;
margin-top: 0px;
}

#project_text {
position: relative;
margin-left: 20px;
text-align: justify;
} 

table {
border-collapse: collapse;
border: 1px solid black;
}

th {
text-align: left;
background: gray;
color: white;
padding: 0.2em;
}

td {
border: 1px solid black;
padding: 0.2em;
}


