﻿/* 
############################################################################################
Styledefinitionen AxCMS Controls LIBx
    kreis-soem.de
    Themes Orange
    
Fischer, Marco 2012
################################
    */

a, a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

hr
{
	height: 1px;
	color: #FFFFFF;
}

#locator
{
	padding: 5px 0 10px 0;
	border-bottom: 1px dotted #808080;
	margin-bottom: 15px;
}

/*** STRUCTUREELEMENTS ***/

.AxImageTextTable {
    height: auto;
}

.AxImageTextTable_Image {
    vertical-align: top;
    text-align: center;
}

.AxImageTextTable_Text {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: left;
    vertical-align: top;
}

#sitemap
{
	padding: 0 0 0 25px;
}

#sitemap a,
#sitemap a:visited,
#sitemap a:active
{
	text-decoration: none; 
	line-height: 25px;
}

#sitemap a:hover
{
	text-decoration: underline;
}

h1
{
	font-weight: bold;
	font-size: 14px;
	color: #f49b00;
	line-height: 20px; 
	display: block;
	margin-bottom: 10px;
}

h2,.headline
{
	font-weight: bold;
    font-size: 12px;
	line-height: 18px;
	padding-bottom: 4px;
	display: block;
	margin: 0;
	color: #f49b00;
}

.highlight 
{
  	color: #f49b00;
 }

    
hr
{
	height: 1px;
	color: #f49b00;
	border: 0;
}

.borderheadline
{
	font-weight: bold;
	line-height: 18px;
    color: #f49b00;
	border-bottom: solid 1px #f49b00;
	margin-bottom: 7px;
}
    
.smallhighlight
{
	color: #f49b00;
}

/* PageContent: Styledefinition für Basistabellen im Content  */ 

.StartPageContentTable
{
    width: 100%;
}

 
     
/* /PageContent: Styledefinition für Basistabellen im Content*/