@import url(defaults.css);
@import url(layout_tbl.css);
@import url(layout_div.css);


/*
textarea, select {
	border: 1px solid #cccccc;  
}

input[type=text] {
	border: 1px solid #1c5180;  
}
input[type=checkbox] {
}
*/
input[type=image] {
	border: 0px;   /* graphische Button ohne Rahmen */
}

.Titel {
	font-size: 16px;
	font-weight: bold;
}
.Untertitel {
	font-size: 14px;
	font-weight: bold;
}             
.Lead	{
	font-size: 12px;
	font-weight: bold;
}
.Text	{
	font-size: 12px;
}
.Referenz	{
	font-size: 12px;
}
.Fotoright	{
	font-size: 10px;
	color: #666666;
	margin: 0px;
}
.Legende	{
	font-size: 10px;
	margin: 0px;
}
.Info	{
	font-size: 10px;
}

a.img:hover {
	border: 0px solid #000000;
	background-color: transparent;
}
a.button {
	border: 0px solid #000000;
	background-color: transparent;
}	
img.button {
	border: 0px solid #000000;
}
/*
a:hover img  {
	border: 1px solid #000000;
	background-color: #ff00ff;
}
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


p.Advert_CMS {
	padding: 1px;
	margin: 1px;
}
p.Advert_CMS a {
}
p.Advert_CMS a:link {
}
p.Advert_CMS a:visited {
}
p.Advert_CMS a:hover {
}


/* ------------------------------------------------------------------------------
   	Formulare								
-------------------------------------------------------------------------------- */	
table.form {
}
table.form_titel {
}
td.form_titel {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #333300;
	background-color: #000000;
	text-align: left;
	margin-left: 2px;
}
table.form_array {
}
table.form_group {
}
td.form_group_titel {
	font-weight: bold;
}
td.form_titel_col {
	font-size: 12px;
}
td.form_label {
	font-size: 11px;
}
td.form_wert {
	font-size: 12px;
}
input.small {
}
td.form_Text {
}
table.form_Button {
}

/* ------------------------------------------------------------------------------
   	Foto Fullsize in externem Fenster								
-------------------------------------------------------------------------------- */	
body.foto_fullsize {
	background-color: #ffffff;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
table.foto_fullsize	{ 
    border: 1px solid #000000;
	cellspacing: 0;
	cellpadding: 0;
}
td.foto_fullsize {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
td.foto_fullsize_text {
	font-size: 11px;
	text-align: left;
}
a.foto_fullsize {
	color: #000000;
	text-decoration: none;
}
img.foto_fullsize {
	border: 0px;
}


/* ------------------------------------------------------------------------------
   	Ende						
-------------------------------------------------------------------------------- */