/* CSS - Cascading Style sheet for the Demetris Koutsogiannis Web pages */


/* Classes */
body, textarea {
	scrollbar-face-color: #CFCFFF;
	scrollbar-shadow-color: #CFCFFF;
	scrollbar-highlight-color: #CFCFFF;
	scrollbar-3dlight-color: #DEECFE;
	scrollbar-darkshadow-color: #1E73A8;
	scrollbar-track-color: #E3EEFF;
	scrollbar-arrow-color: #ffffff;
}

.uebersicht  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12;
        color : #CFCFFF;
}

.infoblatt {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10;
        font-weight : normal;
        color : #33333;
}

.link  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        color : #ffb000;
}


.zitat {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10;
        font-weight : normal;
        color : #ffb000;
	text-align: right;
}

.spalterechts {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10;
        font-weight : normal;
        color : #ffb000;
	text-align: left;
}

.spalterechtsue {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10;
        font-weight : bold;
        color : #333333;
        text-align: left;
}


.liste {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12;
        font-weight : bold;
        color : #33333;
}

.fett {
	font-weight : bold;
	color : #33333;
}

.copy {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 8px;
        font-weight : normal;
        color : #ffffff;
}

.cebit {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        font-weight : bold;
        color : #ffffff;
}


.tourtext {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        color : #333333;
        border-style : none;
        line-height : 14px;
}

.einzeilig {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        font-weight : normal;
        color : #333333;
        border-style : none;
        line-height : 12pt;
}

.eineinhalbzeilig {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        color : #333333;
        border-style : none;
        line-height : 20px;
}

.zweizeilig {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        color : #333333;
        border-style : none;
        line-height : 24px;
}

.relative {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        font-weight : bold;
        color : #7577DB;
        border-style : none;
	line-height:12pt;
}

.relative_text {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 10px;
        font-weight : normal;
        color : #333333;
        border-style : none;
        line-height:12pt;
}


.red  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        color : #ff0000;
}


/* Styles for HTML tags */

h2  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 18px;
        font-weight : bold;
        color : #ffb000;
}

h3  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 14px;
        font-weight : bold;
        color : #333333;
}

td	{
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        color : #333333;
        border-style : none;
        /*line-height : 24px;*/ /* macht massive probleme mit dem Netscape 4! */
}

th	{
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        color : #333333;
        border-style : none;
}

a:link  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
        color : #ffb000;
        text-decoration : none;
}

a:visited  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
        color : #ffb000;
        text-decoration : none;
}

a:active  {
        font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
        color : #ffb000;
        text-decoration : none;
}

a:hover	{
        font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
        color : #7275E4;
        text-decoration : underline;
}

p	{
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 12px;
        font-weight : normal;
        color : #333333;
        line-height:12pt;
}



/*input,select,textarea   {background:WhiteSmoke;border-style : groove;}*/
.groove   {background:WhiteSmoke;border-style : groove;}