/* css-formats for S O T O S : KOLLEKTION 
 * ralf@liedke.de
 */

/* body and soul */

body {
	font-family : Tahoma,Verdana,Helvetica,sans-serif;
	background-color : 8d7e6d;
	font-size : 9pt;
	line-height : 11pt;
	color : white;
	scrollbar-base-color : white;
	scrollbar-3dlight-color : white;
	scrollbar-arrow-color : dimgray;
	scrollbar-darkshadow-color : white;
	scrollbar-face-color : white;
	scrollbar-highlight-color : dimgray;
	scrollbar-shadow-color : dimgray;
	scrollbar-track-color : white;
}

/* elements */

.monotype, input, textarea {
	font-family: Courier,monospace;
	font-size: 8pt;
	line-height: 9pt;
}
input, textarea {
	font-family : Arial,sans-serif;
	font-size : 9pt;
	line-height : 9pt;
}

.emph {
	font-weight : bold;
}

/* tables */

table {
	padding : 0px;
	border-spacing : 0px;
	border : 0px;
	border-color : 8d7e6d;
}

table.general {
	width : 800px;
}

table.icon {
	width : 360px;
}

table.inner {
	width : 100%;
	border-color : dimgray;
}

td.blank {
	width : 150px;
}

td {
	border-color : 8d7e6d;
	border-style : solid;
	border-width : 0px;
	vertical-align : top;
	text-align : left;  
	font-size : 9pt;
	line-height : 11pt;
}

td.main_header {
	height : 50px;
	border-bottom-color : 8d7e6d;
	font-size : 32px;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: 5px;
	color : orangered;
}

td.main {
	width: 360px;
	height: 350px;
	border-bottom-color: 8d7e6d;
	border : 0px;
	color: white;
}

td.keywords_header {
	width : 250px;
	background-color : 8d7e6d;
	color : white;
	border-bottom-color : maroon;
}

td.keywords {
	width : 250px;
	background-color : 8d7e6d;
	color:  white;
}

td.icon {
	height : 100px;
	background-color : 8d7e6d;
	border : 0px;	
	padding-top : 10px;
	padding-left : 5px;
	padding-right : 2px;
}

td.navigation {
	width : 200px;
	height : 40px;
	color : white;
	background-color : 8d7e6d;
	border-left-color : orange;
	border-bottom-color : orange;
	padding-top : 5px;
	padding-bottom : 7px;
	padding-left : 10px;
}

textarea.description {
	font-family : Tahoma,Verdana,Helvetica,sans-serif;
	font-size : 9pt;
	line-height : 11pt;
	color : white;
	background-color : 8d7e6d;
	scrollbar-arrow-color : white;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : 8d7e6d;
	scrollbar-track-color : 8d7e6d;
	border : 0px;
}

/* links and more */

a:link { 
	color : white; 
	text-decoration : none; 
}
a:visited { 
	color : white; 
	text-decoration : none; 
}
a:hover { 
	color : orangered; 
	text-decoration : underline; 
	font-weight : bold; 
}
a:active { 
	color : orange; 
	text-decoration : underline; 
	font-weight : bold; 
}


