﻿/* Allgemeine Definitionen */

body, div, td
{
	font-family: verdana,arial;
	font-size: 12px;
}

body 
{
	background-color: White;	
	margin: 0;
	padding: 0;
}

div.content
{
	width: 600px;	
	float: left;
}

h2
{
	font-family: Arial;
	font-size: 14px;
	color: #333333;
}

.button
{
	background-color: White;	
	font-family: Verdana;
	font-size: 11px;
    border: 2px solid #999999;
    color: #000000;
    text-transform:uppercase;
}

.input
{
	border: solid 1px #999999;
}

.password
{
	width: 150px;
}

/* Listen */

.list
{
	border: solid 1px black;
}

.rowstyle
{
	height: 20px;
}

.alternatingrowstyle
{
	background-color: White;
	height: 20px;
}

.headerstyle
{
	font-weight: bold;	
	background-color: White;
	height: 20px;
}

a.link
{
	background-image: url('images/dreieck.gif');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: Black;
	padding-left: 8px;		
}

a.link:hover
{
	text-decoration: underline;	
}

.next
{
	text-align: center;
}

/* Eingangsseite */

#default_register
{
	background-color: #b30000;
    color: #FFFFFF;	
	width: 300px;		
	height: 200px;	
	margin: 0;
	float: left;	
	padding: 10px 10px 10px 10px;
}

#default_register h2
{
	color: #fff;
}

#default_login
{
	background-color: #e6e6e6;	
	float: left;
	width: 260px;	
	height: 200px;			
	padding: 10px 10px 10px 10px;
	margin: 0;
}

/* Registrieren */

.nextstep
{
	background-image: url('images/dreieck.gif');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: Black;
	padding-left: 8px;		
}

/* User */
#user_header
{
	height: 35px;	
	font-size: 20px;
	font-weight: bold;
}

#user_navi
{
	background-color: #e6e6e6;	
	height: 20px;
	padding: 5px 0px 0px 5px;
}

#user_navi a, #user_navi span
{
	margin: 0 2px 0 2px;
}

#user_body
{
	background-color: #f8f8f8;
	padding: 10px 10px 10px 10px;	
}

.head
{
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}

a.user_navilink
{
	background-image: url('images/dreieck.gif');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: Black;
	padding-left: 8px;
	padding-right: 5px;
	border-right: solid 1px black;
}

a.user_navilink:hover
{
	text-decoration: underline;	
}

.user_naviactive
{
	font-weight: bold;
	padding-right: 5px;
	border-right: solid 1px black;
}

#legend
{
	float: right;
	width: 250px;
	border: solid 1px black;
	background-color: White;
	padding: 5px 5px 5px 5px;
}

/* Kategoriebaum */

.categoryselection
{
	height: 20px;
	background-color: #e0e0e0;
	padding: 5px 5px 5px 5px;
}

.node
{
	color: Black;	
}

.selectednode
{
	font-weight: bold;
}

.hovernode
{
	font-weight: bold;
}

.subscribednode
{
	background-image: url('images/flag.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.childsubscribednode
{
	background-image: url('images/dreieck_rot.gif');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;	
	padding-left: 10px;
}