html, body {
	height: 100%;
	border: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #303030;
}

/* --------------------------------------------------------
// Texte
// ------------------------------------------------------*/
.route  {
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 14px;
	color: #505050;
	text-align: left;
	padding-left: 10px;
}

.foot {
	font-family: Verdana;
	font-size: 10px;
	line-height: 16px;
	color: #808080;
}

.status {
	color: #DE424F;
}

/* --------------------------------------------------------
// Bilder
// ------------------------------------------------------*/
.imgDoz {
	border: 1px solid #CCCCCC;
}

/* --------------------------------------------------------
// Tabellen
// ------------------------------------------------------*/
table {
	text-align: left;
}

.tabFrame {
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}

.tabPortalDesc {
	font-size: 10px;
}

#tabPortal td {
	line-height: 16px;
}

#tabContent td {
	line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	vertical-align: bottom;
	border-left: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#tabContentKurs td {
	line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	vertical-align: top;
	border-left: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
}

#tabContentDozSmall td {
	line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	vertical-align: bottom;
	border-left: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
}

#tabContentDoz td {
	line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
	vertical-align: top;
	border-left: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
}

/* --------------------------------------------------------
// Links
// ------------------------------------------------------*/
a {
	color: #303030;
	text-decoration: none;
	padding: 1px;
}

a:hover {
    color: #808080;
    padding: 1px;
    text-decoration: underline;
}

a.inText {
	color: #303030;
	text-decoration: underline;
	padding: 1px;
}

a.inText:hover {
	color: #808080;
	text-decoration: underline;
	padding: 1px;
}

a.foot {
	text-decoration: none;
}

a.foot:hover {
	text-decoration: underline;
}

a.popup {
	font-weight: bold;
	text-decoration: none;
	color: #CA5B56;
}

a.popup:hover {
	font-weight: bold;
	text-decoration: none;
	color: #CA5B56;
}

/* --------------------------------------------------------
// Formularalemente
// ------------------------------------------------------*/
form {
	display: inline;
}

#tutor input, textarea, select {
	background-color: #F5E9D6;
	white-space: nowrap;
}

#student input, textarea, select {
	background-color: #C9E0C1;
	white-space: nowrap;
}

#kontakt input, textarea, select {
	background-color: #DDE9E9;
	white-space: nowrap;
}

input {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #505050;
	text-align: left;
	border: #CCCCCC 1px solid;
}

textarea {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #505050;
	text-align: left;
	border: #CCCCCC 1px solid;
}

select {
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #333333;
    border: #CCCCCC 1px solid;
}