/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */
.AusstellerTitel
{
	font-size: 18px;
	font-weight: normal;
	font-family: Arial;
	color: #4c4c4c;
}
.AusstellerAdresse
{
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}
.AusstellerBeschreibung
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
}
.StandardText
{
 font-size: 11px;
 font-weight: normal;
 font-family: Arial;
}
.MenuItem
{
 font-size: 11px;
 font-weight: bold;
 font-family: Arial;
}
.FormElementText
{
 font-size: 11px;
 font-weight: bold;
 font-family: Arial;
}
.Hinweis
{
 padding-left: 5px;
 font-size: 10px;
 font-weight: bold;
 font-family: Arial;
 color: Red;
}

.artTitel
{
 font-size: 18px;
 font-weight: normal;
 font-family: Arial;
 color: #4c4c4c;
}

.artText
{
 font-size: 12px;
 font-weight: normal;
 font-family: Arial;
 color: 4c4c4c;
}
.Error
{
 font-size: 10px;
 font-weight: normal;
 font-family: Arial;
 color: red;
}
.sitelink, a.sitelink, a.sitelink:link, a.sitelink:hover, a.sitelink:visited
{
 font-size: 12px;
 font-weight: normal;
 font-family: Arial;
 color: black;
 text-decoration: underline;
}
.smallTitle
{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size:13px;
}
.newsitem, a.newsitem, a.newsitem:link, a.newsitem:hover, a.newsitem:visited
{
 font-size: 12px;
 font-weight: normal;
 font-family: Arial;
 color: black;
 text-decoration: underline;
}
.menu , a.menu, a.menu:link, a.menu:hover, a.menu:visited
{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size:12px;
}
.menuEbene2 , a.menuEbene2, a.menuEbene2:link, a.menuEbene2:hover, a.menuEbene2:visited
{
	font-family: Arial;
	color: #5E5E5E;
	text-decoration: none;
	font-weight: normal;
	font-size:12px;
}
.menuEbene3 , a.menuEbene3, a.menuEbene3:link, a.menuEbene3:visited
{
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}
a.menuEbene3:hover
{
	font-family: Arial;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size:12px;
}
INPUT.textbox
{
	border-style: solid;
	border-color:Gray;
	border-width: 1px;
	font-family: Arial;
	font-size: 11px;
}
INPUT.SearchInput
{
	border:solid gray 1px;
	font-size:12px;
	width: 125px;
	height:22px;
}
INPUT.LoginInput
{
	border:solid gray 1px;
	font-size:12px;
	width: 135px;
	height:22px;
}
INPUT.SearchButton
{
	border:solid gray 1px;
	font-size:12px;
	font-family: Arial;
	width:25px;
	height:22px;
	text-align:center;
	vertical-align:middle;
	padding-top:1px;
	background-color: #a4afcd;
	cursor:pointer;
}
INPUT.LoginButton
{
	border:solid gray 1px;
	font-size:12px;
	font-family: Arial;
	width:45px;
	height:22px;
	text-align:center;
	vertical-align:middle;
	padding-top:1px;
	background-color: #b8c4e6;
	cursor:pointer;
}
TEXTAREA.textbox
{
	width: 240px;
	height: 200px;	
	border-style: solid;
	border-color:Gray;
	border-width: 1px;
	font-family: Arial;
	font-size: 11px;
}
SELECT.combo
{
    border-style: solid;
	border-color:Gray;
	border-width: 1px;
	font-family: Arial;
	font-size: 11px;
}
BODY
{
    BACKGROUND-COLOR: #A8A8A8;
    MARGIN-TOP: 0px;
    font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}
TABLE
{
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}
TD
{
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}


