/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
	background-color: white;
}

A
{
    COLOR: #144795;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: #144795;
    TEXT-DECORATION: underline
}
A:unknown
{
    COLOR: #144795;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: #144795;
    TEXT-DECORATION: none
}

.mnutable
{
	width: 194px;
}

.navtd
{
	width: 195px;
	height: 430px;
}

.bertd
{
	width: 195px;
	height: 300px;
}

.pictd
{
	width: 256px;
	height: 430px;
	padding-top: 60px;
	padding-right: 30px;
}


.content
{
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #144795;
	text-decoration: none;
	width: 519px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
}

.footer
{

	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #144795;
	text-decoration: none;
	text-align: center;
	padding-bottom: 10px;
}

.maintable
{
	border-left: 1px solid #4D99D7;
}

.link
{
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	color: #144795;
}

A.link
{
	color: #144795;
	text-decoration: underline;
}

A.link:hover
{
	color: #144795;
	text-decoration: none;
}

.developedby
{
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
}

A.developedby
{
	text-decoration: none;
	text-align: right;	

}

A.developedby:hover
{
	text-decoration: underline;
}

.contenttd
{
	text-align: justify;
	font-family: arial,verdana;
	font-weight: normal;
	font-size: 12px;
	color: #202377;
	text-decoration: none;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 40px;
}

.contenttext
{
	text-align: justify;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

.cat
{
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

A.cat
{
	text-decoration: none;
}

A.cat:hover
{
	text-decoration: underline;
}

.cat_aktiv
{
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #222222;
	text-decoration: none;
	vertical-align: middle;
}

A.cat_aktiv
{
	text-decoration: none;
}

A.cat_aktiv:hover
{
	text-decoration: underline;
}

.catpage
{
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #144795;
	text-decoration: none;
}

A.catpage
{
	text-decoration: none;
}

A.catpage:hover
{
	text-decoration: underline;
}

.catpage_aktiv
{
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #144795;
	text-decoration: underline;
}

A.catpage_aktiv
{
	text-decoration: underline;
}

A.catpage_aktiv:hover
{
	text-decoration: underline;
}

.smalllink
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #144795;
}

A.smalllink
{
	text-decoration: underline;
}

A.smalllink:hover
{
	text-decoration: none;
}

.smalllink_weiss
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
}

A.smalllink_weiss
{
	text-decoration: underline;
}

A.smalllink_weiss:hover
{
	text-decoration: none;
}

.headertext
{
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	padding-top: 12px;
	padding-left: 27px;
}