/*
Theme Name: TBTheme Blau 2010-01
Theme URI: http://www.thomas-bandl.de/
Description: A ourself written template based on a Tutorial by Thomas Bandl.
Version: 1.0
Author: Thomas Bandl
Author URI: http://www.thomas-bandl.de/
*/

html {
padding : 0;
margin : 0;
}


body {
background: #fff;
font-family:Arial, Helvetica, sans-serif;
font-size : 12px;
letter-spacing : 0.2px;
color : #35383d;
padding : 0;
margin : 0;
}

a img { 
border : none;
}

a:link {
text-decoration : none;
color : #000099;
border : 0;
}
a:active {
text-decoration : underline;
color : #000099;
border : 0;
}
a:visited {
text-decoration : none;
color : #000099;
border : 0;
}
a:hover {
text-decoration : underline;
color : #0066CC;
border : 0;
}
a:focus {
outline : none;
}


