.text {
    font-size: 70%;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #6B7FA8;
    margin: 0px;
    padding: 0px;
}
.innerlink {
	font-size: 60%;
	font-style: italic;
	text-decoration: none;


}
.mainLink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.link {
	text-decoration: none;
}
.header {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.mainstyle {
    font-size: 70%;
}
.ministyle {
    font-size: 60%;
}
.transparent70 {
    filter: Alpha(Opacity=85, FinishOpacity=85);
}
.transparent100 {
    filter: Alpha(Opacity=100, FinishOpacity=100);
}

.noborder {
    border: 0px none;
}
.content {
    font-size: 75%;
    text-align: justify;
}
.label {
    font-size: 70%;
    font-weight: bold;
    padding-top: 5px;
}
.input {
    font-size: 70%;
}
.inputButtons {
    font-size: 75%;
    border: thin outset #FFFFFF;
    background-color: #6B7FA8;
    font-weight: bold;
    color: #FFFFFF;
}
.border {
    border: 1px solid #FCB248;
}
.start {
    color: #213775;
}
.read {
    font-size: 75%;
}
.ora {
    color: #FCB248;
}
.tooltip {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000033;
    padding: 10px;
    width: 60%;
    border: 1px solid #FF6600;
    position: absolute;
    filter: Alpha(Opacity=70);
}
.tooltip100 {
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    position: relative;
    filter: Alpha(Opacity=100);
}
#teaserText {
    overflow: hidden;
    position: absolute;
    width: 600px;
    left: 100%;
    top: 100%;
}
#TeamResumee ul {
    width: 37.5em;
}
#TeamResumee li {
    margin-left: 1.5em;
    margin-bottom: 0.5em;
}