html {
    font-size: 70%;
}

body, p {
    font-family: Verdana, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
}


h2 {
    font-family: Verdana, sans-serif;
    font-size: 1.3em;
    margin: 1em 0;
    color: #333;
}

h3 {
    margin: 10px 0 5px 0;
    padding-left: 22px;
    background: url(../img/main_h2.gif) 0 45% no-repeat;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #F29400;
}

h3 a:link, h3 a:active, h3 a:hover, h3 a:visited {
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #F29400;
    text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
    font-weight: normal;
    color: #333;
}

table {
    font-size: 1em;
}

.pdf, .link, .onlinedemo, .callback, .anfrage {
    display: block;
    padding-left: 14px;
}

.pdf {
    background: url(../img/pdf_mini_icon.gif) 1px 3px no-repeat;
}

.link {
    background: url(../img/external_mini_icon.gif) 1px 3px no-repeat;
}

.onlinedemo {
    background: url(../img/onlinedemo_mini_icon.gif) 1px 3px no-repeat;
}

.callback {
    background: url(../img/callback_mini_icon.gif) 1px 3px no-repeat;
}

.anfrage {
    background: url(../img/anfrage_mini_icon.gif) 1px 3px no-repeat;
}

#maincontent ul .check li, #glossar ul .check li, #popup_content ul .check li {
    margin-left: 25px;
    list-style-image: url(../img/list_img_check.gif);
}

/* EDITOR FORMATS */

#Editor select{
	width:auto;
	border: 1px solid #555; 
}


#Editor textarea{
	width:auto;
	border: 1px solid #555;
}

#Editor input{
	width:auto;
	border: 1px solid #555;
}

td {
	margin: 1px;
	padding: 1px;
}