 /*
 ========================== seitenaufbau========================== 
*/


/*
*{
	border: 1px solid black;
}

*/


body {
    background-color: #dddddd;
    font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

#page {
	margin-top: 35px;
    border-width: 0px;
    border-style: solid;
    border-color: #838383;
    width: 800px;
    height: 600px; /* hier wegen thumbnails vielleicht etwas mehr*/
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}

#header {
    position: relative;
}

#header h1 {
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 0;
}

#header a, #header a:hover, #header a:active, #header a:visited {
    text-decoration: none;
    color: #c23062;
}

#header_indent {
	margin-right: 15px; 
	margin-left: 30px;	
}

h1 {
    color: #838383;
    font-size: 22px;
    font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
    font-weight: 500;
}

h3 {
    color: #838383;
    font-size: 17px;
    font-weight: 400;
    font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
}

.subheadings {
    color: #838383;
    font-size: 18px;
    font-weight: 300;
    font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
}

#lcol {
    float: left;
    width: 150px;
    margin-top: 275px;
    margin-left: 20px;
    font-size: 11px;
    font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
    text-align: left;
    color: #838383;
}

#mcol {
    float: right;
    width: 400px;
    height: 400px;
    padding: 0;
    top: 0px;
}

.mcol_border {
    border-width: 1px;
    border-style: dotted;
    border-color: #96ccf6;
    overflow: auto;
}

#content {
    float: left;
    top: 40px;
    left: 0px;
    width: 600px;
	height: 410px;
	background-color: white;
}

#biocontent {
    float: left;
    top: 40px;
    left: 0px;
    width: 600px;
    background-color: white;
}

#mybibliocontent {
    float: left;
    top: 40px;
    left: 0px;
    width: 600px;
    background-color: white;
}

#navigation {
    float: right;
    margin-top: 25px;
    margin-right: 25px;
    width: 100px;
    text-align: right;
    color: #838383;
    font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
}

#navi_inside {
    margin-top: 0px;
    border: 1px solid white; /* fuer IE eine weisse Border vergeben
    fixt Problem mit Ausrichtung */
}

.clearfloats {
    clear: both;
}

#innerclear {
    height: 2px;
}

#outerclear {
    height: 2px;
}

#thumbnails {
    width: 405px;
    /*
     height: 110px;
     */
    position: relative;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
}

#thumbnails td {
    width: 80px;
}

#thumbnails a {
    border-style: none;
    border-width: 0;
}

#thumbnails img {
    border-style: none;
    border-width: 0;
}

#thumbnails img:hover {
    opacity: 0.3;
}

.foto {
    border-width: 1px;
    border-style: solid;
    border-color: #838383;
    height: 100%;
    width: 100%;
}

ul {
    font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    list-style-type: none;
    margin-right: 60px;
    padding: 0px;
    text-align: right;
    width: 100%;
}

ul a {
    list-style-type: none;
    text-decoration: none;
    color: #838383;
}

ul a:hover {
    list-style-type: none;
    text-decoration: none;
    color: #c23062;
}

/*
 ================================= stylesliste (reihenfolge wie navigation) ====================================
 */
 
/* ------------------------------------------------------ */

/* 
#index_text {
    font-size: 13px;
    color: #838383;
    padding-bottom: 20px;
    padding-top: 10px;
    margin: 20px 30px 25px 30px;
}
 */

#index_news {
	font-size: 13px;
    color: #838383;
   	padding-bottom: 20px;
    padding-top: 10px;	
	text-align: center;
}
/* ------------------------------------------------------ */

#about_text {
    font-size: 13px;
    color: #838383;
   	padding-bottom: 20px;
    padding-top: 10px;
    margin: 20px 30px 25px 30px;
}

/* ------------------------------------------------------ */

#workslist li {
    padding-bottom: 20px;
    padding-top: 10px;
    margin: 20px 30px 25px 30px;
    text-align: center;
    color: #838383;
    font-size: 17px;
    font-weight: 400;
    font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
}

#workslist a:hover {
    color: #c23062;
}

.work_text {
    font-size: 13px;
    color: #838383;
   	padding-bottom: 20px;
    padding-top: 10px;
    margin: 20px 30px 25px 30px;
}

/* ------------------------------------------------------ */

#cv h3 {
    margin-bottom: 1px;
    border-bottom: 1px dotted #c23062;
}

.cv {
    overflow: auto;
 }
 
#biopage {
	margin-top: 35px;
	margin-bottom: 10px;
    border-width: 0px; /* 0 px makes the border invisible - can be made 1 px if desired */
    border-style: solid;
    border-color: #838383;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    background-color: white; 
}

.biomcol {
    float: right;
    width: 400px;
   	padding: 0;
    top: 0px;
}

.biotext {
    font-size: 13px;
    color: #838383;
    margin-right: 15px; 
	margin-left: 30px;
}

.biotext a {
	font-size: 13px;
	font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
	color: #838383;
	text-decoration: none;
}

.biotext a:hover {
	color: #c23062;
	font-size: 13px;
}

.biotext a span {
	font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
	color: #838383;
	font-weight: 600;
	text-decoration: none;
}

.bio_indent {
	margin-right: 15px; 
	margin-left: 30px;
}

/* ------------------------------------------------------ */

#bibliopage {
	margin-top: 35px;
	margin-bottom: 10px;
    border-width: 0px; /* 0 px has made border invisible */
    border-style: solid;
    border-color: #838383;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}

#biblio_indent {
	margin-right: 15px; 
	margin-left: 30px;
}

/* ------------------------------------------------------ */

#formular {
    margin: 50px 30px 50px 30px;
	width: 75%;
}

#contact_text {
    font-size: 13px;
    color: #838383;
   	padding-bottom: 20px;
    padding-top: 10px;
    margin: 20px 30px 25px 30px;
}

/* ------------------------------------------------------ */

 /* linklistitem bezieht sich auf die Links zu anderen Websiten */

#links {
    text-decoration: none;
    color: #838383;
    font-family: Futura, Helvetica, Verdana, Arial, sans-serif;
    list-style-type: none;
}

.linklistitem {
    list-style-type: none;
    text-decoration: none;
    color: green;
}

a.linklistitem:hover {
    list-style-type: none;
    text-decoration: none;
    color: #c23062;
}

/*
 =======================================================================
 */

 /* linklistitem2 bezieht sich auf die pdf links - z.B. Text zur Arbeit oder CV zum Herunterladen */

.linklistitem2 {
    list-style-type: none;
    text-decoration: none;
    color: #c23062;
    font-size: 11px;
}

a.linklistitem2:hover {
    list-style-type: none;
    text-decoration: none;
    color: #c23062;
    font-size: 11px;
}
/*
 =======================================================================
 */



#link_auf_CV_download {
	position: relative;
	top: 20px;
	left: 300px;
}





