﻿/* *** GeTec            *** */
/* *** Dr. Rolf Wieland *** */
/* *** 24.02.2013       *** */

.style1
{
    width: 138px;
}
.style2
{
    height: 23px;
    vertical-align: top;
}
.style3
{
    width: 138px;
    height: 172px;
}

/* *** **************** *** */
/* *** Height           *** */
/* *** **************** *** */
.h172px 
{
    height: 172px;
}
.h72px
{
    height: 72px;
}

/* *** **************** *** */
/* *** Width            *** */
/* *** **************** *** */
.w100p 
{
    width: 100%;
}
.w72px
{
    width: 72px;
}
.w202px {
    width: 202px;
}

.ValignTop
{
    vertical-align:top;
}

.ValignMiddle
{
    vertical-align: middle;
}
.taCenter
{
    text-align: center;
}
 
.MyStandardButton
{
    height:25px;
    cursor:pointer;
    border-style:solid;
    border-width: thin;
    border-radius:5px;
    background-repeat:no-repeat; 
    background-position:4% center;
}

.MyImageButton
{
    height:25px;
    cursor:pointer;
    border-style:solid;
    border-width: thin;
    border-radius:5px;
    background-repeat:no-repeat; 
    background-position:4% center;
}

.logo
{
	float:left;
	margin:0px;
	padding:0px;
	background-color: #003064;
    height: 72px;
}

.logotxt
{
	float:left;
	margin:0px;
	background-color: #828F95;
	width: 125px;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 50px;
}

.toptitel
{
	margin:0px;
	height: 70px;
	width: 200px;
	padding: 0px;
	vertical-align: middle;
	background-color: #828F95;
	color: #FFFFFF;
	font-size: 22px;
    font-weight: bold;
}

/* *** buttonBar        *** */

.buttonBar
{
    font-size:smaller;
    float:left;
    width:100%;
    margin:0px;
    padding: 0px;
    height: 24px;
}
.buttonBar .left
{
    float:left;
	margin:0px;
    padding: 0px;
    width: 151px;
}
.buttonBar .right
{
    float:right;
	margin:0px;
    padding: 0px; 
}

/* *** divcontainer      *** */

.divcontainer
{
    overflow: hidden;
    white-space: nowrap;  
}

.divcontainer .content
{
    float:none;
    white-space: nowrap;
}