body 
{
margin:0px;
background:silver;
padding:10px;
}

.bodytext
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:silver;
}

em
{
color:rgb(78,105,146);
}

#scotweb
{
border-width:1px;
border-style:solid;
border-color: rgb(78,105,146) rgb(78,105,146) rgb(78,105,146) rgb(78,105,146);
background:rgb(1,3,20);
max-width:1280px;
padding:10px;
_width: expression(document.body.clientWidth > 1280? "1280px" : "auto");
}

#divBannerImage
{
 position:absolute;
 display:none;
}

#content_back
{
position:absolute;
top:30px;
left:0;
text-align:right;
_width: expression(document.body.clientWidth > 1280? "1280px" : "96%");
width:96%;
overflow:hidden;
max-width:1280px;
}


#content_back .top
{
text-align:right;
}

#content_back .bottom
{
position:absolute;
top:0px;
left:20px;
display:none;
}

.title
{
 padding-top:250px;
 text-align:center;
}

.title2
{
 text-align:center;
}

#header 
{
position: relative;
z-index:10;
height:115px;
border-width:1px;
border-style:solid;
border-color: rgb(70,70,70) rgb(13,13,15) rgb(13,13,15) rgb(70,70,70);
margin-bottom:10px;
}

#header .content
{
position: relative;
_position:absolute;
top: 0; /* These positions makes sure that the overlay */
bottom: 0;  /* will cover the entire parent */
left: 0;
z-index:15;
padding:10px;
}

#header .transparent
{
height:100%;
display:block;
}

.mainmenue
{
border-bottom:1px solid silver;
padding-top:10px;
width:100%;
}

.submenue
{
z-index:20;
margin-top:3px;
}

.browser
{
float:right;
}

.language
{
float:right;
}

#colmask
{
 position:relative;	/* This fixes the IE7 overflow hidden bug */
 clear:both;
 width:100%;		/* width of whole page */
 overflow:hidden;	/* This chops off any overhanging divs */
 z-index:10;
}

.colmid,
.colleft {
	float:left;
	width:100%;	
	position:relative;
}

.colmid {
right:25%;	/* width of the right column */
}

.colleft {
right:25%;	/* width of the middle column */
}

#center
{
float:left;
position:relative;
width:23%;			/* width of center column content (column width minus padding on either side) */
left:101%;			/* 100% plus left padding of center column */
}

#center .content
{
padding-top:280px;
text-align:center;
}

#center .content2
{
padding-top:280px;
}

#left
{
float:left;
position:relative;
z-index:20;
text-align:middle;
width:50%;			/* Width of left column content (column width minus padding on either side) */
left:27%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

#left .content
{
position:relative;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:silver;
padding:10px;
border-width:1px;
border-style:solid;
border-color: rgb(70,70,70) rgb(13,13,15) rgb(13,13,15) rgb(70,70,70);
z-index:25;
}

#left .text
{
z-index:15;
}


#right
{
position:relative;
overflow:hidden;
float: left;
width:25%;			/* Width of right column content (column width minus padding on either side) */
left:52%;			/* Please make note of the brackets here:
				(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

.top
{
text-align:right;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color: Silver; 
}

#right .content
{
 position:relative;
 padding:10px 10px 10px 10px;
 border-width:1px;
 border-style:solid;
 border-color: rgb(70,70,70) rgb(13,13,15) rgb(13,13,15) rgb(70,70,70);
 z-index:15;
}

.content_intro
{
position:relative;
left:0px;
margin: 0px;
height:400px;
max-width:1240px;
}

.maincontent
{
position:relative;
clear:both;
}

#footer
{
position:relative;
z-index:10;
height:38px;
border-width:1px;
border-style:solid;
border-color: rgb(70,70,70) rgb(13,13,15) rgb(13,13,15) rgb(70,70,70);
vertical-align:bottom;
margin-top:10px;
}
    
#footer .content
{
position: relative;
top: 0; /* These positions makes sure that the overlay */
bottom: 0;  /* will cover the entire parent */
left: 0;
z-index:15;
padding:10px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: Silver; 
}

#footer .transparent
{
height:100%;
display:block;
}

.LinkHeader
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:silver;
padding-bottom:10px;
}

.IntroLink
{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:silver;
text-decoration: none;
}

.label 
{
line-height:11px;
vertical-align:middle;
font-family: Arial, Helvetica, sans-serif;
color:silver;
font-size:11px;
font-style:normal;
font-weight:normal;
margin-top:5px;
margin-left:0px;
margin-bottom:5px;
margin-right:0px;
}



.textInput
{
width:100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
border-style: solid;
border-color: #a5acb2;
padding-left: 4px!important;
padding-right: 3px!important;
padding-bottom: 1px!important;
padding-top: 1px!important;
border-width: 1px;
margin-right:0px!important;
margin-top:0px!important;
margin-bottom:0px!important;
margin-left:0px!important;
background:silver !important;
}

.AddLink
{
padding-top:10px;
}

.button
{
background-color: #003565;
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
font-family: Arial;
border-width: 0px;
text-align: center;
cursor:pointer;
padding:0px;
margin-top:10px;
}

.tx_ablinklist_treeView_links
{
 margin-top:5px;
}

