	
	html, body
        {
    	    font-family: sans-serif;
	    font-size:11px;
    	    margin:0;
    	    padding:0;

	}


	img
	{
		border:0px;
	}

	h1
	{
		font-size:24px;
		font-weight:bold;
	}
	

	#login
	{ 
		position: relative;
		left: 50%;
		width: 800px;
		margin-left: -400px;
		padding:20px; 
		border:1px solid #FF7F7F; 
		background-color:#FFDFDF;
	}

	#error
	{
		color: #EF1D39;
		font-weight:bold;
		font-size:10px;
	}


	div#top 
	{
	    width: 100%;
    	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 110px;
	    border: 1px solid black;
	    border-bottom:0px;
	    background: #FFFFFF;			
	}

	div#left 
	{
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 200px;
	    padding-top:10px;
	    width: 200px;
	    background-color: transparent;
	    border-top:0px none;
	}

	div#main 
	{
	    margin-top: 130px;
	    position: absolute;
	    width: 100%;
		z-index: 1;
	}	

		
	div#middle 
	{
	    margin-left: 200px;
    	    margin-right: 10px;
	    border:0px solid #000000;
	    border-top:0px;
	    padding:10px;
	}


	#menu
	{	
		margin-left:0px; 
		padding-left:0px;
		list-style-type:none;
	}
	

	.blockname
	{
		font-weight:bold;
		font-size:11px;
		padding-left: 5px;
		border-bottom:1px solid #9D9EB3;
		width:90%;
	}


	ul.block
	{
    	    width:99%;
	    padding-left:0.3em;
	    margin-left:0em;
	    border:0px solid #9D9EB3;
	    list-style-image:none;
	    list-style-type:none;
	}

	li.block
	{
	    padding-left:0.3em;
	    list-style-image:none;
	    list-style-type:none;
	}
	
	input.anmeldung
	{
	    background-color:#AEC7FD;
	    border: 2px solid #5c80e1;
	}
	
	input.anmeldungSubmit
	{
	    padding-top:5px;
	    border: 0px;
	}


	a:link.block 	{ color:#003068; text-decoration:none;}
	a:visited.block { color:#003068; text-decoration:none;}
	a:focus.block 	{ color:#003068; text-decoration:none;}
	a:hover.block 	{ color:#FF6600; text-decoration:none;}
	a:active.block 	{ color:#003068; text-decoration:none;}

	#ticket
	{
		width:99%;
		border: 1px solid #000000;
	}
	
	#ticket_group
	{	
		margin-left:2px; 
		padding-left:2px;
		list-style-type:none;
	}

	#ticket_projects
	{
		margin-left:3px;
		padding-left:3px;
		list-style-type:none;
	}
	
	#ticketHead
	{
		background-color:#CFD0FF;
		font-weight:bold;
	}

	#ticketTR1
	{
		background-color:#E0E1EF;
		font-weight:bold;
	}

	#ticketTR2
	{
		background-color:#EFF0FF;
		font-weight:bold;
	}

	a:link { color:blue; text-decoration:none; }
	a:visited { color:blue; text-decoration:none; }
	a:focus { color:blue; text-decoration:underline; }
	a:hover {  color:red; text-decoration:none; }
	a:active { color:lime; text-decoration:underline; }
	
	.yellow
	{
	    background-color:#FEFFAF;
	}
		
	td
	{
    	    font-family: sans-serif;
	}
	
	h2
	{
    	    font-family: sans-serif;	
	}
	
	h3
	{
    	    font-family: sans-serif;	
	}	
	
	
	
#SelectedMenuItem
{
    font-weight: boldeR;
}
