/******************************************************************************
 * CSS Document
 */

/******************************************************************************
 * images
 */

/* This tag makes sure that no images will by default have borders.*/
img {border:none}

/******************************************************************************
 * form objects
 */

/* This tag sets the look of text represented inside any input-tag and thereby 
the hieght of the element that contains the text (i.e. text fields, password 
fields, check boxes, radio buttons, file fields, image fields, hidden fields and 
buttons).*/
input {font-family:verdana, sans-serif;font-size:11px;}

/* This tag sets the look of text represented inside any select-tag and thereby 
the hieght of the element that contains the text (combo box or select box ).*/
select {font-family:verdana, sans-serif;font-size:11px;}

/* This tag sets the look of text represented inside text areas and thereby 
the size of the text area that contains the text.*/
textArea {font-family:verdana, sans-serif;font-size:11px;}

/******************************************************************************
 * text
 */
 
h1 {font-family:arial, sans-serif;font-size:18px;text-decoration:none;font-weight:bold;color:#747474}
 
h2 {font-family:arial, sans-serif;font-size:13px;text-decoration:none;font-weight:bold;color:#747474}

.normal_text {font-family:Verdana, sans-serif;font-size:10px;text-decoration:none;font-weight:normal;color:#6D6E70}

.ingres {font-family:verdana, sans-serif;font-size:10px;text-decoration:none;font-weight:bold;color:747474}
 
.sideText {font-family:Verdana, sans-serif;font-size:11px;text-decoration:none;font-weight:normal;color:#888585}

.bildText {font-family:Verdana, sans-serif;font-size:10px;text-decoration:none;font-weight:normal;color:#888585}

.textHeader {font-family:Verdana, sans-serif;font-size:10px;text-decoration:none;font-weight:bold;color:#9A3808}

/******************************************************************************
 * links
 */

a {border:none}
a:hover {border:none}
a:active {border:none}
a:visited {border:none}

a.main_menu {font-family:Verdana, sans-serif;font-size:10px;text-decoration:none;font-weight:bold;color:#ffffff;}
a.main_menu:hover {font-family:Verdana, sans-serif;font-size:10px;text-decoration:underline;font-weight:bold;color:#ffffff;}
a.main_menu:active {font-family:Verdana, sans-serif;font-size:10px;font-weight:bold;color:#ffffff;}
a.main_menu:visited {font-family:Verdana, sans-serif;font-size:10px;font-weight:bold;color:#ffffff;}

a.adress_bar {font-family:Verdana, sans-serif;font-size:10px;font-weight:normal;color:#ffffff;}
a.adress_bar:hover {font-family:Verdana, sans-serif;font-size:10px;font-weight:normal;color:#ffffff;}
a.adress_bar:active {font-family:Verdana, sans-serif;font-size:10px;font-weight:normal;color:#ffffff;}
a.adress_bar:visited {font-family:Verdana, sans-serif;font-size:10px;font-weight:normal;color:#ffffff;}

/******************************************************************************
 * cells
 */
 
/* This tag gouverns all text placed inside cells.*/
td {font-family:Verdana, sans-serif;font-size:10px;text-decoration:none;font-weight:normal;color:#6D6E70}

td.header {font-family:verdana, sans-serif;font-size:12px;text-decoration:none;font-weight:bold;color:#6D6E70;padding-bottom:12px}

td.las_mer {text-align:right;padding-top:10px;padding-right:2px}

/* This tag gouverns the cells i the main menu.*/
td.main_menu {font-family:Verdana, sans-serif;font-size:10px;text-decoration:none;font-weight:bold;color:#ffffff;background-color:#949597;height:26px;padding-right:12px;padding-left:12px;padding-bottom:2px}

/* This tag gouverns the cells i the adress bar.*/
td.adress_bar {font-family:Verdana, sans-serif;font-size:10px;font-weight:normal;color:#ffffff;background-color:#949597;height:26px;padding-right:9px;padding-left:9px}
