/*************************************
 * Body *
 *************************************/
body.index {
	color: white;
	background-color: rgb(30,30,27);
	font-family: "Verdana"; /*Verdana*/;
	font-size: 16px;
}
body.content {
	color: white;
	background-color: rgb(30,30,27);
	font-family: "Verdana"; /*Verdana*/;
	font-size: 14px;
}

/*************************************
 * Links *
 *************************************/
a {
	color: white;
}
/* logo */
#logo_link a{
	color: rgb(22,22,19);
}
#logo_link a:hover {
	color: rgb(22,22,19);
}
#logo_link a:active {
	color: rgb(22,22,19);
}
/* nav */
#nav a{
	font-size: 16px;
	text-decoration: none;
	padding: 5px;
}
#nav a:hover {
	color: rgb(22,22,19);
	background-color: white;
}
#nav a:active {
	color: rgb(22,22,19);
	background-color: white;
}
/* bottom_link */
#bottom_link a{
	font-size: 12px;
	padding: 3px;
}
#bottom_link a:hover {
	color: rgb(22,22,19);
	background-color: white;
}
#bottom_link a:active {
	color: rgb(22,22,19);
	background-color: white;
}

/*************************************
 * Tables *
 *************************************/
#main {
	background-color: rgb(22,22,19);
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
td.content{
	border-style: solid;
	border-color: rgb(54,54,51);
	border-width: 2px;
	width: 700px;
	height: 600px;
}

/*************************************
 * Überschriften *
 *************************************/
/* GSR e.V. */
#title {
	font-size: 42px;
	font-weight: normal;
	letter-spacing: 4px;
	text-align: center;
}
/* unter GSR e.V. */
#subtitle {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 4px;
	text-align: center;
}