.tx_ablinklist_viewAddNewLink
{
font-family: Arial, Helvetica, sans-serif;
color:silver;
font-size:11px !important;
font-style:normal;
font-weight:normal;
}

.tx_ablinklist_treeView_category_level_2
{
 margin-top:10px;
 color:rgb(78,105,146);
}

#map
{
margin-top:10px;
overflow:hidden;
height:300px;
}

a
{ 
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: Silver; 
}
a:active
{  
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: Silver;
} 

a:visited
{ 
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: Silver; 
} 

a:hover
{ 
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: white;
} 

b
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:silver;
}

.transparent
{
  position: absolute;
  top: 0; /* These positions makes sure that the overlay */
  bottom: 0;  /* will cover the entire parent */
  left: 0;
  background: silver;
  width:100%;
  opacity: 0.1;
  -moz-opacity: 0.1; /* older Gecko-based browsers */
  filter:alpha(opacity=10); /* For IE6&7 */
  z-index:5;
  height:100%;
  display:none;
}

.impressum
{
float:right;
}

/* default styles for extension "tx_veguestbook_pi1" */
	
	.tx-veguestbook-pi1 .tx-guestbook-form-error {
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px !important;
		color: Red; 
		font-weight:bold;

	}
	
	.tx-veguestbook-pi1 .tx-guestbook-text
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px !important;
		color:silver;
		text-align:center;
		margin:10px !important;
	}
	
	.tx-veguestbook-pi1 ul li {
		color:Red;
	}
	
	.tx-veguestbook-pi1 ul {
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-size:10px !important;
		float:left;
		margin-bottom:10px;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-family: Arial, Helvetica, sans-serif;
		font-size:10px !important;
		color: White; 
		float:right;
	}


	.tx-veguestbook-pi1 .tx-guestbook-entry {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px !important;
		color: White !important; 
	}	
	
	.tx-veguestbook-pi1 .tx-guestbook-header {
		clear:both;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px !important;
		color: White; 
		background:rgb(78,105,146);
		padding:2px; 
	}

	.tx-veguestbook-pi1 .tx-guestbook-left {
		float:left;
		width:70%;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px !important;
		color: Silver; 
	}
	
	* html .tx-veguestbook-pi1 .tx-guestbook-left {
		height:4em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left p {
		font-size:68.75%;
		color:#333;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		font-size:75%;
		color:#333;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
		font-size:68.75%;
		color:#990000;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:75%;
		color:#990000;
		font-weight:bold;
		background:none;
		padding:0.25em 0em 0em 0em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-style: italic !important;
		font-size:11px !important;
		color: #FFF !important; 
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		clear:both;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date {

		font-family: Arial, Helvetica, sans-serif;
		font-size:11px !important;
		color: Silver; 
		display:block;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-latest-more a {
		background:#EEE;
		display:block;
		margin-top:0.25em;
		padding:0.125em 0.5em 0.25em 0.125em;
		text-align:right;
		font-weight:bold;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-latest-more a:hover {
		background:#990000;
		color:#FFF;
		text-decoration:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear:both;
		display:block;
		float:left;
		width:6em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:10em;
		margin-top:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
		margin-top:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width:30em;
		display:block;
		float:left;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	

	.tx-veguestbook-pi1 .tx-srfreecap-pi2-image
	{
	 	margin-left:0px;
	 	margin-top:10px;
	 	width:100%;
	}
	
	.tx-veguestbook-pi1 .tx-srfreecap-pi2-cant-read
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px !important;
		color: Silver; 
	}

  .tx-veguestbook-pi1 .tx-guestbook-clear {
    clear:both;
    display:block;
  }
  
   .tx-veguestbook-pi1 legend {
    display:none;
  }
  
  .tx-veguestbook-pi1 fieldset {
    border:none;
  }

  .tx-asfkusercounter-text-pi1
  {
   float:left;
   margin-right:5px;
  }
    
  .tx-asfkusercounter-pi1
  {
   float:left;
   margin-right:5px;
   font-weight:bold;
  }
  
.tx_ablinklist_listView_linkRate
{
line-height:11px;
vertical-align:middle;
font-family: Arial, Helvetica, sans-serif;
color:silver;
font-size:11px;
font-style:normal;
font-weight:normal;
}

.tx_ablinklist_listView_Info
{
line-height:11px;
vertical-align:middle;
font-family: Arial, Helvetica, sans-serif;
color:silver;
font-size:11px;
font-style:normal;
font-weight:normal;
margin-bottom:10px;
}

.imgtext-table
{
 display:none;
}

.csc-firstHeader
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px !important;
color: White; 
background:rgb(78,105,146);
padding:2px; 
}

.csc-form-label
{
line-height:11px;
vertical-align:middle;
font-family: Arial, Helvetica, sans-serif;
color:silver;
font-size:11px;
font-style:normal;
font-weight:normal;
margin-top:5px;
margin-left:0px;
margin-bottom:5px;
margin-right:0px;
}

td.csc-form-fieldcell input
{
width:150px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
border-style: solid;
border-color: #a5acb2;
padding-left: 4px!important;
padding-right: 3px!important;
padding-bottom: 1px!important;
padding-top: 1px!important;
border-width: 1px;
margin-right:0px!important;
margin-top:0px!important;
margin-bottom:0px!important;
margin-left:0px!important;
background:silver !important;
}