/* Format der Projektseite */

/* Seitenränder festlegen */
body
{
    margin-top:20px;
    margin-left:30px;
    margin-right:30px;
    margin-bottom:20px;
    background-color:#E0E0E0;
    color:#000000;
}

/* Wahl der Schriftart für alle Textelemente außer Formularen */
a,h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,input,select,textarea
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:x-large;
}

h1
{
    border-left-width:2.5em;
    border-left-style:solid;
    border-color:red;
    padding-left:2.5em;
    margin-top:2.5em;
    text-align:justify;
}

.error
{
	border:5px solid red;
	color: red;
	background-color:orange;
	font-size:12px;
	padding:10px;
	position:fixed;
	top:0px;
	left:0px;
}

.ug_layout
{
	text-align:center;
	background-color:#FFFFE0;
	border:0.1em solid #804000;
	margin:0em;
	padding:1em;
	position:relative;
	width:30em;
	overflow:auto;
	font-size:x-large;
}

.ug_members
{
	font-size:smaller;
}

.ug_position
{
	position:relative;
}

h1.usergroups
{
    border:none;
    border-bottom:0.1em solid #804000;
    padding:0;
    padding-bottom:0.1em;
    margin:0;
	margin-bottom:1em;
    font-weight:bold;
    text-align:left;
}

table.usergroups
{
	width:80%;
	table-layout:fixed;
	border:thin solid red;
	empty-cells:show
}

th.usergroups
{
	text-align:left;
}

td.usergroups
{
	border:1px solid #000;
	vertical-align:top;
	overflow:hidden;
	padding:0.3em;
}

form.deleteGroup
{
	color:red;
	text-align:right;
}

input.deleteGroup
{
	color:red;
	text-weight:bold;
}