body {
       font-size: 14pt;
       background: #ffffff;
       margin: 0px auto;
       text-align: center;
			}

body, html {
      scrollbar-face-color: #bbbbbb;
      scrollbar-shadow-color: ThreeDDarkShadow !important;
      scrollbar-highlight-color: #bbbbbb !important;
      scrollbar-3dlight-color: ThreeDLightShadow !important;
      scrollbar-darkshadow-color: ThreeDDarkShadow !important;
      scrollbar-track-color: #999999 !important;
      scrollbar-arrow-color: #ff5500 !important;
      }

h3     {
        color: #ff5500;
        }

h4     {
       color: #888888;
       }

.name  {
       color:#888888;
       font-size:12px;
       }

a:link {
       color: #888888;
       text-decoration: none;
       }

a:hover {
        color: #ff5500;
        text-decoration: none;
        }

a:visited {
        color: #888888;
        text-decoration: none;
        }

.header {
        font-family: Arial, Serif;
        font-size: 10px;
        color: #000000;
        background-color: #ffffff;
        text-align: left;
        }

.content {
		position: absolute;
		width: 800;
		height:450;
		top: 120;
		left: 25;
		z-index: 0;
        }

.content_il {
		width: 350;
		height:420;
        margin:10;
        padding: 10;
		z-index: 0;
        background-color: #ffffff;
        font-family: Arial, Serif;
        color: #000000;
        font-size: 12px;
        float:left;
        }

#welcome {
        width: 350;
		height:430;
        margin:10;
        background-color: #ffffff;
        font-family: Arial, Serif;
        color: #000000;
        font-size: 12px;
}


.content_il_scroll {
		width: 360;
		height: 420;
        padding: 10;
		z-index: 0;
        background-color: #ffffff;
        font-family: Arial, Serif;
        color: #000000;
        font-size: 10px;
        overflow: auto;
        float:left;
        }

.content_il_scroll i {
        color: #888888;
        }



.content_ir {
		width: 300;
		height:420;
		padding:10px;
        margin:10px;
        font-family: Arial, Serif;
		z-index: 0;
        text-align:right;
        }

#wrapper {
        width: 820px;
        margin: 0 auto;
        text-align: left;
        position: relative;
}

.maintable {
        margin-top: 50px;
        margin-left: 40px;
        width: 800px;
        height: 550px;
        background-color: #ffffff;
        }

.resume_usa {
        width: 620px;
        height: 395px;
	    background-color : transparent;
        background-image: url(../img/resume0.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        margin: 0px;
    	overflow: auto;
        z-index:1;
        }

.resume_ger {
        width: 620px;
        height: 395px;
	    background-color : transparent;
        background-image: url(../img/resume0.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        margin: 0px;
    	overflow: auto;
        z-index:1;
        }


.resume_usa td {
        font-family: Arial, Serif;
        color: #000000;
        font-size: 10px;
        }

.resume_ger td {
        font-family: Arial, Serif;
        color: #000000;
        font-size: 11px;
        padding:0px 10px;
        }

.footer {
        font-family: Arial, Serif;
        font-size: 10px;
        color: #000000;
        background-color: #ffffff;
        text-align: left;
        padding-left: 5px
        }

