/* louis-widmer - inci */

/* Allgemein */
body {
margin:5px 0px 0px 0px;
background-color:#EAE6E7;
}

body, table, td, a, div, span, input, button {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}

a, a:hover {
color:#ffffff;
text-decoration:none;
font-weight:bold;
font-size:14px;
}

a:hover {
text-decoration:underline;
}

a.naviactive, a.naviactive:hover {
text-decoration:underline;
}

img {
border:0px;
}
/* Layout */

.rand {
border: 1px solid #000000;
}

.navi, .inhalt {
color: #ffffff;
padding-left: 10px;
background-color: #ffc0ae;
}

.navi {
height:30px;
padding: 0px 0px 0px 10px;
}

.bottom {
height: 50px;
background-color: #ffc0ae;
padding-top:15px;
padding-right: 15px;
}
	
.blank {
height: 3px;
background-color: #ffffff;
}

/* Inhalt */
.title {
padding:0px 10px 0px 10px;
height: 50px;
color: #666666;
background-color: #f5d8cd;
}

.firstletter {
font-size:18px;
text-decoration:underline;
font-weight:bold;
color:#ffffff;
}

.content, .content2 {
line-height:14px;
color:#ffffff;
padding-bottom:10px;
}
.content {
padding-left:15px;
font-size:12px;
font-weight:bold;
}
.content2 {
font-weight:normal;
}

/* Edit */

.edit {
padding:0px 10px 0px 10px;
background-color: #f5d8cd;
}

input {
border:0px;
background-color:#ffffff;
}

td.formfield {
padding-top:3px;
}
input.formbutton {
width:65px;
}

button {
border:0px;
background-color:#ffffff;
width:65px;
}

