#twitter_div {
	padding: 0.625em;
	border: 3px double #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
}

#twitter_div ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Master Global Navigation */

#global {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	background: #555;
	color: #fff;
	font-family: Verdana;
	/*border-bottom: #000 1px solid;*/
/*	border-bottom: #aaa 2px solid;*/
}

#global ul li {
	text-align: center;
}

#globalNav {
	width: 672px; /*722px;*/ /*672px;*/
	height: 17px; /*24px;*/
	padding: 0;
	margin: 0 auto; /*0 auto;*/
/*	border: 2px #ff0000 solid;*/
}

#globalNav li {
	list-style: none;
	float: left;
	font-size: 12px; /*13px;*/
}

#globalNav li a {
	font-weight: normal;
	padding: 2px 10px 4px 10px;/*2px 6px 2px 6px;*/
	color: #fff;
}

/* Farbe für die Startseite */
#globalAktiv {
	padding: 2px 10px 4px 10px;/*2px 6px 2px 6px;*/
	margin: -2px 0 0 0;
	background: #b33c00;
	color: #FFF;
}

/* Farbe für den Blog 
	background: #173639; */

/* Farbe für die FHTW-Seite
	background: #7fc93a; */

#globalNav a:link {
color: #fff; /* #4A95EA */
text-decoration: none;
}

#globalNav a:visited {
color: #fff; /* 777 */
text-decoration: none;
}

#globalNav a:hover {
color: #fff; /* #4A95EA */
background: #b33c00; 
text-decoration: none;
}

/* Seiten-spezifische Navigation */
/* Anm.: auskommentierte border nützen der div-Übersicht */

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h2	{
	margin-top: 5px;
}

body {
	background: #fff;/*#dee1cc;*/
	font-family: Courier;
	color: #000; 
	margin: 0 auto 0 auto;
	text-align: left;
}

#wrap {
	width: 672px; /* = 42em */
	height: 320px;
	margin: 0 auto 0 auto;
	background: #fff; /*#dee1cc;*/
	padding: 0;
	/*border-top: none;
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;*/
}

#head {
	/*background: #999;*/
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
/*	border: 2px solid #ffff00;*/
}

#head a {
color: #000; /* #4A95EA */
background: #FFF;
text-decoration: none;
}

#head a:visited {
color: #000; /* 777 */
text-decoration: none;
}

#head a:hover {
color: #000; /* #4A95EA */
text-decoration: none;
}

#main {
	width: 100%;
	height: 100%;
/*	border: 2px solid #ff0000;*/
}

#left {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
}

#nav {
	font-size: 1em;
	margin-top: 0em;
/*	border: 2px solid #ffff00;*/
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
/*	border: 2px solid #ffff00;*/
}

#right {
	float: right;
	width: 80%;
}

/* added May, 23rd 01:58am */

#past_post {
	color: #CCC;
}

/* Navigation */

#nav a {
color: #777; /* #4A95EA */
font-weight: normal;
text-decoration: none;
padding: 0;
}

#nav a:visited {
color: #777; /* 777 */
}

#nav a:hover {
color: #b33c00; /* #4A95EA */
background: #FFF;
text-decoration: none;
}

/* Externer Link Navigation */

.externerlink:after {
	content: url('../images/externerlinknav.gif');
}

.externerlink:hover:after {
	content: url('../images/externerlinknav.gif');
}

/* Portfolio */

#portfolio ul {
	list-style: none;
	padding-left: 10px;
	margin: 0;
}

#portfolio ul li a img {
	color: #000;
	padding: 0;
}

#portfolio ul li a:hover img {
	color: #b33c00;
	text-decoration:none;
}

#content {
	font-size: .8em;
/*	border: 2px solid #ffff00;*/
/*	margin-top: 1.3em;*/
}

#content p a {
	color: #000; /* #4A95EA */
	text-decoration: underline;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
}

#content p a:visited {
	color: #000; /* 777 */
}

#content p a:hover {
	color: #b33c00; /* #4A95EA */
	background: #dee1cc;
}

#aktiv {
	color: #000;
}

/* Highlight style for external links */

.highlight {
color: #000; /*#777;*/ /* #4A95EA */
font-weight: bold;
text-decoration: underline;
padding: 2px 3px 2px 3px;
}

.highlight:after {
	content: url('../images/externerlink.gif');
}

.highlight:visited {

}

.highlight:hover {
color: #b33c00; /* #4A95EA */
background: #dee1cc;
}

.highlight:hover:after {
	content: url('../images/externerlink_hover.gif');
}

/* Internal Línks */

.internerlink {
color: #000; /*#777;*/ /* #4A95EA */
font-weight: bold;
text-decoration: underline;
padding: 2px 3px 2px 3px;
}

.internerlink:after {
	content: url('../images/internerlink.gif');
}


.internerlink:visited {

}

.internerlink:hover {
color: #b33c00; /* #4A95EA */
background: #dee1cc;
}

.internerlink:hover:after {
	content: url('../images/internerlink_hover.gif');
}


/* Footer */

#footer {
	margin: 0 auto;
	padding: 0;
	font-size: 0;
}

#footer a img {
	margin: 0;
	padding: 0;
	border-top: none;
	border-bottom: none;
	border-left: 2px solid white;
	border-right: 2px solid white;
	text-decoration: none;
}

#footer a:hover img {
	margin: 0;
	padding: 0;
	border-top: none;
	border-bottom: none;
	border-left: 2px solid #b33c00;
	border-right: 2px solid #b33c00;
}