/*page-all*/
.container 
{
}
.head
{
padding: 1% 2%;
background-color: #00FF00;
}
.con
{
}
.foot
{
}
/*links for other pages in this site*/
.navi 
{
list-style: none;
float: left;
background-color: #ffffff;
/*background-color: #ffffcc;*/
border: 1px solid #c0c0c0;
overflow: visible;
width: 15%;
text-align: center;
margin: 0.3%;
}
.navi a/*normal*/
{
background-color: #ffffff;
/*background-color: #ffffcc;*/
display: block;
line-height: 25px;
font-weight: bold;
text-decoration: none;
}
.navi a:hover/*point*/
{
background-color: #e0e0e0;
/*background-color: #ffcc99;*/
text-decoration: none;
}
.navi a:active 
{
background-color: #e0e0e0;
text-decoration: none;
}
.navi a:visited 
{ 
}

/*+++++INDEX+++++*/
.update_stitle
{
font-size: 96%;
font-weight: bold;
}
/*message*/
.welcome
{
width: 70%;
padding: 5%;
text-align: center;
}
/*menues in index*/
.idx_sec {
width: 100%; 
font-size: 90%; 
}
/*midashi*/
.idx_sec h2 {
margin: 0; 
padding: 1%; 
background-color: #FF7F00; 
/*border-bottom: 1px #c0c0c0 solid; */
font-size: 110%;
}
/*in idx_sec*/
.idx_sec p {
margin: 1%; 
}
/*contakt_me_cell*/
.idx_con_me
{
font-size: 110%;
font-weight: bold;
}


/*+++business profile - Ronald Fischer - Profil - business.htm+++*/
/*+++projects - Projekte - projekte.htm+++*/
/*menues in profil and projekte*/
.profj_sec {
width: 96%; 
margin: 0 2%;
font-size: 90%; 
}
.profj_sec h2 {
margin: 0; 
padding: 1%; 
background-color: #e0e0e0; 
font-size: 110%;
}
.profj_sec p {
margin: 1%; 
}
/*top pic of profil page*/
.prof_tpic
{
padding: 0 5%;
}


/*+++CV(busines) - Beruflicher Werdegang - beruflic.htm+++*/
.cv_b {
padding: 1%;
background-color: #ffffff;
}
/*box*/
.cv_b_sec {
width: 96%; 
margin: 0 2%;
border: 1px #c0c0c0 solid; 
}
/*midashi*/
.cv_b_sec h2 {
position: relative; /* for IE6 */
width: 5em;
margin: -0.6em 0 0 1%;
background-color: #ffffff;
font-size: 100%; 
text-align: center;
}
/*in box*/
.cv_b_sec p {
margin: 1em; 
}


/*+++CV(Education) - Ausbildung / Fortbildung - fortbild.htm+++*/
.cv_e {
padding: 1%;
background-color: #ffffff;
}
/*box*/
.cv_e_sec {
width: 96%; 
margin: 0 2%;
border: 1px #c0c0c0 solid; 
}
/*midashi*/
.cv_e_sec h2 {
position: relative; /* for IE6 */
width: 3em;
margin: -0.6em 0 0 1%;
background-color: #ffffff;
font-size: 100%; 
text-align: center;
}
/*in box*/
.cv_e_sec p {
margin: 1em; 
}


/*+++Links+++*/
/*go back to index*/
.go_back
{
width: 50%;
padding: 1% 5%;
}
/*using <profj_sec*/
/*line inside box*/
hr.inb
{
width: 75%;
text-align: center;
border-style: dotted none none none;
border-top-width: 1%;
border-top-color: #00FF00;
height: 10%;
}
hr.end_bfoot
{
width: 96%;
text-align: center;
border-style: dotted;
border-top-width: 1%;
border-top-color: #e0e0e0;
height: 1%;
}

















