a
{
    color: #F18626;
    text-decoration: none;
}

a:active, a:hover
{
	text-decoration: underline;
}

/* Forms */

form
{
	margin: 0px;
	padding: 0px;
}

input
{
	margin: 0px;
}

table.content input, table.content textarea
{

	border-width: 1px; 
	border-height: 1px; 
	border-color: #5588AA; 
	border-style: dotted;
}

table.checkboxes input, table.checkboxes label
{
	cursor: hand;
}
table.checkboxes input
{
	width: 20px;
	border: none;
}

table.content input.image
{
	width: 37px;
	height: 25px;
	border: none;
	cursor: pointer;
}

.norepeat 
{
    background-repeat: no-repeat;
    background-color: #ffffff
}

/* Tables */

td, th
{
    font-family: verdana,arial;
    font-size: 12px;
    color: #003366;
    vertical-align: top;
	cursor: default;
}

table.content td, table.content th
{
	padding: 2px;
}

tr.over td
{
	color: #F18626;
	cursor: pointer;
}

table.design td.sides
{
    background-repeat: repeat-y;
}

table.design td.head
{
    background-repeat: repeat-x;
}

td.center
{
    text-align:center;
}

td.left
{
    text-align:left;
}

td.right
{
    text-align:right;
}

td.grau
{
    color: #7C7C7C;
    text-align: left;
}

td.blau
{
    color:#0273D9;
}

/* Bilder */

img
{
 border-width:0px;
}
